Martin Diehl
1c8c33595e
more precise name
2018-06-11 00:27:30 +02:00
Martin Diehl
91d9c11612
material.config is read in centrally
...
moving data from material to config_material. use statements need to
change. All aspects of reading from file will be removed from the
individual modules
2018-06-10 18:01:52 +02:00
Martin Diehl
73e915c35a
wrong dependencies cause failure during compilation
2018-06-10 07:05:25 +02:00
Martin Diehl
11ab56e5d1
migrating reading in of material.config to own module
2018-06-08 21:01:58 +02:00
Martin Diehl
8867322713
data structure to store material.config
...
chained list data structure to store string and stringPos.
Performance-wise not 100% optimal as searching requires to parse all elements in the list.
However, secions are typically rather small (usually Order 1 to 3) and parsing from file is much slower.
Also, only the actual length of the array is stored (thats wy I preferred the list over a 2D array)
2018-06-01 10:14:12 +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
4c42510ad6
compiles without AL solver
2018-04-26 14:11:45 +02:00
Zhuowen Zhao
ab11830e71
Merge branch '6-debug-replaces-openmp-preprocessor-switch' into 3-adding-plastic-constitutive-law-with-kinematic-hardening
2017-11-06 18:20:51 -05:00
Martin Diehl
1c2af7bbc6
phenoplus has own brach, titanmod was not used for a long time
2017-10-08 13:41:54 +02:00
Zhuowen Zhao
81bcc72993
first shot at kinematic hardening constitutive law
2017-09-29 18:36:28 -04:00
Tias Maiti
dd68374afd
moved new constitutive law to new branch for further testing
2017-06-11 18:47:21 -04:00
Tias Maiti
9894af74ca
new material subroutine implementing the diagonal hardening concept outlined by "Z. Zhao et al. / International Journal of Plasticity 24 (2008) 2278–2297"
2017-06-06 20:37:23 -04:00
Martin Diehl
618bf95a43
did not compile, adjusted dummy compilation routine to detect such errors
2017-05-24 22:16:35 +02:00
Martin Diehl
d3467705ca
compilation exception not needed any more for intrinsic NaN function
2017-05-22 10:08:16 +02:00
Martin Diehl
c5f1574f47
commands depend on build type
2017-04-26 09:40:45 +02:00
Martin Diehl
7cb2669648
sytaycheck only target was not working
2017-04-18 07:38:36 +02:00
Martin Diehl
b67f4dd324
Default cases seem to work
2017-02-04 01:01:42 +01:00
Martin Diehl
3e7ab76582
adding functionality from previous build system
2017-02-03 23:23:55 +01:00
Martin Diehl
21ad810209
changed to compile object files rather than libraries
2016-05-24 21:35:16 +02:00
Martin Diehl
13782f4ee0
simplified
2016-05-21 16:51:12 +02:00
Martin Diehl
e3d8d48990
currently, only BUILD_CMD_TYPE release works
2016-05-21 15:19:21 +02:00
Martin Diehl
475c864ea3
using different CMAKE projects for FEM/Spectral
2016-05-20 11:51:50 +02:00
zhangc43
5fe177e43b
remove build target for j2
2016-04-25 09:47:14 -04:00
Chen Zhang
a7c4cdaa2f
update cmake build system
2016-04-18 11:14:32 -04:00
Chen Zhang
610a54c048
remove options for building core module, which will be implemted in python
2016-03-14 17:49:36 -04:00
zhangc43
7aadfd56ca
use options for future cross-platform support
2016-03-14 15:57:19 -04:00
Martin Diehl
1935d00e05
cleaned
2016-03-08 00:00:12 +01:00
Chen Zhang
81ac9aefa1
support special compile flags for single file
2016-03-04 17:32:26 -05:00
Chen Zhang
e33594cb44
change code folder to src
2016-03-04 14:43:29 -05:00