Martin Diehl
edf16de7b6
include pytest-based state integration test
2020-09-09 11:53:25 +02:00
Martin Diehl
3352a5a199
Merge remote-tracking branch 'origin/Marc-use-statev-2' into development
2020-09-09 10:34:11 +02:00
Martin Diehl
85d9e843f0
better readable
2020-09-09 07:50:12 +02:00
Test User
0f9fb7e683
[skip ci] updated version information after successful test of v3.0.0-alpha-105-gf57cb8b7
2020-09-08 23:53:27 +02:00
Martin Diehl
95af422d5f
complain about invalid microstructure
...
many error messages are not needed any more
2020-09-08 23:49:44 +02:00
Martin Diehl
b1b556fc08
Merge remote-tracking branch 'origin/development' into Marc-use-statev-2
...
PRIVATE repository is synced again (including changes to RGC test)
2020-09-08 23:24:57 +02:00
Martin Diehl
0368fdafc1
keyword was missing
2020-09-08 23:21:45 +02:00
Martin Diehl
6d42d13321
Merge branch 'base64-simplification' into vtr-as-input-prerequisites
2020-09-08 23:16:53 +02:00
Martin Diehl
fb68d430ec
decode only relevant part of the base64 string
2020-09-08 23:15:43 +02:00
Franz Roters
f57cb8b780
Merge branch 'US-english' into 'development'
...
changed British "normalise" to US "normalize" as we (should) follow US English everywhere else.
See merge request damask/DAMASK!217
2020-09-08 19:32:09 +02:00
Franz Roters
2fa84b5c70
coreccted line endings of Marc input files
2020-09-08 18:06:57 +02:00
Philip Eisenlohr
9fb3fef4b0
changed British "normalise" to US "normalize" as we (should) follow US English everywhere else.
2020-09-08 10:39:31 -04:00
Test User
1d914b8571
[skip ci] Merge branch 'master' into development
2020-09-08 15:37:05 +02:00
Test User
5130f94626
Merge commit 'v3.0.0-alpha-99-gc6b1a6fe'
2020-09-08 15:36:39 +02:00
Test User
c6b1a6feed
[skip ci] updated version information after successful test of v3.0.0-alpha-98-gf38e3257
2020-09-08 15:36:39 +02:00
Test User
44b33b2966
[skip ci] Merge branch 'master' into development
2020-09-08 13:05:03 +02:00
Test User
a6503fe595
[skip ci] updated version information after successful test of v3.0.0-alpha-92-g751bf786
2020-09-08 13:04:39 +02:00
Sharan Roongta
f38e32572f
Merge branch 'modernize-testing' into development
2020-09-08 12:30:13 +02:00
Martin Diehl
a70819e458
simplified base64 encoding
...
- ensure valid Base64 string (needs to be padded correctly)
- background routine expects proper Base64 string (length = N*4)
- user routine ensures correct length of byte representation
2020-09-08 10:36:22 +02:00
Martin Diehl
049ad4e202
simplify base64 handling
...
require valid base64 string, which allows to calculate output size
automatically
2020-09-08 07:03:23 +02:00
Martin Diehl
1f28592fcd
improved documentation
...
Python/numpy style: Active description, start with capital, end with
full stop
2020-09-08 06:55:04 +02:00
Martin Diehl
43e9ea352a
typo
2020-09-08 05:56:10 +02:00
Martin Diehl
cfad4a71f6
clearer logic
2020-09-08 05:56:01 +02:00
Martin Diehl
e270b5fe5f
cleaned tests
2020-09-07 18:29:32 +02:00
Martin Diehl
d78bc81026
use test which is insensitive to numerical noise
2020-09-07 18:27:06 +02:00
Franz Roters
5c02fdae29
updated reference
2020-09-07 18:22:29 +02:00
Franz Roters
e43d8d208f
updated tests
2020-09-07 17:20:59 +02:00
Franz Roters
44f5f2cc01
only statevar 2 is used for material definition
2020-09-07 17:01:38 +02:00
Martin Diehl
774cf7658e
pytest now includes RGC test
2020-09-07 13:23:42 +02:00
Martin Diehl
d176a89c78
ensure defined initital state
2020-09-07 13:20:00 +02:00
Martin Diehl
715a55b4c8
geom file format will be removed soon. No need to test
2020-09-07 13:19:38 +02:00
Martin Diehl
751bf7862d
variable name = parameter name
2020-09-07 11:48:26 +02:00
Martin Diehl
2f7414de22
only m=1 makes sense for isobrittle
2020-09-07 11:46:12 +02:00
Martin Diehl
3fdcebc0a0
following python recommendation
...
functions have "active" docstring
2020-09-06 17:50:32 +02:00
Martin Diehl
9ce406ed11
wrapper for zlib library
...
assume that zlib is available for linking. This is usually the case
(zlib is a stable standard library), but there is currently no check
that gives a nice error message or the possibility to use zlib from a
non-standard location
2020-09-06 17:49:00 +02:00
Martin Diehl
a931625be0
functionality to decode base64 strings into bytes
2020-09-06 17:44:02 +02:00
Martin Diehl
54207760db
conversion byte -> float/int with 4/8 byte length
2020-09-06 17:36:05 +02:00
Test User
de4587c52e
[skip ci] updated version information after successful test of v3.0.0-alpha-89-g23d61511
2020-09-04 13:03:16 +02:00
Franz Roters
23d6151197
Merge branch 'with-to-file-methods' into 'development'
...
modified file writing of geom and table to a general to_file() that takes a "format=" argument
See merge request damask/DAMASK!213
2020-09-04 10:27:30 +02:00
Philip Eisenlohr
1393fe8b54
updated tests in PRIVATE to use Table.to_file()
2020-09-03 12:39:11 -04:00
Philip Eisenlohr
be0668dc27
fixed all affected shell scripts
2020-09-03 11:19:19 -04:00
Philip Eisenlohr
a4785ba562
modified file writing of geom and table to a general to_file() that takes a "format=" argument
2020-09-03 10:53:16 -04:00
Test User
3954ccb6b4
[skip ci] updated version information after successful test of v3.0.0-alpha-84-g2f1e0644
2020-09-03 00:47:58 +02:00
Philip Eisenlohr
2f1e064435
Merge branch 'vtk-to-file-method' into 'development'
...
renamed VTK.write() to VTK.to_file()
See merge request damask/DAMASK!208
2020-09-02 22:12:32 +02:00
Philip Eisenlohr
d645849baf
fixed remnant occurrences of .write() --> .to_file()
2020-09-02 11:32:40 -04:00
Philip Eisenlohr
6785062a10
Merge branch 'development' into 'vtk-to-file-method'
...
# Conflicts:
# python/tests/test_VTK.py
2020-08-31 21:10:29 +02:00
Test User
98494506a6
[skip ci] Merge branch 'master' into development
2020-08-31 20:03:45 +02:00
Test User
1cc31c7156
Merge commit 'v3.0.0-alpha-76-g41f7c659'
2020-08-31 20:03:24 +02:00
Test User
41f7c6597a
[skip ci] updated version information after successful test of v3.0.0-alpha-75-g6986d20b
2020-08-31 20:03:24 +02:00
Test User
bb81bca9ed
[skip ci] Merge branch 'master' into development
2020-08-31 15:00:16 +02:00