Vitesh Shah
47a6e6b292
Added functionality to read include statements on the go
2018-06-22 12:13:43 +02:00
Martin Diehl
25fa68ca2e
relative paths are also supported
2018-06-19 10:45:45 +02:00
Martin Diehl
ba8d9b7062
simplifying parsing of absolute path
2018-06-19 10:41:44 +02:00
Vitesh Shah
196b0ef22f
adding new include in file reading
2018-06-19 10:00:15 +02:00
Vitesh Shah
f65bba1c5c
material.py is not an executable. Rectified it
2018-06-14 15:36:57 +02:00
Vitesh Shah
09ade8b6c4
sys not required in material.py file
2018-06-14 15:29:47 +02:00
Vitesh Shah
9c3539ee92
Added a code that detects '{' and opens file inside to read
2018-06-14 15:14:30 +02:00
Vitesh Shah
73e42a4479
Merge branch 'development' into 25_materialConfigPythonInclude
2018-06-06 15:34:08 +02:00
Vitesh Shah
e1c5168040
regex for include statement
2018-06-06 15:31:39 +02:00
Test User
1ff02d9712
[skip ci] updated version information after successful test of v2.0.2-37-gc903880
2018-06-04 21:52:01 +02:00
Vitesh Shah
c903880d19
using on unitialized error caused segfault in some cases
2018-06-04 12:38:28 +02:00
Test User
80bfd39846
[skip ci] updated version information after successful test of v2.0.2-35-g4b5401e
2018-06-02 10:38:43 +02:00
Martin Diehl
4b5401e10c
Merge branch 'release_bugfix' into 'development'
...
Improve error reports in CMake script
See merge request damask/DAMASK!26
2018-06-01 23:34:28 +02:00
Martin Diehl
1ad700f7a0
symlink code does not exist anymore
2018-05-29 08:36:32 +02:00
Test User
4bc89ad5aa
[skip ci] updated version information after successful test of v2.0.2-22-g60e30e4
2018-05-28 19:17:52 +02:00
Martin Diehl
60e30e4a64
Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
2018-05-28 07:03:56 +02:00
Martin Diehl
e661a42a4c
citation block should be separated by empty lines
2018-05-28 07:01:50 +02:00
Martin Diehl
715f2a59d0
Merge branch 'development' into release_bugfix
2018-05-27 14:10:38 +02:00
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
60cdffacd6
integer kind need to match for array constructor
...
hence, a=[a,b] requires a and b of the same kind
2018-05-27 08:09:32 +02:00
Martin Diehl
466cb57d7c
Merge branch 'development' into release_bugfix
2018-05-26 16:37:39 +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
bcaab1c068
restored working behavior
2018-05-26 12:07:13 +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
Vitesh Shah
54bccbe084
more pythonic way
2018-05-25 11:16:56 +02: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
5bf6ede661
polishing
2018-05-24 07:57:10 +02:00
Martin Diehl
1bad719abe
undefined variables can be removed, style as in other plastic modules
2018-05-24 07:51:43 +02:00
Martin Diehl
f0309ac4dd
Bessel functions not used
2018-05-24 07:51:16 +02:00
Martin Diehl
1c75a2e9cd
using syntax with better error handling
2018-05-24 07:13:12 +02:00
Martin Diehl
0ee34d608c
fixing all appaerances
2018-05-24 00:06:03 +02:00
Mingxuan Lin
bf7efad250
Fix errors in CMake script
2018-05-23 21:46: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