Martin Diehl
c919237998
one loop is enough
2020-01-02 21:02:37 +01:00
Martin Diehl
f633c67fe4
polishing
2020-01-02 20:49:02 +01:00
Martin Diehl
1ad8464821
not needed
...
object-oriented mesh did not work out nicely
2020-01-02 20:38:40 +01:00
Martin Diehl
6a0593bf9e
everything is anyway public
2020-01-02 19:47:48 +01:00
Martin Diehl
e0110c676e
avoid long lines
2020-01-02 18:44:51 +01:00
Martin Diehl
49f3de44b9
limit import statements (numpy already in use)
2020-01-02 18:02:13 +01:00
Martin Diehl
a3664bbde1
need to reverse F->C flip
2020-01-02 17:46:14 +01:00
Martin Diehl
97e7f510e2
wrong time was reported in case of trailing inactive increments
2020-01-02 16:27:42 +01:00
Martin Diehl
27a6d1d682
private functions do not need a prefix
2020-01-02 15:14:12 +01:00
Martin Diehl
ce08571cd8
documentation was outdated
2020-01-02 13:39:52 +01:00
Martin Diehl
e47119e7f7
outdated/not needed
2020-01-02 12:11:40 +01:00
Martin Diehl
b9a82ef523
not needed anymore
2020-01-02 12:10:32 +01:00
Martin Diehl
a87e396b83
bugfix: need to addData to vtk
...
not really sure why 'SetScalars' was used for color. 'AddArray' seems to
work. Also, there seems to be no difference between 'data' and 'tensor'
2020-01-02 11:31:33 +01:00
Martin Diehl
d4d419b713
better readable
2019-12-30 06:48:55 +01:00
Martin Diehl
f9fcaca60b
aliases are just confusing
2019-12-26 15:24:51 +01:00
Martin Diehl
af0a4c5d26
unused
2019-12-26 15:24:37 +01:00
Martin Diehl
05b2c80430
migrating ASCIItable to Table class
2019-12-26 14:34:22 +01:00
Martin Diehl
be319c5a83
single source of truth
2019-12-25 09:24:42 +01:00
Martin Diehl
f5c58517a7
enable one grid point along all directions
2019-12-24 15:59:09 +01:00
Martin Diehl
9e94955626
wrong coordinates for non-cubical grids
2019-12-24 15:58:37 +01:00
Martin Diehl
264afe00f9
using central functionality
2019-12-23 19:06:08 +01:00
Martin Diehl
aec9c601d6
some insights from continuum mechanics formulated as test
2019-12-23 15:34:13 +01:00
Martin Diehl
27d6b91f18
using central funtionality
2019-12-23 10:19:38 +01:00
Martin Diehl
d26005960c
do not rely on singular value decomposition
2019-12-23 09:52:42 +01:00
Martin Diehl
93bc66d19f
same order as in mechanics
2019-12-23 09:33:14 +01:00
Martin Diehl
60580cc45a
mixed up left/right stretch tensor
2019-12-23 07:16:50 +01:00
Martin Diehl
3c4c364107
bugfix:
...
wrong results when calculating multiple strain tensors. Introduced in cd6a4d1cfd
2019-12-23 07:01:34 +01:00
Martin Diehl
3ed9126845
also not needed
2019-12-23 06:35:22 +01:00
Martin Diehl
149e4d6d73
not needed
2019-12-23 05:51:41 +01:00
Martin Diehl
db14baec41
using central functionality
2019-12-22 22:23:48 +01:00
Martin Diehl
644967329f
improved tests
2019-12-22 22:23:33 +01:00
Martin Diehl
2cb3213e37
improvements to Table class
...
- string comparison should be '!=' not 'is not', latter compares
object, not value
- functions for common operations: append (vstack, growTable) and join
(hstack, addTable)
2019-12-22 22:21:32 +01:00
Martin Diehl
c3c08b5b53
using new class/unifying style
2019-12-22 16:16:04 +01:00
Martin Diehl
70cb1f0764
copy of addGridData W/O functionality for meshes
2019-12-22 16:01:39 +01:00
Martin Diehl
48c21045d7
centralized functionality for ang import
2019-12-22 14:57:57 +01:00
Martin Diehl
b4ae91f817
proper alignment
2019-12-22 07:43:07 +01:00
Martin Diehl
cde6853a20
do not repeat code
2019-12-22 07:20:23 +01:00
Martin Diehl
fe463515d0
following prospector advice
2019-12-22 07:07:34 +01:00
Martin Diehl
e08b096f08
just to make sure ...
2019-12-21 23:43:56 +01:00
Martin Diehl
343da2e54d
Table class instead of ASCIItable
2019-12-21 21:45:00 +01:00
Martin Diehl
a7d60dc52a
not used anymore
...
geom class has own report function
2019-12-21 19:10:41 +01:00
Martin Diehl
5b7139dc22
using specialized class
2019-12-21 19:09:28 +01:00
Martin Diehl
6989679d3b
using central functionality
...
- Table class for table data
- grid_filters for grid related functions
2019-12-21 19:03:36 +01:00
Martin Diehl
b293498864
fixing prospector complaints
2019-12-21 18:20:25 +01:00
Martin Diehl
da33ba17bc
using central (and tested) functionality
2019-12-21 18:17:04 +01:00
Martin Diehl
2cd2d6f506
cell_2_node/node_2_cell work only for periodic data
...
hence, coordinates and displacements cannot be converted easily
2019-12-21 18:07:04 +01:00
Martin Diehl
3bf9a4deb5
Merge branch 'grid-filters' into MiscImprovements
2019-12-21 17:39:39 +01:00
Martin Diehl
503626473a
bugfix: wrong grid order
...
for x fast, z slow, the shape of the array needs to be reversed
2019-12-21 17:38:16 +01:00
Martin Diehl
dd318c8d1d
Table class replaces ASCIItable class
2019-12-21 15:51:58 +01:00
Martin Diehl
0d975e7023
polishing
...
- default string length
- Nslip/Ntwin/Ntrans not stored in state anymore
2019-12-21 12:42:18 +01:00