Martin Diehl
|
7fe3e3b406
|
easier to read
|
2019-09-20 17:38:57 -07:00 |
Martin Diehl
|
ad83c8541d
|
same names as in python
|
2019-09-20 17:18:09 -07:00 |
Martin Diehl
|
7e6265b128
|
make use of consistency checks
|
2019-09-20 16:52:55 -07:00 |
Martin Diehl
|
42fba28fa1
|
getting rid of conversions with unclear behavior
|
2019-09-20 07:37:58 -07:00 |
Martin Diehl
|
08d2cdcb25
|
forall is deprecated in Fortran 2018
|
2019-09-19 14:24:13 -07:00 |
Martin Diehl
|
7fa979f800
|
removed unused function
were based on/used for deprecated orientation handling
|
2019-09-19 13:51:37 -07:00 |
Martin Diehl
|
be0d961954
|
cleaning
|
2019-09-19 13:40:03 -07:00 |
Martin Diehl
|
2fc66cff5b
|
better readable
|
2019-09-04 14:30:26 -07:00 |
Martin Diehl
|
951134d13f
|
not needed
|
2019-06-04 12:06:16 +02:00 |
Martin Diehl
|
01e3b646c2
|
don't clutter the code with useless stuff
we only need to be more strict about prefixing
functions/subroutines/variables to see in which module they reside
|
2019-05-16 22:56:48 +02:00 |
Martin Diehl
|
1036c76ae0
|
to transpose already when constructing the interaction matrix
|
2019-04-13 00:46:27 +02:00 |
Martin Diehl
|
c3925b3497
|
small polishing
|
2019-04-07 14:47:21 +02:00 |
Martin Diehl
|
453eb538f7
|
preparing for PGI compiler
|
2019-04-03 16:24:15 +00:00 |
Martin Diehl
|
4604e65a42
|
use matmul instead of hand-written functions
- performance is the same
- leaner code
- matmul works (was buggy a few years ago)
|
2019-04-03 08:22:04 +02:00 |
Martin Diehl
|
1869f2cdcd
|
string length handling in-line with other functions
|
2019-03-26 06:27:13 +01:00 |
Martin Diehl
|
1ece0a1dfd
|
better readable
|
2019-03-12 09:36:54 +01:00 |
Martin Diehl
|
1df8b22e23
|
clearer names
|
2019-03-12 09:28:06 +01:00 |
Martin Diehl
|
18fe8c34ee
|
fortran fast storage of interaction matrices
|
2019-03-11 22:41:59 +01:00 |
Martin Diehl
|
0cdcc4de11
|
no pInt any more
|
2019-03-11 17:35:08 +01:00 |
Martin Diehl
|
7643d66654
|
bugfix, avoid error
|
2019-03-09 16:22:57 +00:00 |
Martin Diehl
|
55d55a156b
|
following numpy syntax
|
2019-03-09 16:19:56 +00:00 |
Martin Diehl
|
22a3596561
|
simplified, trying to get rid of all public variables
|
2019-03-09 15:12:59 +01:00 |
Martin Diehl
|
c74f453486
|
public variables not needed anymore
|
2019-03-09 15:12:59 +01:00 |
Martin Diehl
|
f0d03a41ba
|
fracture modes are calculated differently
|
2019-03-09 15:12:59 +01:00 |
Martin Diehl
|
3fa699ad22
|
indices were mixed up
|
2019-02-20 20:17:55 +01:00 |
Martin Diehl
|
2d51c0595b
|
don't parse material.config any more
|
2019-02-20 19:03:20 +01:00 |
Martin Diehl
|
d29b37f517
|
provide slip system components as functions
|
2019-02-20 07:53:34 +01:00 |
Martin Diehl
|
649750a1c9
|
let lattice to the work
|
2019-02-19 23:55:59 +01:00 |
Martin Diehl
|
ae9d8e4e8d
|
cleaning
|
2019-02-18 10:28:08 +01:00 |
Martin Diehl
|
8a30441a52
|
Merge branch 'development' into 32_NewStyleNonlocal-3
|
2019-02-18 07:14:11 +01:00 |
Martin Diehl
|
690fef6f06
|
avoid publicly avaialbe data, rather provide setters and getters
|
2019-02-17 20:38:57 +01:00 |
Martin Diehl
|
c4b3ac3afb
|
slip system definition for bcc still needed
|
2019-02-17 17:04:26 +01:00 |
Martin Diehl
|
d3e6430b94
|
only used internally
|
2019-02-17 14:30:58 +01:00 |
Martin Diehl
|
7ad866b90f
|
not needed any more
|
2019-02-17 12:16:12 +01:00 |
Martin Diehl
|
55cef533f1
|
conversion 3x3-matrix <-> 6-vector not helpful
|
2019-02-13 00:00:07 +01:00 |
Martin Diehl
|
99ef353446
|
more sanity checks
structure string can be now of arbitrary length (technically)
only fcc,hex,bcc,bct,ort are accepted labels
|
2019-01-25 13:42:38 +01:00 |
Martin Diehl
|
cc858d3139
|
Merge branch 'development' into 44-column-major-access-to-interaction-matrices
|
2019-01-06 08:17:23 +01:00 |
Martin Diehl
|
e083520c73
|
trans systems now handled centrally
remove inactive (= untested) definitions.
|
2018-12-22 07:49:52 +01:00 |
Martin Diehl
|
e6d5992bb4
|
poviding stiffness for transformation as function
|
2018-12-22 00:19:51 +01:00 |
Martin Diehl
|
f4cf38fa22
|
implementing C66 rotation for transformation
|
2018-12-21 23:53:21 +01:00 |
Martin Diehl
|
25bd6faf7c
|
left over "if" caused wrong coordinate systems for hex
|
2018-12-14 06:39:49 +01:00 |
Martin Diehl
|
4edaab6da6
|
definition of cleavage systems did not work
bct definition was overly complicated
|
2018-12-13 11:11:45 +01:00 |
Martin Diehl
|
1446e9f4ab
|
polished
sanity checks + documentation
|
2018-12-12 00:30:20 +01:00 |
Martin Diehl
|
bf2b074787
|
make parameters obvious
|
2018-12-11 23:11:59 +01:00 |
Martin Diehl
|
c29240c1c8
|
forestprojection can be calculated centrally
|
2018-12-11 23:00:56 +01:00 |
Martin Diehl
|
ef23095332
|
using function for cleavage system definition
only internally since damage related constitutive laws will be
re-written anyway
|
2018-12-11 08:03:40 +01:00 |
Martin Diehl
|
1bcf41100d
|
[skip ci] WIP: cleaning
contains a few bugs
|
2018-12-11 07:05:37 +01:00 |
Martin Diehl
|
ee60ce0d98
|
further simplifications
|
2018-12-11 01:35:36 +01:00 |
Martin Diehl
|
2fac481a26
|
polishing/sorting
|
2018-12-11 00:39:50 +01:00 |
Martin Diehl
|
51d8011afe
|
cleaned
- only define variables that are needed
- define variables where they are needed
|
2018-12-10 08:33:20 +01:00 |