Martin Diehl
|
c2453c56f1
|
Merge remote-tracking branch 'origin/development' into polishing
|
2022-03-09 15:22:22 +01:00 |
Martin Diehl
|
c4a7c0096a
|
give default directly
only Colormap object caused problem (tab completion triggered '__repr__'
which means showing colormap in maplotlib window
|
2022-03-08 22:43:54 +01:00 |
Philip Eisenlohr
|
73f01c07d0
|
clarified colormap default; accept string as colormap name
|
2022-03-08 09:31:08 -05:00 |
Martin Diehl
|
bc020a9580
|
correct names
|
2022-03-07 10:40:28 +01:00 |
Martin Diehl
|
425d148ea8
|
mypy-safe
|
2022-03-06 19:37:46 +01:00 |
Martin Diehl
|
f54849f495
|
enhance grid to store initial conditions
|
2022-03-06 00:54:42 +01:00 |
Martin Diehl
|
d7ba853859
|
use None for no selection, empty list is 'nothing'
|
2022-03-05 20:37:47 +01:00 |
Martin Diehl
|
bafc45d259
|
guide users
|
2022-03-04 19:07:23 +01:00 |
Martin Diehl
|
161e4b6815
|
testing new functionality
|
2022-03-04 10:57:49 +01:00 |
Martin Diehl
|
03912b0a03
|
Merge remote-tracking branch 'origin/development' into polishing
|
2022-03-04 03:44:36 +01:00 |
Martin Diehl
|
dd68aad83b
|
not used
|
2022-02-28 19:03:56 +01:00 |
Martin Diehl
|
f9e04bc4cb
|
unifying interface
same same for same functionality, allow user to specify single integer
for convenience
|
2022-02-28 16:14:40 +01:00 |
Martin Diehl
|
a314e63ed2
|
homogenize: (material index, material ID) -> material ID
mutable describes meaning of parameter better
|
2022-02-26 14:22:00 +01:00 |
Philip Eisenlohr
|
320ab70270
|
Merge branch 'development' into 'python-vtk-improvements'
# Conflicts:
# python/damask/_vtk.py
|
2022-02-23 14:20:52 +00:00 |
Martin Diehl
|
77e57a268c
|
unified.
the default python description "Return repr(self)." is pretty useless,
so better agree on a DAMASK standard
|
2022-02-23 07:21:30 +01:00 |
Philip Eisenlohr
|
ae2aa096fb
|
fixed flatten order=F; cividis default.
|
2022-02-22 12:23:29 -05:00 |
Philip Eisenlohr
|
47dcd4bd41
|
follow Python exception message convention of lower-case
|
2022-02-22 10:42:05 -05:00 |
Philip Eisenlohr
|
aeb0e527ec
|
Consistent formatting of raised messages
|
2022-02-22 09:46:12 -05:00 |
Martin Diehl
|
e8a4f06634
|
out of place behavior for VTK
|
2022-02-22 07:49:44 +01:00 |
Martin Diehl
|
22fa9c9772
|
add scalebar
|
2022-02-21 11:19:53 +01:00 |
Martin Diehl
|
45dc9cf7a6
|
show scalar data, use to show material of grid
|
2022-02-21 08:09:55 +01:00 |
Philip Eisenlohr
|
0adc827278
|
Merge branch 'development' into python-vtk-improvements
|
2022-02-18 14:46:40 -05:00 |
Martin Diehl
|
89a914bbe7
|
correct reporting of units
|
2022-02-17 07:13:39 +01:00 |
Philip Eisenlohr
|
2ce464c48e
|
vtk.comments as directly accessed property
|
2022-02-14 09:24:12 -05:00 |
Martin Diehl
|
b81116f62a
|
not needed anymore
|
2022-02-10 23:13:37 +01:00 |
Martin Diehl
|
a243e10641
|
Merge remote-tracking branch 'origin/development' into Fortran-polishing
|
2022-02-03 09:01:33 +01:00 |
Daniel Otto de Mentock
|
3105b2c978
|
added missing return type to grid.get_grain_boundaries function
|
2022-01-31 12:40:29 +01:00 |
Martin Diehl
|
a479c29714
|
not used
|
2022-01-30 15:46:26 +01:00 |
Martin Diehl
|
9ce4573b12
|
docstring polishing
|
2022-01-29 23:16:57 +01:00 |
Martin Diehl
|
df96110733
|
some suggestions from prospector/pylint
|
2022-01-29 22:38:17 +01:00 |
Martin Diehl
|
609f13c590
|
Python 3.8 magic: The walrus operator ":="
|
2022-01-29 18:29:42 +01:00 |
Martin Diehl
|
f70df11b67
|
consistent reporting
|
2022-01-29 15:59:22 +01:00 |
Martin Diehl
|
bc667888ce
|
consistent style
|
2022-01-26 23:37:07 +01:00 |
Daniel Otto de Mentock
|
0c21b6a8e0
|
[skip ci] changed almost all function definition lines to multiline for colormap, grid, table, vtk and util modules
|
2022-01-26 16:25:27 +01:00 |
Martin Diehl
|
2bbc4c4e46
|
polishing
|
2022-01-22 09:04:14 +01:00 |
Daniel Otto de Mentock
|
bfa7fd6ecc
|
Merge branch 'development' into 'typehints_vtk_util'
# Conflicts:
# python/damask/_grid.py
|
2022-01-20 16:54:23 +00:00 |
Daniel Otto de Mentock
|
77f22318a8
|
Typehint improvements
|
2022-01-20 11:52:56 +00:00 |
Martin Diehl
|
a545baebbf
|
VTK polishing
avoid segmentation fault (also allows testing)
|
2022-01-16 19:23:12 +01:00 |
Martin Diehl
|
b796bc0697
|
simplified
|
2022-01-14 20:44:34 +01:00 |
Daniel Otto de Mentock
|
01cc6ffd2c
|
added minor grid adjustments after initial merge of typehints_grid branch
|
2022-01-14 17:56:58 +01:00 |
Martin Diehl
|
3acabcdc7f
|
docstring adjustments
|
2022-01-12 23:57:21 +01:00 |
Martin Diehl
|
2c1231a806
|
using best practices from grid_filters
|
2022-01-12 23:06:48 +01:00 |
Daniel Otto de Mentock
|
e60d41d5e4
|
merge with current development branch
|
2022-01-05 14:06:06 +01:00 |
Daniel Otto de Mentock
|
1de12bb402
|
removed direct attribute assignments for size and origin
|
2021-12-06 15:48:19 +01:00 |
Daniel Otto de Mentock
|
5558c301fa
|
added fist typehints for _grid module
|
2021-12-06 14:22:52 +01:00 |
Philip Eisenlohr
|
66f9c771dd
|
correct unit for size
|
2021-11-16 10:28:23 -05:00 |
Martin Diehl
|
fd0a3f58fa
|
improved grid reporting
- a-b-c vs. x-y-z confusing and not needed
- unit is helpful (got a request on the helpdesk)
|
2021-11-16 09:17:32 +01:00 |
Martin Diehl
|
f9c7781a35
|
avoid int16
for any reasoable input, int32 should be sufficient, no need to worry
about int64.
|
2021-09-12 21:54:04 +02:00 |
Martin Diehl
|
f11e7742e5
|
better document
make damask.mpie.de colorful ;)
|
2021-07-16 10:30:33 +02:00 |
Martin Diehl
|
abf7c8e9f1
|
limit search space to actual RVE
periodic copies of the seeds are sufficient, no need to copy the grid
|
2021-07-09 12:13:18 +02:00 |