Martin Diehl
712b22b678
only needed for older (broken) ifort
2024-01-13 17:31:21 +01:00
Martin Diehl
1d60ce29c6
systematic naming of status code enums
2024-01-13 08:27:17 +01:00
Martin Diehl
7ca02b3f3d
consistently use status code as return value
2024-01-11 14:59:30 +01:00
Philip Eisenlohr
89ebad19d5
consistent ordering of status logical tests
2024-01-09 10:00:42 -05:00
Martin Diehl
62bce163cd
better status propagation
2024-01-09 13:52:57 +01:00
Martin Diehl
845d3eed33
harmonize status reporting
2024-01-09 13:52:39 +01:00
Martin Diehl
1f9a372aa7
removed terminallyIll as global variable
2024-01-08 15:22:21 +00:00
Martin Diehl
c5d71168be
separate mechanics and thermal
2023-12-29 18:29:56 +01:00
Martin Diehl
b2b3a3f3f0
loop over cells, not (element, IP)
2023-12-28 21:28:57 +01:00
Martin Diehl
04fdac6556
standard access pattern
2023-12-28 19:51:22 +01:00
Martin Diehl
169bc977d7
was a 'write-only' variable
2023-12-23 22:39:23 +01:00
Sharan Roongta
4191762a41
seems redundant
2023-08-01 11:07:07 +02:00
Martin Diehl
1fdc5443b2
avoid code (loop) duplication
2023-07-21 08:39:46 +02:00
Martin Diehl
e1630e4057
consistent naming with Python module
2023-07-15 23:10:29 +02:00
Martin Diehl
0324e7ece1
parameters should be spelled in capitals
2023-06-04 13:52:31 +02:00
Martin Diehl
ca1c22874b
consistent and short
2023-06-04 13:51:05 +02:00
Martin Diehl
0880649dd9
more systematic name
2023-01-23 08:31:59 +01:00
Philip Eisenlohr
b4a500a194
Resolve "naming for classes"
2023-01-19 16:37:45 +00:00
Sharan Roongta
5c221e16e1
solver should not solve for field if homogenization description is absent
2022-12-29 19:08:05 +00:00
Martin Diehl
aaae8a701b
Fortran style adjustments
2022-12-07 17:29:03 +00:00
Yi Hu
b9ee401ff5
add damage restart functionality and associated tests
2022-12-05 10:52:59 +00:00
Martin Diehl
df5487e1a9
Re-written YAML types
...
Strict typing for YAML
New access pattern requires to specify the expected type, i.e. 'scalar', 'list', or 'dict'. This ensures that the node offers the expected functionality instead of polluting 'tNode' with dummy functions which throw error messages if not overwritten.
The restructuring of the code allows to hierarchically construct methods without much code duplication.
Some aspects of the error messaging system have been improved.
2022-10-25 16:09:36 +00:00
Martin Diehl
b8c3d75700
[skip sc] enforce interfaces (quick fix: declare as external)
2022-06-21 22:59:01 +02:00
Martin Diehl
78838c2f75
consistent variants including space
2022-06-08 23:27:09 +02:00
Martin Diehl
612f739794
homogenization state is not integrated
2022-03-06 08:33:36 +01:00
Martin Diehl
2bdf0d11cb
check N_constituents only if active
2022-02-24 12:13:22 +01:00
Martin Diehl
339d081dd5
simplified logic to reflect what we are doing
2022-02-23 05:42:44 +01:00
Sharan
176b7b200a
Merge remote-tracking branch 'origin/development' into thermal-partioning
2022-02-22 23:08:19 +01:00
Sharan Roongta
e26e8c715f
pass data to homogenization and phase level at the same time
2022-02-21 22:40:41 +01:00
Martin Diehl
2f08624c18
Use centrally defined room temperature
2022-02-19 21:42:38 +01:00
Martin Diehl
dce8f9e635
enable output of temperature per phase
2022-02-19 18:56:41 +01:00
Martin Diehl
b44a862a8a
data structures to output mechanical results (homogenization)
2022-02-19 14:19:11 +01:00
Martin Diehl
d97f515b77
polishing
...
RGC numerics is still annoying (and was probably never used in the last
10 years)
2022-02-19 13:56:24 +01:00
Martin Diehl
6d78400f87
the concept of IP/element_ID should not be used at the DAMASK core
2022-02-05 07:29:00 +01:00
Martin Diehl
3c148b5b0e
bugfix: openMP variable was not protected
2022-02-04 18:55:59 +01:00
Martin Diehl
afed13e2ca
ip/el not of interest
2022-02-04 13:23:37 +01:00
Sharan
038cdad85e
new naming
2022-02-02 23:58:21 +01:00
Philip Eisenlohr
da9fdf53d2
consistent indentation and line-spacings in reporting
2021-11-15 12:35:44 -05:00
Martin Diehl
b98819a36c
adjusting names
2021-07-20 18:29:21 +02:00
Martin Diehl
d068f45aa0
avoid superflouos damage calculations
2021-07-17 15:25:00 +02:00
Martin Diehl
c109d5a37b
better have different physics separated
2021-07-17 14:06:48 +02:00
Martin Diehl
f9edeb40a5
descriptive names
2021-07-17 11:50:21 +02:00
Martin Diehl
2b24224c7e
more meaningful name
2021-07-16 20:52:41 +02:00
Martin Diehl
ed6b1be352
solver handles terminally ill
2021-07-16 20:43:08 +02:00
Martin Diehl
5f78f1753c
split up thermal
...
only for grid at the moment
2021-07-16 18:03:38 +02:00
Martin Diehl
3f0eafd640
first step towards separating of mechanics, thermal, and damage
2021-07-16 17:53:11 +02:00
Martin Diehl
58bc6e2ba6
avoid chained inclusions
2021-07-08 14:27:04 +02:00
Martin Diehl
5d0fc4fca3
more meaningful order
...
and intent(out) variables for read are at the front
2021-06-01 16:46:24 +02:00
Martin Diehl
78799f9794
fix for openMP
2021-05-23 18:44:24 +02:00
Martin Diehl
4713e0e85d
new names and mappings
2021-05-23 13:14:57 +02:00