Martin Diehl
afad2f2dce
short and consistent naming
2019-12-01 08:39:30 +01:00
Martin Diehl
df4b642400
polishing
2019-12-01 08:33:04 +01:00
Martin Diehl
d93fb12e8c
remove extra output
...
current implementation was not very general, no separation of different
dislocation types.
if output is needed, re-implemenation is straight forward
2019-11-30 14:36:54 +01:00
Martin Diehl
127a29ab1a
cleaning
2019-11-24 13:42:19 +01:00
Martin Diehl
de912c22b4
Merge branch 'development' into HDF5-spectral-displacements
2019-10-18 12:54:12 +02:00
Franz Roters
e85e13b380
[skip ci] only corrections to comments made
2019-10-11 15:21:29 +02:00
Martin Diehl
032b65fe65
not needed
2019-09-27 14:33:56 -07:00
Martin Diehl
2bb6f74de9
use new data structure
2019-09-27 14:07:03 -07:00
Martin Diehl
2e63affe47
[skip ci] better to read
2019-09-25 12:48:16 -07:00
Martin Diehl
01561a2bae
polishing
2019-09-19 22:07:02 -07:00
Martin Diehl
e82fdbcdfa
use more appropriate name
2019-09-19 13:39:22 -07:00
Martin Diehl
3f87a87a4e
wrong counting
...
currently quite ugly, but planned changes for state structure will give
overcome this
2019-06-14 10:05:39 +02:00
Martin Diehl
083fdb13b4
material_phaseAt and material_phaseMemberAt substitute material_phase
2019-06-14 09:37:01 +02:00
Martin Diehl
59cb70198e
phasememberAt not needed anymore
2019-06-14 09:17:05 +02:00
Martin Diehl
7a878cab3a
phaseAt(c,i,e) substituted by material_phaseAt(c,e)
2019-06-14 09:02:28 +02:00
Martin Diehl
ee8678d606
better readable
2019-06-13 00:01:38 +02:00
Martin Diehl
b1d06eced2
not used
2019-06-12 21:13:21 +02:00
Martin Diehl
86a720be8c
ensure memory release
2019-06-07 12:19:36 +02:00
Martin Diehl
33ed1fa06c
further removal of mesh quantities
2019-06-07 10:33:49 +02:00
Martin Diehl
f22fcc7271
further removal of mesh
2019-06-07 10:20:56 +02:00
Martin Diehl
ab06fac379
line too long
2019-06-07 07:41:12 +02:00
Martin Diehl
2a35a78d93
phase out mesh_elem and theMesh
2019-06-07 07:38:48 +02:00
Martin Diehl
87bc95e6fb
IPvolume is only needed for nonlocal
2019-06-06 23:17:02 +02:00
Martin Diehl
9e8bc7d9b1
better names
2019-06-06 11:08:58 +02:00
Martin Diehl
b127dcf44e
separating mesh and nonlocal related geometry
2019-06-06 08:19:29 +02:00
Martin Diehl
a3304db1ce
no clutter
2019-06-06 08:16:36 +02:00
Martin Diehl
d0602513ac
write out and calculate cell and element connectivity
2019-06-04 21:30:51 +02:00
Martin Diehl
4bce087d3d
separating functionality (stub only)
...
- mesh (initialization depends on type of solver) only provides
information about number of elements, IPs and writes out displacements
- new module (will get setter functions for solver specific
initialization) will provide information that is only used by the
nonlocal model
2019-05-14 11:42:00 +02:00
Martin Diehl
39cc9e35ae
Merge branch 'development' into orientation_with_averaging
2019-05-05 22:12:09 +02:00
Martin Diehl
ce1bb589c7
complicated use statements confuse CMake
...
probably we should adopt a similar "use" policy in Fortran as
recommended for Python "import" and have all imports at the beginning
https://www.python.org/dev/peps/pep-0008/
2019-04-18 15:30:54 +02:00
Martin Diehl
1e2766cda6
not needed
2019-04-13 15:37:34 +02:00
Martin Diehl
1036c76ae0
to transpose already when constructing the interaction matrix
2019-04-13 00:46:27 +02:00
Martin Diehl
ab5a29b559
explicit import
...
for some reasons, ifort does not resolve the specific subroutine for the
writeDataset interace otherwise
2019-04-06 08:01:10 +00:00
Martin Diehl
b52d5ab20b
some more outputs
...
mainly done by Vitesh, copied it from other branch
2019-04-05 22:23:02 +02:00
Martin Diehl
bc4b79a3a2
writing results out
...
credits to Vitesh
2019-04-04 10:04:44 +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
d55a7da592
renaming "spectral" to "grid"
2019-03-23 09:27:58 +01:00
Martin Diehl
6d268b7b37
some polishing
2019-03-17 17:59:01 +01:00
Martin Diehl
dac4f5cd22
syntax polishing
2019-03-17 17:02:08 +01:00
Martin Diehl
5f41d6d9b4
no pInt
2019-03-17 13:35:41 +01:00
Martin Diehl
d7739fa8f8
no derived quantities in postResults
...
preparing for HDF5 out
2019-03-17 13:29:58 +01:00
Martin Diehl
52b54ddf23
direct access to state variable
2019-03-17 12:36:15 +01:00
Martin Diehl
fa513778c0
array access was wrong
...
now using the rectified dislocation density from "getRho". This results
in a slightly more conservative sensitivity check
2019-03-17 11:51:26 +01:00
Martin Diehl
730e7d96c0
better readable
2019-03-16 21:58:30 +01:00
Martin Diehl
8f89827573
improved readability
2019-03-16 19:09:22 +01:00
Martin Diehl
f079e6f9c0
simpler logic for shortrange stress correction
2019-03-16 16:29:16 +01:00
Martin Diehl
117f4b9625
more functions relying on getRho
2019-03-16 15:46:39 +01:00
Martin Diehl
5da017e79f
using new funtionality to get rho
2019-03-16 15:08:50 +01:00
Martin Diehl
eb2646ca9c
improving readability
...
- arrays to access specific dislocation types
- function to access and clean rho
2019-03-16 13:13:48 +01:00