diff --git a/README.md b/README.md index b889044..fdd0a2c 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Further example VTK files can be found in the ### What works * Reading in VTK XML files of type `UnstructuredGrid`, `StructuredGrid`, `RectilinearGrid`,`ImageData`, `PUnstructuredGrid`,`PStructuredGrid` `PRectilinearGrid`,`PImageData`, or `PolyData` * Extracting cell or point data +* Extracting field data * Extracting point coordinates * Extracting information about cell types * Only for `ImageData`,`PImageData` files: get origin, spacing, and extent information diff --git a/docs/src/index.md b/docs/src/index.md index 15b643e..d358bf9 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -80,6 +80,7 @@ Further example VTK files can be found in the ### What works * Reading in VTK XML files of type `UnstructuredGrid`, `StructuredGrid`, `RectilinearGrid`,`ImageData`, `PUnstructuredGrid`, `PStructuredGrid`, `PRectilinearGrid`,`PImageData`, or `PolyData` * Extracting cell or point data +* Extracting field data * Extracting point coordinates * Extracting information about cell types * Only for `ImageData`,`PImageData` files: get origin, spacing, and extent information