You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Introduced functions 'get_field' and 'field_data'
in order to be able to read FieldData from VTK files.
* Introduced suggested changes in pull request
* Indented docstring
* Export the `get_field_data` function
* Add test for field data
* Update docstring references on `get_field_data`
* Ignore non DataArray elements
Co-authored-by: Hendrik Ranocha <[email protected]>
* Format field data test
* Add field data support to documentation
* format
---------
Co-authored-by: andresegido <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ Further example VTK files can be found in the
71
71
### What works
72
72
* Reading in VTK XML files of type `UnstructuredGrid`, `StructuredGrid`, `RectilinearGrid`,`ImageData`, `PUnstructuredGrid`,`PStructuredGrid``PRectilinearGrid`,`PImageData`, or `PolyData`
73
73
* Extracting cell or point data
74
+
* Extracting field data
74
75
* Extracting point coordinates
75
76
* Extracting information about cell types
76
77
* Only for `ImageData`,`PImageData` files: get origin, spacing, and extent information
Copy file name to clipboardExpand all lines: docs/src/index.md
+1
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ Further example VTK files can be found in the
80
80
### What works
81
81
* Reading in VTK XML files of type `UnstructuredGrid`, `StructuredGrid`, `RectilinearGrid`,`ImageData`, `PUnstructuredGrid`, `PStructuredGrid`, `PRectilinearGrid`,`PImageData`, or `PolyData`
82
82
* Extracting cell or point data
83
+
* Extracting field data
83
84
* Extracting point coordinates
84
85
* Extracting information about cell types
85
86
* Only for `ImageData`,`PImageData` files: get origin, spacing, and extent information
0 commit comments