Commit a97728a
authored
TL: generic FieldsIO class for n-dimensional rectilinear grids + VTK support (#533)
* TL: simplified fieldsIO to two generic classes (Scalar + Rectilinear)
* TL: trying something
* TL: restriction to python 3.11
* TL: another try
* TL: I'm dumb
* TL: yet another try ...
* TL: added vtk support for 3D VTR files
* TL: avoided clashing name, gitignore update
* TL: you gotta be kiding me ...
* TL: VTK output support for Rectilinear FieldsIO
* TL: added documentation
* TL: polished documentation
* TL: minor typo
* TL: refactoring following thomas's suggestions
* TL: minor typo
* TL: corrected Rectilinear.toVTR for paraview groups1 parent 51aa701 commit a97728a
File tree
7 files changed
+423
-443
lines changed- etc
- pySDC
- helpers
- tests/test_helpers
7 files changed
+423
-443
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
105 | 101 | | |
106 | 102 | | |
107 | 103 | | |
| |||
0 commit comments