Martin Diehl
745f5348cd
running new tests
2022-04-22 00:01:54 +02:00
Philip Eisenlohr
197e24ec0d
pass-through ICs when grid remains unaltered
2022-04-21 18:00:58 -04:00
Philip Eisenlohr
fa58d69cbb
switched "master" property from incs to increments
2022-04-21 17:29:33 -04:00
Test User
8e668a565e
[skip ci] updated version information after successful test of v3.0.0-alpha6-223-gd916c7c6b
2022-04-21 21:58:03 +02:00
Philip Eisenlohr
b5f9d524d7
optional start,end in times_in_range
2022-04-21 15:56:17 -04:00
Philip Eisenlohr
730bd8ae34
globally defined prefix_inc --> "increment_"
2022-04-21 11:50:24 -04:00
Martin Diehl
d916c7c6b1
small polishing
2022-04-21 17:32:30 +02:00
Test User
d6f2b99199
[skip ci] updated version information after successful test of v3.0.0-alpha6-221-gdff78154a
2022-04-20 10:02:55 +02:00
Martin Diehl
df3f4d9480
testing forward/backward FFT
2022-04-20 07:02:59 +02:00
Martin Diehl
dff78154a0
Merge branch 'fast-list-append' into 'development'
...
Performance improvements when storing/retrieving data from YAML
Closes #180
See merge request damask/DAMASK!561
2022-04-20 03:31:10 +00:00
Test User
9e2fcfc9df
[skip ci] updated version information after successful test of v3.0.0-alpha6-210-ge8c1f8453
2022-04-20 05:24:57 +02:00
Sharan Roongta
e8c1f84539
Merge branch 'select-rank-hdf5' into 'development'
...
avoid code duplication by using assumed rank "(..)"
Closes #183
See merge request damask/DAMASK!562
2022-04-19 18:25:16 +00:00
Philip Eisenlohr
4a93dbec11
more descriptive variable names
2022-04-19 13:11:40 -04:00
Martin Diehl
b796ccb04a
DAMASK requires gfortran >= 9
2022-04-18 13:18:14 +02:00
Martin Diehl
808ef139ae
avoid code duplication by using assumed rank "(..)"
...
- lack of modern Fortran interface for HDF5 still requires branching to
call the same code
- not sure how to handle the read function (assumed rank and intent(out)
) does not work together
2022-04-18 13:16:45 +02:00
Martin Diehl
954a336d92
Fortran side does not support tags (i.e. 'type hints')
2022-04-16 16:24:29 +02:00
Martin Diehl
3cc3229792
string new line which is added by libfyaml
2022-04-16 16:19:33 +02:00
Test User
5d99b152ee
[skip ci] updated version information after successful test of v3.0.0-alpha6-206-g51582b80f
2022-04-15 21:23:03 +02:00
Martin Diehl
51582b80f8
don't fail
...
windows is unreliable
2022-04-15 15:48:21 +02:00
Martin Diehl
5f49f38a01
nicely formatted readmes
2022-04-15 15:40:24 +02:00
Martin Diehl
f11b6f54e5
markdown - as for PRIVATE
2022-04-15 15:35:36 +02:00
Martin Diehl
f9c43e9db7
Merge remote-tracking branch 'origin/development' into consistent-damage-parameter-names
2022-04-15 10:32:36 +02:00
Martin Diehl
dbf5ee84cb
better readable
2022-04-14 21:21:32 +02:00
Martin Diehl
b56176d670
all YAML related initialization is constant (linear in number of points)
2022-04-14 16:17:17 +02:00
Martin Diehl
3309360e4b
avoit out of bounds access
2022-04-14 07:20:16 +02:00
Martin Diehl
563d566a3f
made two loops faster
...
the most annoying one is still slow.
2022-04-14 06:39:19 +02:00
Martin Diehl
ca0df3389a
avoid long pointer transversal
2022-04-14 00:06:54 +02:00
Martin Diehl
00671f943b
easier to understand
2022-04-13 23:45:14 +02:00
Test User
03b9a7679f
[skip ci] updated version information after successful test of v3.0.0-alpha6-202-g87b5097ff
2022-04-13 18:17:32 +02:00
Sharan
87b5097ffe
Merge remote-tracking branch 'origin/libfyaml' into development
2022-04-13 15:56:30 +02:00
Martin Diehl
c806885cb5
include libfyaml headers from non-standard locations
...
the CMake manual promises more than it holds.
Also adding some diagnostics+fixes for zlib, we still assume that it
exists (true on most systems, HDF5 also requires it normally)
see also https://stackoverflow.com/questions/21593
2022-04-13 07:58:31 +02:00
Martin Diehl
723252ef15
libfyaml backend
...
currently it simply converts the whole file content to flow mode.
The nice thing is: It can convert EVERYTHING to flow mode. libfyaml is
the only library that passes the whole YAML test suite
2022-04-12 23:24:07 +02:00
Test User
4622380134
[skip ci] updated version information after successful test of v3.0.0-alpha6-197-g39d79c23b
2022-04-12 23:19:28 +02:00
Martin Diehl
affa7baa22
search for libfyaml
...
no consequences so far
2022-04-12 21:02:09 +02:00
Martin Diehl
39d79c23b2
Merge branch 'missing-add_strain' into 'development'
...
missing-add_strain
See merge request damask/DAMASK!559
2022-04-12 18:56:42 +00:00
Nikhil Prabhu
58b67007a9
fixed missing add_strain
2022-04-12 12:02:00 +02:00
Test User
8ebd234aaf
[skip ci] updated version information after successful test of v3.0.0-alpha6-194-ga4c396949
2022-04-10 15:18:41 +02:00
Martin Diehl
a4c396949b
Merge branch 'detect-FFTW-HDF5' into 'development'
...
detecting HDF5 and FFTW
See merge request damask/DAMASK!558
2022-04-10 10:53:10 +00:00
Martin Diehl
16f5a27e08
detecting HDF5 and FFTW
...
some PETSc installations are not aware of them, so it might make sense
to become independent of PETSc. But PETSc-defined variables should take
precedence
2022-04-09 21:10:15 +02:00
Test User
700f256b7c
[skip ci] updated version information after successful test of v3.0.0-alpha6-191-gf8d4e3cf5
2022-04-04 13:04:27 +02:00
Martin Diehl
f8d4e3cf50
Merge branch 'PETSc-3.17-fix' into 'development'
...
Pet sc 3.17 fix
See merge request damask/DAMASK!557
2022-04-04 08:42:05 +00:00
Martin Diehl
0376de4a11
not needed
2022-04-04 08:17:06 +02:00
Martin Diehl
34cc66f1bf
use old interface for previous PETSc versions
2022-04-04 08:14:48 +02:00
Test User
3bf52d832f
[skip ci] updated version information after successful test of v3.0.0-alpha6-187-gbf7da2c71
2022-04-03 23:33:19 +02:00
Martin Diehl
bf7da2c717
Merge branch 'PETSc-3.17' into 'development'
...
support for PETSc 3.17.0
See merge request damask/DAMASK!556
2022-04-03 19:10:38 +00:00
Martin Diehl
8d44c55141
support for PETSc 3.17.0
...
DCHKERRQ has been replaced by PetscCall
2022-04-03 17:56:17 +02:00
Philip Eisenlohr
84ac426606
additional property shows integer list
2022-04-01 18:04:50 -04:00
Martin Diehl
fb633798af
following paper
2022-04-01 19:47:40 +02:00
Test User
4f646f03ee
[skip ci] updated version information after successful test of v3.0.0-alpha6-184-g1f98b04d4
2022-03-27 21:30:58 +02:00
Philip Eisenlohr
1f98b04d44
Merge branch 'util_open' into 'development'
...
centralize opening of text files
See merge request damask/DAMASK!555
2022-03-27 17:10:31 +00:00