Martin Diehl
|
0f6094890a
|
simplified
damask.environment does not offer any advantage over os.environ for
variables. After 'root_dir' was removed, the whole module became
obsolete
|
2021-01-15 12:14:05 +01:00 |
Martin Diehl
|
ed286ee09f
|
Merge branch 'rename-grid-2' into misc-improvements
|
2020-12-05 09:50:46 +01:00 |
Martin Diehl
|
ac0a20696c
|
rename: grid -> cells
|
2020-12-03 22:16:34 +01:00 |
Martin Diehl
|
c880052250
|
avoid evil eval
|
2020-12-02 14:37:44 +01:00 |
Martin Diehl
|
5ab2847b36
|
polishing
|
2020-11-23 20:06:34 +01:00 |
Martin Diehl
|
903c185ee6
|
distinguish 'file not found' and 'invalid file'
|
2020-11-19 10:39:41 +01:00 |
Martin Diehl
|
c74e57f225
|
vtk error handling is not very helpful
|
2020-11-19 09:59:39 +01:00 |
Martin Diehl
|
30938a8278
|
correct order (brackets)
|
2020-11-05 21:38:00 +01:00 |
Martin Diehl
|
ae959b9cc2
|
allow '.' in filenames
|
2020-11-04 18:08:04 +01:00 |
Martin Diehl
|
0804e6ee74
|
pythonic names
|
2020-10-27 13:50:47 +01:00 |
Martin Diehl
|
201a62d7c9
|
easier visualization if verts have a point-cell
|
2020-10-27 13:19:53 +01:00 |
Martin Diehl
|
c42511f101
|
small polishing
|
2020-09-18 16:32:59 +02:00 |
Philip Eisenlohr
|
96ad358f83
|
modified file reading/writing methods to load_X, save_X formalism
|
2020-09-15 01:14:05 -04:00 |
Martin Diehl
|
a5d5638e4a
|
allow uncompressed files
|
2020-09-12 13:46:55 +02:00 |
Philip Eisenlohr
|
865c90d00b
|
first check data type, then determine length of data...
|
2020-09-09 19:10:03 -04:00 |
Philip Eisenlohr
|
7d9a4c08ce
|
Do not strictly require np.ndarrays for grid, size, or origin when not essential for functionality.
|
2020-09-10 00:59:40 +02:00 |
Philip Eisenlohr
|
6785062a10
|
Merge branch 'development' into 'vtk-to-file-method'
# Conflicts:
# python/tests/test_VTK.py
|
2020-08-31 21:10:29 +02:00 |
Philip Eisenlohr
|
3f24d16603
|
renamed VTK.write() to VTK.to_file()
|
2020-08-26 16:15:15 -04:00 |
Martin Diehl
|
bf401e56cf
|
avoid name clash with damask.Geom
|
2020-08-25 09:56:24 +02:00 |
Martin Diehl
|
51da632108
|
aiming at testing each individual statement
|
2020-08-25 07:49:56 +02:00 |
Martin Diehl
|
2751cdb6af
|
support comments also in vtr
|
2020-08-25 00:40:14 +02:00 |
Philip Eisenlohr
|
2560f014a3
|
Merge remote-tracking branch 'origin/increase-geom-test-coverage' into geom-out-of-place
|
2020-08-24 17:17:31 -04:00 |
Martin Diehl
|
9d505c8518
|
better readable
- more explicit reporting
- always relative import for DAMASK
|
2020-08-24 09:58:24 +02:00 |
Martin Diehl
|
507a165733
|
functionality for getting data
- handy for Geom class, but could be of general interest
- add/set/get comments: follows same functions as for Geom class
|
2020-08-24 06:40:36 +02:00 |
Martin Diehl
|
44015082a3
|
dead code (copy and paste error)
|
2020-08-24 00:34:07 +02:00 |
Martin Diehl
|
a1c78b778a
|
WIP: track history in VTK objects
|
2020-08-23 23:22:53 +02:00 |
Martin Diehl
|
ae20f5ffe6
|
attempt to fix parallel writing on MacOS
should resolve TypeError: cannot pickle
'vtkmodules.vtkIOXML.vtkXMLRectilinearGridWriter' object error
|
2020-08-03 18:19:38 +02:00 |
Martin Diehl
|
6259984e93
|
simplified
complicated, but allows to use functions as properties
|
2020-07-15 20:54:37 +02:00 |
Philip Eisenlohr
|
d4f97f8346
|
Merge branch 'misc-improvements' into 'development'
Misc improvements
See merge request damask/DAMASK!184
|
2020-07-02 21:52:47 +02:00 |
Martin Diehl
|
b88becb9d0
|
don't go out of focus during initialization
|
2020-07-02 08:25:35 +02:00 |
Martin Diehl
|
37f7362cbe
|
Merge branch 'development' into misc-improvements
|
2020-06-28 19:23:17 +02:00 |
Martin Diehl
|
323f828606
|
Merge branch 'development' into modernize_colormap
|
2020-06-28 19:09:52 +02:00 |
Martin Diehl
|
b3f5ee022a
|
unified style
|
2020-06-28 11:40:19 +02:00 |
Martin Diehl
|
8a9a768a77
|
support pathlib.Path
|
2020-06-28 07:17:51 +02:00 |
Martin Diehl
|
8c8132bcd7
|
coordinates should not have random names
|
2020-06-27 23:37:09 +02:00 |
Martin Diehl
|
a69f82e7c3
|
speed up vtk out
- limit to single precision
- write in background
|
2020-06-26 11:45:54 +02:00 |
Martin Diehl
|
5d7213b062
|
restore reminder to document changes
causes conflicts with outdated tests and is not urgent: postpone until
release.
|
2020-06-25 08:19:07 +02:00 |
Philip Eisenlohr
|
f8f433e826
|
introduced f-strings
|
2020-06-24 14:13:56 -04:00 |
Martin Diehl
|
c5d0c7e52e
|
easier to read, more flexible
|
2020-06-03 10:44:40 +02:00 |
Martin Diehl
|
c6c1878b13
|
asterisk is the emphasize sign for restructured text
not really needed here
|
2020-04-12 15:19:32 +02:00 |
Martin Diehl
|
6ef7410e5a
|
testing VTK wrappers
|
2020-03-31 11:04:06 +02:00 |
Martin Diehl
|
bbce3456e8
|
advise from pylint
|
2020-03-22 22:30:38 +01:00 |
Martin Diehl
|
20a06840b0
|
works also for arrays ...
|
2020-03-21 11:07:21 +01:00 |
Martin Diehl
|
eb66db9c36
|
Merge branch 'no-python-namespace-clutter' into MiscImprovements
|
2020-03-20 23:46:37 +01:00 |
Martin Diehl
|
9bb0608187
|
maybe this is the cleaner way
|
2020-03-19 14:40:30 +01:00 |