Commit Graph

6521 Commits

Author SHA1 Message Date
Martin Diehl 87a16b775e function to change working directory 2018-05-27 14:08:23 +02:00
Martin Diehl 39e2e8a305 len is length of string, here size is required 2018-05-27 14:07:34 +02:00
Martin Diehl e0e97abda4 citation does not match 2018-05-27 08:16:05 +02:00
Martin Diehl 6f1c4ecdfd tests are still failing 2018-05-26 16:16:45 +02:00
Martin Diehl 6891a48c82 wrong label 2018-05-26 12:35:02 +02:00
Martin Diehl 896a502099 Merge branch 'development' of magit0.mpie.de:damask/DAMASK into development 2018-05-26 12:09:09 +02:00
Martin Diehl 0172987115 forgot to update default 2018-05-26 12:08:28 +02:00
Martin Diehl 2fbe60b949 anticipate (proper) change in 23_BasticPETSc_2_PETSc as PRIVATE repository is ahead 2018-05-26 09:54:50 +02:00
Martin Diehl c7c39922f0 pointer assignment was done twice
pointer is re-assigned automatically, but I found it confusing.
Also using automatic left hand side reallocation to simplify handling of outputID
2018-05-26 09:44:14 +02:00
Martin Diehl 8184d51a99 following style of more complex constitutive laws
offset for different states needs to be computed, so it makes sense to define global and local aliases together.
no need to introduce variables for state0 and aTolstate, they are only used once
2018-05-26 09:31:36 +02:00
Eureka Pai 35caff6855 Merge branch 'shorthandParam' into development 2018-05-25 15:25:48 -04:00
Martin Diehl bdfd3974d5 PRIVATE was cleaned 2018-05-25 09:03:07 +02:00
Eureka Pai c09a7fd157 replaced param(instance) with p => pointer, corrected errors 2018-05-24 18:31:32 -04:00
Eureka Pai 982c0fb90a replaced param(instance) with p => pointer, corrected error 2018-05-24 18:24:58 -04:00
Eureka Pai f97800658f replaced param(instance) with p => pointer 2018-05-24 17:56:09 -04:00
Test User a183fb5c47 [skip ci] updated version information after successful test of v2.0.2-4-g35ba260 2018-05-24 21:56:03 +02:00
Martin Diehl 35ba2604d4 not needed anymore 2018-05-23 19:48:04 +02:00
Test User ce1b294eef [skip ci] Merge branch 'master' into development 2018-05-23 02:58:44 +02:00
Test User ae4b04780b [skip ci] updated version information after successful test of v2.0.1-1227-g7f0275e 2018-05-23 02:58:40 +02:00
Martin Diehl 30fe87a88a post-release cleaning 2018-05-22 19:16:12 +02:00
Martin Diehl 7f0275eb27 new release version 2018-05-22 18:18:06 +02:00
Test User 7e0005264f [skip ci] updated version information after successful test of v2.0.1-1225-g9a3cb0f 2018-05-21 01:07:53 +02:00
Martin Diehl 9a3cb0f8ba typo in new compiler switches 2018-05-20 16:30:52 +02:00
Philip Eisenlohr 324df2eeba Merge branch 'PETSc3.9' into 'development'
PETSc 3.9 working

See merge request damask/DAMASK!25
2018-05-19 17:39:26 +02:00
Martin Diehl 5187ee25b6 destroying unused object causes problem with PETSc 3.9
not clear, why destroying at the end of the program is anyway needed, so removed it
2018-05-19 11:20:04 +02:00
Martin Diehl 3e476e6775 adjusting compile options to spectral solver options
is probably needed when using HDF5 with Abaqus/Marc
2018-05-19 10:22:29 +02:00
Martin Diehl 1d688a6c24 linker error for Intel Fortran 2018-05-19 10:06:36 +02:00
Test User fe93394f91 [skip ci] updated version information after successful test of v2.0.1-1217-gd79d366 2018-05-18 23:00:53 +02:00
Philip Eisenlohr d79d366355 Merge branch '20_modify_RGC' into 'development'
20 modify rgc

See merge request damask/DAMASK!24
2018-05-18 00:15:47 +02:00
Martin Diehl ed1bd1f0cb updated PETSc versions used for testing 2018-05-17 22:58:23 +02:00
Test User 4d492b1c9e [skip ci] updated version information after successful test of v2.0.1-1212-g8193e27 2018-05-17 21:18:23 +02:00
Martin Diehl 537bb8df48 employing use statements (almost no external functions anymore)
adopted function calls to newer PETSc versions
2018-05-17 12:04:21 +02:00
Martin Diehl 8193e27e8d line break looked strange 2018-05-16 18:34:49 +02:00
Martin Diehl 31311d63db gfortran 8 was complaining, asigned pointer is not contiguous 2018-05-16 00:09:33 +02:00
Test User e936d0b82e [skip ci] updated version information after successful test of v2.0.1-1209-g0e48120 2018-05-15 01:20:17 +02:00
Franz Roters 0e4812014a Merge branch '12-fixOrientationSampling' into 'development'
Resolve "Fix and improve random orientation generation"

Closes #12

See merge request damask/DAMASK!21
2018-05-14 16:39:18 +02:00
Martin Diehl 6b27460a3b Merge branch 'development' into 12-fixOrientationSampling 2018-05-05 19:03:51 +02:00
Test User 00a8f5b6f4 [skip ci] updated version information after successful test of v2.0.1-1183-g991c917 2018-05-05 07:30:31 +02:00
Martin Diehl 991c917076 Merge branch '3-adding-plastic-constitutive-law-with-kinematic-hardening' into development 2018-05-04 16:07:46 +02:00
Martin Diehl 9072179c61 Merge branch 'development' into 3-adding-plastic-constitutive-law-with-kinematic-hardening 2018-05-04 16:07:15 +02:00
Jaeyong Jung a23207a6fe Merge branch '20_modify_RGC' of magit1.mpie.de:damask/DAMASK into 20_modify_RGC 2018-05-04 14:10:01 +02:00
Jaeyong Jung 3f71288e0a Now, homogenization_RGC is fixed! 2018-05-04 14:09:49 +02:00
Jaeyong Jung 4faf54cecf modified RGC seems to work! 2018-05-04 12:19:18 +02:00
Martin Diehl 635c9a316f test for kinematic hardeing failed due to missing reference file 2018-05-04 11:25:57 +02:00
Martin Diehl 08dbb766db test suite should include kinehardening plasticity type 2018-05-04 06:30:09 +02:00
Zhuowen Zhao 76e6fa24fb added check to the "Plasticity_DetectChanges" test and removed commented-out parts for kinematic hardening 2018-05-03 22:39:49 -04:00
Zhuowen Zhao 362b958a8f pulled most recent testing scripts 2018-05-01 16:04:09 -04:00
Test User 726f90aff3 [skip ci] updated version information after successful test of v2.0.1-1144-g5f28fa0 2018-04-27 13:53:05 +02:00
Martin Diehl 5f28fa02cc one more remaining al-related test caused trouble 2018-04-26 23:12:29 +02:00
Martin Diehl 7d4fda9fcc testing still contained AL related tests 2018-04-26 18:19:07 +02:00