Martin Diehl
|
ff2eec133f
|
underflow/denormal might appear for gfortran
|
2020-11-11 21:30:11 +01:00 |
Martin Diehl
|
3d7aceb99b
|
avoid underflow/division by zero
|
2020-11-11 20:57:17 +01:00 |
Martin Diehl
|
cd7ada0da9
|
use Fortran internals for error handling
|
2020-11-11 20:09:14 +01:00 |
Martin Diehl
|
3dd5eaf1c1
|
clean exit with stack trace
|
2020-11-11 14:06:21 +01:00 |
Martin Diehl
|
8e89452791
|
not needed
|
2020-11-11 13:59:37 +01:00 |
Martin Diehl
|
5531f892c3
|
z = 0 for invalid number of processes
e.g. using 24 processes for a 128x128x128 grid would need 21 processes
with z=6 and 1 process with z=2
|
2020-11-11 12:47:13 +01:00 |
Martin Diehl
|
429c226008
|
IO is not inherited when using ifort 19
this is intented, public modules should only bring their own functions
and variables into global scope
|
2020-11-11 12:19:39 +01:00 |
Martin Diehl
|
b46a25a7d2
|
C capitalization
|
2020-11-11 11:47:23 +01:00 |
Martin Diehl
|
53110ccf35
|
use (also) PETSc error trapping
|
2020-11-11 11:46:12 +01:00 |
Martin Diehl
|
9c87142e6d
|
Merge branch 'development' into hdf5-error-stop
|
2020-11-11 11:17:37 +01:00 |
Martin Diehl
|
018709bfcf
|
error stop better suited for internal errors
error stop gives full stack trace, which is very helpful for debugging.
|
2020-11-11 10:19:47 +01:00 |
Martin Diehl
|
2923f639da
|
not needed
inverse mapping is computed in python
|
2020-11-11 10:16:38 +01:00 |
Martin Diehl
|
8429a9d695
|
Merge remote-tracking branch 'origin/development' into modularize-mech
|
2020-11-11 07:04:23 +01:00 |
Martin Diehl
|
5926f84851
|
WIP: refactoring Orientation=Symmetry+Rotation, Lattice=subclass of Sym, and Crystal=Lattice+Rotation
|
2020-11-09 21:20:56 +01:00 |
Sharan Roongta
|
8007c47b48
|
Merge branch 'development' into modularize-mech
|
2020-11-08 15:43:30 +01:00 |
Martin Diehl
|
03a68248b5
|
polishing
|
2020-11-06 13:25:00 +01:00 |
Martin Diehl
|
bbaeeb02da
|
Merge remote-tracking branch 'origin/misc-improvements' into h5py3
|
2020-11-06 13:19:47 +01:00 |
Martin Diehl
|
10b8a04d89
|
no need for fixed-length string
|
2020-11-06 00:59:12 +01:00 |
Martin Diehl
|
9cd2c19a20
|
no need for fixed length
|
2020-11-06 00:50:27 +01:00 |
Martin Diehl
|
e649fb195f
|
update to use variable-length strings
|
2020-11-05 22:34:41 +01:00 |
Martin Diehl
|
2b6001222d
|
black magic
compiles also with Intel (complained about non-existing interface
before).
Direct pointer crashes ..
|
2020-11-05 17:59:05 +01:00 |
Sharan Roongta
|
25e4b63969
|
polishing
|
2020-11-05 16:49:59 +01:00 |
Martin Diehl
|
b8c97c5b7e
|
change string type
normal fortran strings are fixed-length, spacepad. h5py (at least v3.x)
creates variable-length, nullterm
|
2020-11-05 15:36:13 +01:00 |
Sharan Roongta
|
921acb97c2
|
important to note
|
2020-11-05 00:23:43 +01:00 |
Sharan Roongta
|
bbeb031da5
|
only hooke is implemented
one function call is enough for the moment.
Should complicate/(have switch cases) when other laws apart from hooke is implemented.
|
2020-11-04 13:01:13 +01:00 |
Sharan Roongta
|
79071512c8
|
missed out
|
2020-11-03 11:51:57 +01:00 |
Sharan Roongta
|
2b6e09ad81
|
WIP: compatible with new names
|
2020-11-03 00:56:40 +01:00 |
Sharan Roongta
|
7b761476e4
|
under mech dictionary
|
2020-11-03 00:48:16 +01:00 |
Sharan Roongta
|
523a44a964
|
move to different module
|
2020-11-02 21:39:33 +01:00 |
Sharan Roongta
|
9cf2a5ed19
|
Merge branch 'development' into consistent-naming
|
2020-10-31 18:02:06 +01:00 |
Franz Roters
|
98cb7be21a
|
Merge branch 'development' into more_crystallite_cleaning
|
2020-10-30 16:42:19 +01:00 |
Sharan Roongta
|
146ca100e8
|
take care of restart files
|
2020-10-30 13:36:53 +01:00 |
Sharan Roongta
|
ed1be8c21c
|
consistent output names
|
2020-10-29 13:50:12 +01:00 |
Sharan Roongta
|
4b25097a9a
|
Merge branch 'clean-material.yaml-parse' into development
|
2020-10-29 12:50:40 +01:00 |
Martin Diehl
|
568d1a020c
|
consistent names for counting variables
|
2020-10-27 21:33:30 +01:00 |
Martin Diehl
|
839be90943
|
consistent naming
Nxxxs => the number of xxx
|
2020-10-27 21:27:26 +01:00 |
Franz Roters
|
0c51c3d8d4
|
still needed during initialization
|
2020-10-27 12:56:49 +01:00 |
Martin Diehl
|
fd4cdf965b
|
modularized
|
2020-10-24 18:00:17 +02:00 |
Martin Diehl
|
9119254210
|
materialpoint => homogenization
especially as prefix for global data (clear name spaces)
|
2020-10-24 17:26:42 +02:00 |
Martin Diehl
|
e464f11412
|
polishing
|
2020-10-24 17:26:24 +02:00 |
Martin Diehl
|
d765a17f0a
|
use function to parse material.yaml
|
2020-10-24 16:30:48 +02:00 |
Martin Diehl
|
a1ab526456
|
avoid global variables
|
2020-10-24 16:01:56 +02:00 |
Martin Diehl
|
5e4815cddf
|
not needed as public variable
|
2020-10-24 14:48:07 +02:00 |
Martin Diehl
|
5f2512e4d5
|
prepare for more sensible separation of functionality
|
2020-10-24 14:24:36 +02:00 |
Martin Diehl
|
68017e49b2
|
consistent name
|
2020-10-24 12:45:21 +02:00 |
Sharan Roongta
|
3dbc07a26b
|
better error description
|
2020-10-23 18:43:52 +02:00 |
Franz Roters
|
e675cec632
|
improved indentation
|
2020-10-23 17:36:41 +02:00 |
Franz Roters
|
a6f6166fa9
|
is set in CPFEM (doing only single IPs in commercial FEM)
|
2020-10-23 16:11:33 +02:00 |
Franz Roters
|
209367df0e
|
save one inversion
|
2020-10-23 15:41:51 +02:00 |
Franz Roters
|
a4fe715319
|
removed unnecessary variables
|
2020-10-23 15:33:01 +02:00 |
Martin Diehl
|
1c13737935
|
better readable
|
2020-10-21 21:12:55 +02:00 |
Martin Diehl
|
96243a4ac8
|
simplifying
|
2020-10-21 17:46:29 +02:00 |
Sharan Roongta
|
f25f7ad01e
|
[skip sc] consistent naming convention
|
2020-10-16 16:17:06 +02:00 |
Sharan Roongta
|
3f3a88fdda
|
capitalization
|
2020-10-15 23:32:38 +02:00 |
Sharan Roongta
|
6c79093a75
|
[skip sc] Fdot --> dotF
|
2020-10-15 23:22:37 +02:00 |
Sharan Roongta
|
6455627af9
|
accessed by correct dict now; tests improved
|
2020-10-15 18:09:45 +02:00 |
Sharan Roongta
|
1c911f6213
|
simplified
|
2020-10-14 17:55:57 +02:00 |
Sharan Roongta
|
35fe935088
|
not used
|
2020-10-14 13:53:31 +02:00 |
Sharan Roongta
|
e9ecda7d2e
|
Merge branch 'development' into loadcase.yaml
|
2020-10-14 13:28:06 +02:00 |
Sharan Roongta
|
f291166a03
|
initialisation not needed
|
2020-10-14 10:53:37 +02:00 |
Sharan Roongta
|
1426a35602
|
loadcase in yaml
|
2020-10-14 10:31:34 +02:00 |
Martin Diehl
|
bac7ace413
|
Merge remote-tracking branch 'origin/general-N_constituents' into vtr-only
|
2020-10-13 17:39:19 +02:00 |
Martin Diehl
|
5267aff1a2
|
natural Fortran order
|
2020-10-12 05:29:48 +02:00 |
Martin Diehl
|
72ba4645cb
|
Merge remote-tracking branch 'origin/development' into general-N_constituents
|
2020-10-12 05:27:11 +02:00 |
Martin Diehl
|
e44a1dd2ea
|
Merge branch 'non-nonlocalConvergenceCheck' into 'development'
nonlocal convergence check not needed
See merge request damask/DAMASK!249
|
2020-10-10 10:04:14 +02:00 |
Martin Diehl
|
2db5c9bade
|
geom -> vtr (zero-based)
|
2020-10-09 22:19:53 +02:00 |
Sharan Roongta
|
3e4330d10a
|
partition, not partion
|
2020-10-07 22:15:13 +02:00 |
Martin Diehl
|
16e47956a6
|
Merge branch 'YAML-improvements' into development
|
2020-10-07 18:28:32 +02:00 |
Martin Diehl
|
9550b0d8a2
|
mandatory N_constituents
|
2020-10-07 17:44:54 +02:00 |
Martin Diehl
|
2a23b5eaa9
|
simplified
|
2020-10-07 09:37:48 +02:00 |
Martin Diehl
|
d474e3402b
|
not needed for explicit calculation of nonlocal density flow
|
2020-10-07 09:26:46 +02:00 |
Martin Diehl
|
28380c0985
|
N_constituents is a general homogenization poperty
|
2020-10-06 23:25:46 +02:00 |
Sharan Roongta
|
08ab4a0b88
|
better names
|
2020-10-06 19:16:56 +02:00 |
Martin Diehl
|
1681889e0b
|
PETSc 3.14 is out
|
2020-10-06 07:12:04 +02:00 |
Sharan Roongta
|
2bd4e79a37
|
Merge branch 'development' into YAML-improvements
|
2020-10-05 22:37:47 +02:00 |
Sharan Roongta
|
6dff0396b6
|
[skip sc] more testing
|
2020-10-05 19:17:21 +02:00 |
Sharan Roongta
|
46973508a2
|
allow multi line flow yaml
|
2020-10-05 18:53:05 +02:00 |
Martin Diehl
|
cdf3c8cdee
|
Merge remote-tracking branch 'origin/development' into no-crystallite-dPdF
|
2020-10-03 08:34:02 +02:00 |
Franz Roters
|
365cf9a222
|
Merge branch 'simplify-crystallite' into 'development'
Simplify crystallite
See merge request damask/DAMASK!242
|
2020-10-02 14:14:40 +02:00 |
Martin Diehl
|
ab34109ef8
|
Merge remote-tracking branch 'origin/name-change' into development
|
2020-10-02 12:53:57 +02:00 |
Sharan Roongta
|
42d3ac045b
|
Merge branch 'stress-ramp-loadcase' into development
|
2020-10-02 11:53:49 +02:00 |
Sharan Roongta
|
26acdaf9ec
|
missed out
|
2020-10-01 16:07:50 +02:00 |
Sharan Roongta
|
33b0181286
|
orientation --> O
|
2020-10-01 14:01:50 +02:00 |
Sharan Roongta
|
776901cb81
|
microstructure --> material
|
2020-10-01 12:43:05 +02:00 |
Sharan Roongta
|
85b96209e3
|
use existing error description
|
2020-10-01 01:51:31 +02:00 |
Sharan Roongta
|
898306f82e
|
sanity check for key mismatch
|
2020-09-30 23:33:09 +02:00 |
Martin Diehl
|
a3674d9318
|
Merge remote-tracking branch 'origin/YAML-improvements' into development
|
2020-09-30 20:55:09 +02:00 |
Martin Diehl
|
57174d0aba
|
do not store dPdF at the crystallite level
|
2020-09-30 11:23:49 +02:00 |
Martin Diehl
|
7f8613f6ad
|
always update dPdF (was the default anyways)
|
2020-09-30 10:24:24 +02:00 |
Martin Diehl
|
bd5d557fbb
|
untangling the spaghetti
subLp and subLi are local variables
|
2020-09-30 06:14:24 +02:00 |
Sharan Roongta
|
15ef6c8ceb
|
more fortran like
|
2020-09-30 01:50:10 +02:00 |
Sharan Roongta
|
385cda9224
|
remove unnecessary variables
|
2020-09-29 20:13:02 +02:00 |
Sharan Roongta
|
45b906906d
|
test before reading config files
|
2020-09-29 20:07:33 +02:00 |
Sharan Roongta
|
a61bf3bb26
|
file endings, file header can be added, take care of EOF
|
2020-09-29 19:55:25 +02:00 |
Franz Roters
|
63f2419e92
|
Merge branch 'crystallite-private-data' into 'development'
Crystallite private data
See merge request damask/DAMASK!241
|
2020-09-29 16:32:45 +02:00 |
Martin Diehl
|
d0df748fc1
|
cleaning
|
2020-09-29 13:46:12 +02:00 |
Martin Diehl
|
587d5ee445
|
no need for two loops
|
2020-09-29 13:13:53 +02:00 |
Martin Diehl
|
f1e96489cc
|
better readable
somehow on the cost of the nonlocal performance
|
2020-09-29 12:56:12 +02:00 |
Martin Diehl
|
c46b4d90a6
|
modularizing
|
2020-09-29 12:48:29 +02:00 |
Martin Diehl
|
3ad63cb966
|
don't open closed units (MPI)
|
2020-09-29 09:22:15 +02:00 |