Philip Eisenlohr
|
f0806a9ee0
|
Merge branch 'vtr-as-input' into 'development'
VTR as input for grid solver
See merge request damask/DAMASK!220
|
2020-09-14 03:38:14 +02:00 |
Martin Diehl
|
3ebba9b3c0
|
more sensible locations for reporting
|
2020-09-13 21:21:55 +02:00 |
Martin Diehl
|
5558d95886
|
print is better suited for output to screen then write
|
2020-09-13 21:15:08 +02:00 |
Martin Diehl
|
0153bca277
|
better print then write
- shorter, always writes to STDOUT
also, report only details (paper) of active models
|
2020-09-13 21:00:34 +02:00 |
Martin Diehl
|
84b9104302
|
clearly indicate origin of functions
also supresses (flawed) error message of gfortran related to
non-standard type 'bytes'
|
2020-09-13 20:14:34 +02:00 |
Martin Diehl
|
f266def906
|
Merge branch 'vtr-as-input' into Fortran-simplifications
|
2020-09-13 19:34:48 +02:00 |
Philip Eisenlohr
|
507910ffcd
|
improved language/descriptions
|
2020-09-13 18:32:49 +02:00 |
Martin Diehl
|
bb6b91e857
|
simpler
|
2020-09-13 13:04:54 +02:00 |
Martin Diehl
|
b497ec4371
|
use print instead of write
https://www.scivision.dev/print-vs-write-fortran/
|
2020-09-13 13:01:38 +02:00 |
Martin Diehl
|
7d929122af
|
forgotten renames
|
2020-09-13 12:45:35 +02:00 |
Martin Diehl
|
22544d6978
|
systematic naming
|
2020-09-13 12:43:49 +02:00 |
Martin Diehl
|
c14241a8e9
|
no need to store variables that are used only during init
|
2020-09-13 12:31:01 +02:00 |
Martin Diehl
|
316c5f7d20
|
internal errors (do not depend on user input)
|
2020-09-13 12:20:44 +02:00 |
Martin Diehl
|
0f0dfb4c04
|
0-base counting for MPI
|
2020-09-13 12:13:59 +02:00 |
Martin Diehl
|
e6dd118a1d
|
not needed anymore
|
2020-09-13 12:11:26 +02:00 |
Martin Diehl
|
5b83c8ad3c
|
use 'error stop'
- does not require IO
- prints stack trace
|
2020-09-13 12:09:32 +02:00 |
Martin Diehl
|
16f8df3420
|
standard "docstring"
- start with capital
- active form
- end with full stop
|
2020-09-13 11:32:36 +02:00 |
Martin Diehl
|
3c5b89ac78
|
not needed anymore
|
2020-09-13 11:28:48 +02:00 |
Martin Diehl
|
07f23d3d1d
|
no need for alias
|
2020-09-13 11:21:43 +02:00 |
Martin Diehl
|
74b35f5612
|
short numpy name
|
2020-09-13 11:18:57 +02:00 |
Martin Diehl
|
e5c2382f73
|
missing renames ...
|
2020-09-13 11:17:49 +02:00 |
Martin Diehl
|
38a4118dc5
|
prefix to global variables increases readability
|
2020-09-13 11:05:42 +02:00 |
Martin Diehl
|
b499578a95
|
prefix should be name of the module
poor substitute for namespace
|
2020-09-13 10:39:17 +02:00 |
Martin Diehl
|
da0e16520c
|
handling of MPI in 'parallelization'
|
2020-09-13 10:26:33 +02:00 |
Martin Diehl
|
875d599b5d
|
using simplified test
|
2020-09-13 07:44:55 +02:00 |
Martin Diehl
|
e2ded43636
|
polishing
- unified style (CamelCase)
- more sanity checks
- simplified determination of grid
|
2020-09-13 06:58:34 +02:00 |
Martin Diehl
|
81063046c4
|
improved error handling, potentially faster algorithm
|
2020-09-12 22:55:30 +02:00 |
Martin Diehl
|
126ef8be9f
|
separating functionality
- config: reads config files
- parallelization: determines parallelization environment
|
2020-09-12 16:25:58 +02:00 |
Martin Diehl
|
a46b888cff
|
WIP: introducing separate module for parallelization
|
2020-09-12 16:07:49 +02:00 |
Martin Diehl
|
3f9e9a120a
|
simplified
|
2020-09-12 15:56:59 +02:00 |
Martin Diehl
|
7b414454f0
|
nicer reporting
|
2020-09-12 15:42:03 +02:00 |
Martin Diehl
|
307b1b20cc
|
forgotten rename for ifort workaround
|
2020-09-12 15:26:16 +02:00 |
Martin Diehl
|
faac9883a5
|
more verbose GitLab CI
|
2020-09-12 15:25:37 +02:00 |
Martin Diehl
|
767e0506df
|
older Fortran compilers are not supported anymore
|
2020-09-12 15:05:07 +02:00 |
Martin Diehl
|
566ab7e7d9
|
reading in VTR files
will replace geom file in the near future
|
2020-09-12 14:43:04 +02:00 |
Martin Diehl
|
a5d5638e4a
|
allow uncompressed files
|
2020-09-12 13:46:55 +02:00 |
Martin Diehl
|
a6ac875db8
|
short and clear names for integer precision
|
2020-09-12 11:02:39 +02:00 |
Martin Diehl
|
7a6ada9ad7
|
clearer name
|
2020-09-12 08:47:46 +02:00 |
Test User
|
062d9986fe
|
[skip ci] updated version information after successful test of v3.0.0-alpha-136-gc0ea8e3f
|
2020-09-10 14:08:36 +02:00 |
Sharan Roongta
|
c0ea8e3fef
|
Merge branch 'modernize-testing' into development
|
2020-09-10 11:31:38 +02:00 |
Franz Roters
|
c5bce78faf
|
[skip ci] corrected error number
|
2020-09-10 08:55:56 +02:00 |
Test User
|
f4f67cb403
|
[skip ci] updated version information after successful test of v3.0.0-alpha-133-ga70150c6
|
2020-09-10 08:43:59 +02:00 |
Martin Diehl
|
a70150c67e
|
Merge branch 'relax-VTK-fromRectilinear' into 'development'
Do not strictly require np.ndarrays for grid, size, or origin when not essential for functionality.
See merge request damask/DAMASK!219
|
2020-09-10 06:12:35 +02:00 |
Philip Eisenlohr
|
865c90d00b
|
first check data type, then determine length of data...
|
2020-09-09 19:10:03 -04:00 |
Philip Eisenlohr
|
7d9a4c08ce
|
Do not strictly require np.ndarrays for grid, size, or origin when not essential for functionality.
|
2020-09-10 00:59:40 +02:00 |
Test User
|
e0b4bc6d1e
|
[skip ci] updated version information after successful test of v3.0.0-alpha-129-gd7932aea
|
2020-09-09 21:09:23 +02:00 |
Philip Eisenlohr
|
d7932aeacb
|
Merge branch 'vtr-as-input-prerequisites' into 'development'
prerequisites for using VTR as input format for spectral solver
See merge request damask/DAMASK!214
|
2020-09-09 18:13:09 +02:00 |
Test User
|
c189d35df6
|
[skip ci] updated version information after successful test of v3.0.0-alpha-113-g3352a5a1
|
2020-09-09 13:08:31 +02:00 |
Martin Diehl
|
a5f9ef118a
|
feature complete test
|
2020-09-09 12:38:02 +02:00 |
Martin Diehl
|
edf16de7b6
|
include pytest-based state integration test
|
2020-09-09 11:53:25 +02:00 |