Martin Diehl
b5bf1d525e
Merge remote-tracking branch 'origin/development' into more-flexible-L
2021-07-21 06:36:05 +02:00
Test User
575c84ad86
[skip ci] updated version information after successful test of v3.0.0-alpha4-114-gb98819a36
2021-07-20 20:01:14 +02:00
Martin Diehl
b98819a36c
adjusting names
2021-07-20 18:29:21 +02:00
Martin Diehl
85735605f8
more flexibility for the L in the load case
...
Note that mixed boundary conditions for L introduce an ambiguity.
Consider:
L = [[1.0, x, x],
[ 0, 0, 0],
[ 0, 0, 0]]
P = [[x, 0, 0],
[x, x, x],
[x, x, x]]
What we need is F^(n+1)=F_dot^(n+1) x Delta_t, where F_dot^(n+1) is
F_dot^(n+1)_ij = L_ik F^n_kj.
So component F_11 has contributions from L_12 and L_13. We first assume
L_12=L_13=0 and then choose F^(n+1)_12 and F^(n+1)_13 to get
P_12=P_13=0. This implicitly gives a solution for L_12 and L_13, which
is however only one out of infinitely many.
2021-07-20 07:10:28 +02:00
Martin Diehl
03b7532cc5
numpy.MaskedArray behavior
2021-07-19 23:27:10 +02:00
Martin Diehl
1c1dc9383e
symbolic names
2021-07-19 22:30:20 +02:00
Test User
fe3bc1f8ee
[skip ci] updated version information after successful test of v3.0.0-alpha4-112-gb36da7378
2021-07-19 20:13:53 +02:00
Franz Roters
b36da73786
Merge branch 'separating-physics' into 'development'
...
separate physics
See merge request damask/DAMASK!413
2021-07-19 15:46:40 +00:00
Martin Diehl
53b7aab29d
use ph,en access pattern
2021-07-18 09:48:49 +02:00
Martin Diehl
6ad6158bfb
(en)try is the name used in the DADF5 file
2021-07-18 09:44:52 +02:00
Martin Diehl
57ad308a7f
readable
2021-07-18 09:22:12 +02:00
Martin Diehl
50fccb0a2e
not needed
2021-07-17 22:53:58 +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
e6d25294d3
separating functionality
2021-07-16 23:32:08 +02:00
Martin Diehl
fc735d6391
substate0 only needed for staggered state-stress integration
2021-07-16 23:19:48 +02:00
Martin Diehl
777620b800
polishing
2021-07-16 22:41:38 +02:00
Martin Diehl
594ad2c310
semi-separate handling of damage
2021-07-16 22:22:41 +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
2a84aa7ae4
obvious, no need for comment
2021-07-16 20:32:21 +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
Test User
e2b8145dc6
[skip ci] updated version information after successful test of v3.0.0-alpha4-94-g63fee141b
2021-07-16 16:52:41 +02:00
Martin Diehl
63fee141b9
rubbish
...
neper offers advanced seeding/meshing methods
2021-07-16 10:37:09 +02:00
Martin Diehl
013c4c0a92
common variable names
2021-07-16 10:31:40 +02:00
Martin Diehl
2f1fa8292b
unify style to majority of occurences
2021-07-16 10:30:45 +02:00
Martin Diehl
f11e7742e5
better document
...
make damask.mpie.de colorful ;)
2021-07-16 10:30:33 +02:00
Test User
41fd7c9768
[skip ci] updated version information after successful test of v3.0.0-alpha4-89-gcc857c111
2021-07-15 17:08:49 +02:00
Franz Roters
cc857c1116
new GitLab server name
2021-07-15 15:29:21 +02:00
Test User
0f6fbe60b0
[skip ci] updated version information after successful test of v3.0.0-alpha4-87-gac4dcd195
2021-07-15 15:16:49 +02:00
Franz Roters
ac4dcd1952
Merge branch 'marc2021.2' into 'development'
...
support for MSC.Marc 2021.1 via patches
See merge request damask/DAMASK!411
2021-07-15 11:43:57 +00:00
Test User
899727138a
[skip ci] updated version information after successful test of v3.0.0-alpha4-72-g11fa1160e
2021-07-15 12:19:42 +02:00
Franz Roters
11fa1160e8
Merge branch 'Marc-start-material-at-0' into 'development'
...
0-based indexing in MSC.Marc
See merge request damask/DAMASK!410
2021-07-15 07:54:17 +00:00
Martin Diehl
6d1ec392c0
polishing/fixing
2021-07-14 18:42:26 +02:00
Martin Diehl
5720a19bed
documented in code
2021-07-14 18:21:11 +02:00
Martin Diehl
9cb2ce3981
file rights are inherited from the original file
2021-07-14 18:20:43 +02:00
Martin Diehl
8731ab18e3
patch, don't copy
2021-07-14 18:12:17 +02:00
Martin Diehl
1d348f0ccf
better patch
2021-07-14 18:10:46 +02:00
Martin Diehl
766db0524f
Merge remote-tracking branch 'origin/Marc-start-material-at-0' into marc2021.2
2021-07-14 18:06:57 +02:00
Martin Diehl
05b319fbfb
easier to read
2021-07-14 06:33:04 +02:00
Martin Diehl
2ffa6cac70
Merge remote-tracking branch 'origin/development' into Marc-start-material-at-0
2021-07-14 06:15:46 +02:00
Test User
10b75968f0
[skip ci] updated version information after successful test of v3.0.0-alpha4-65-gae3d844e4
2021-07-14 01:05:25 +02:00
Martin Diehl
ae3d844e44
Merge branch 'YAML-fixes' into 'development'
...
YAML fixes
See merge request damask/DAMASK!409
2021-07-13 21:33:41 +00:00
Martin Diehl
c873123e6d
reference can now include comments!
2021-07-13 20:46:50 +02:00
Martin Diehl
ce3b4d2a2a
Merge branch 'development' into YAML-fixes
2021-07-13 20:27:21 +02:00
Test User
3f8753ff6a
[skip ci] updated version information after successful test of v3.0.0-alpha4-59-g442759a09
2021-07-13 20:12:33 +02:00
Martin Diehl
f993edd218
duplicated quotes
2021-07-13 18:55:17 +02:00
Sharan Roongta
442759a09f
Merge branch 'polishing-for-beta' into 'development'
...
preparing for beta release
See merge request damask/DAMASK!408
2021-07-13 16:40:46 +00:00