Commit Graph

7097 Commits

Author SHA1 Message Date
Martin Diehl dd81fe806d naming was not completely corrected 2018-08-27 06:30:55 +02:00
Test User cfe08cc6a4 [skip ci] Merge branch 'master' into development 2018-08-26 23:29:00 +02:00
Test User 5f9cf634fd Merge commit 'v2.0.2-415-gc6c85341' 2018-08-26 23:28:34 +02:00
Test User c6c853419b [skip ci] updated version information after successful test of v2.0.2-414-ga4638881 2018-08-26 23:28:33 +02:00
Martin Diehl b11666effa Merge branch 'development' into 38-introduce-rudimentary-PETSc-based-FEM-solver 2018-08-26 13:59:50 +02:00
Martin Diehl f4be4839d8 Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development 2018-08-26 13:59:20 +02:00
Martin Diehl a5f139b786 unused variables 2018-08-26 11:53:18 +02:00
Martin Diehl 241b2ade8b more portable way to define PI
https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/490432
and compiler will not complain about truncation
2018-08-26 11:40:38 +02:00
Test User e1a1ec14b2 [skip ci] Merge branch 'master' into development 2018-08-26 05:02:35 +02:00
Test User d9c509cc5e Merge commit 'v2.0.2-410-g7af7e45b' 2018-08-26 05:02:32 +02:00
Test User 7af7e45b6d [skip ci] updated version information after successful test of v2.0.2-409-gac011684 2018-08-26 05:02:31 +02:00
Martin Diehl bde242902b Merge branch 'development' into 43-wrong-stress-in-dotstate-and-deltastate 2018-08-25 16:02:12 +02:00
Martin Diehl b8b5bac684 dotState and deltaState parse Mstar instead of Tstar
requires to parse in Fi
2018-08-25 15:59:34 +02:00
Martin Diehl a463888156 test in PRIVATE improved 2018-08-25 15:51:28 +02:00
Martin Diehl 22a232ad08 bug: memory access out of bounds
introduced when moderninzing reading in of parameters
2018-08-25 15:50:43 +02:00
Martin Diehl 7e002d1bfb missing rename 2018-08-25 14:42:44 +02:00
Martin Diehl e46605f0ef forall is deprecated 2018-08-25 14:36:21 +02:00
Martin Diehl 17d88184a7 typos fixed 2018-08-25 14:35:49 +02:00
Martin Diehl 35688a6acf temp33 not needed (compiler should be smart enough) 2018-08-25 14:29:03 +02:00
Martin Diehl 953fff79ac prepared LpAndItsTangent to remove superflous forward-backward
conversion

updating the individual plastic laws will be done in the respective
branches
2018-08-25 14:21:06 +02:00
Martin Diehl d585deee7e unified syntax
_v for vector representation of tensor conflicts with 3333 suffix for
4-th order tensors.
General idea: Mark symmetric second order tensors in vector notation with
'6' and fourth order tensors in second order matrix notation with '99'.

Append nothing for 'natural' representation, i.e. F and NOT F33, Lp_dTstar and NOT
Lp_dTstar3333
2018-08-25 14:07:23 +02:00
Test User 2ad13a08e8 [skip ci] Merge branch 'master' into development 2018-08-24 13:39:12 +02:00
Test User b7ec6b4dd2 Merge commit 'v2.0.2-404-g2c8fd880' 2018-08-24 13:39:06 +02:00
Test User 2c8fd880c0 [skip ci] updated version information after successful test of v2.0.2-403-g4867dfa2 2018-08-24 13:39:06 +02:00
Martin Diehl ff8d746224 Merge branch 'development' into 38-introduce-rudimentary-PETSc-based-FEM-solver 2018-08-24 10:36:26 +02:00
Martin Diehl ac011684dd 3 tests that do not append *.load to the load case file
automatic appending will not work for combined spectral and FEM interface as
default extension is *.geom for spectral but *.msh for FEM.
2018-08-24 10:34:04 +02:00
Test User 699c478de0 [skip ci] Merge branch 'master' into development 2018-08-24 06:48:46 +02:00
Test User 39e973a645 Merge commit 'v2.0.2-403-gfa72998a' 2018-08-24 06:48:43 +02:00
Test User fa72998afc [skip ci] updated version information after successful test of v2.0.2-402-g8cf6dea8 2018-08-24 06:48:43 +02:00
Test User e9dfe89d33 [skip ci] Merge branch 'master' into development 2018-08-23 13:38:08 +02:00
Test User acd956ea62 [skip ci] updated version information after successful test of v2.0.2-401-ga3b472a7 2018-08-23 13:38:02 +02:00
Martin Diehl 4867dfa20c test working for 32-.. branch 2018-08-23 08:24:47 +02:00
Martin Diehl 76bc948974 Merge branch 'development' into 38-introduce-rudimentary-PETSc-based-FEM-solver 2018-08-23 06:59:53 +02:00
Martin Diehl 8cf6dea818 one more test compatible with 38-.. branch 2018-08-23 06:56:13 +02:00
Martin Diehl 7ecb7689f1 Intel compiler failed with SIGSEV
derived types, pointers, finalize .... altogether seems to bring both Compilers to their limits.
I cannot see what was wrong before, but now it works and might be a little faster
2018-08-23 00:13:57 +02:00
Martin Diehl 271b9ba76b intersting note ... 2018-08-22 23:28:47 +02:00
Martin Diehl 8c5f3d4e07 only needed once 2018-08-22 22:52:12 +02:00
Martin Diehl 51b4ef319a HDF5 was not compiled due to missing dependency 2018-08-22 20:12:16 +02:00
Martin Diehl 16c814fe0a Merge branch 'development' into 38-introduce-rudimentary-PETSc-based-FEM-solver 2018-08-22 18:14:57 +02:00
Martin Diehl a3b472a74d test also working for 38-branch
appending extension automatically is not really KISS
2018-08-22 18:13:57 +02:00
Martin Diehl dc596e6789 zero termination does not work 2018-08-22 18:09:17 +02:00
Martin Diehl 1a943df97e small flaws 2018-08-22 17:52:00 +02:00
Test User 7c967f814d [skip ci] Merge branch 'master' into development 2018-08-22 17:20:33 +02:00
Test User 18e5c7968f Merge commit 'v2.0.2-395-ga0cb6811' 2018-08-22 17:20:29 +02:00
Test User a0cb6811ab [skip ci] updated version information after successful test of v2.0.2-394-g51dbc6c4 2018-08-22 17:20:29 +02:00
Martin Diehl 8180488bdd Merge branch 'development' into 37-include-hdf5-routines 2018-08-22 14:33:43 +02:00
Martin Diehl ab45818d51 seems to work now
anyway, nicer code
2018-08-22 14:30:51 +02:00
Martin Diehl 1b5623ad6c avoid out of bound access, removed unneeded stuff 2018-08-22 14:22:37 +02:00
Martin Diehl 037ab3d081 getTag works now for tags with the same start and close tag
needed for '/echo/'. Still suggest to rather use /echo\
2018-08-22 13:10:59 +02:00
Martin Diehl 52088691d1 improved linked list and fixed solution for strange bug
Bug: Using automated LHS re-allocation for a string array that with global scope seems to cause trouble
     Hence, "parse_file" works with a local string and assings only once to it

Linked_List: Now storing data in the list head also and last element is always empty.
             Finalize allows simple handling of deallocation
2018-08-22 11:51:23 +02:00