From ce759c61f77c5b06c1ac0700fd39bba4594da627 Mon Sep 17 00:00:00 2001 From: Tuukka Verho Date: Sun, 27 Oct 2024 19:07:01 +0200 Subject: [PATCH] Add field data support to documentation --- README.md | 1 + docs/src/index.md | 1 + 2 files changed, 2 insertions(+) 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