From 9fcf23b54261db2543d740160b3d8c16f95b9fc9 Mon Sep 17 00:00:00 2001 From: Vaishnavi Kale Date: Wed, 18 Dec 2024 12:22:42 -0700 Subject: [PATCH] added change log for new functionality to read vtk meshes with field data --- doc/news/changes/major/20241211Kale | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/news/changes/major/20241211Kale diff --git a/doc/news/changes/major/20241211Kale b/doc/news/changes/major/20241211Kale new file mode 100644 index 0000000000..da6df22846 --- /dev/null +++ b/doc/news/changes/major/20241211Kale @@ -0,0 +1,3 @@ +New: GridIn::read_vtk() was extended to read vtk meshes with field data defined at the cells, to enable importing and use of cell related data beyond a material ID or Manifold ID. The imported field data can be accessed using a new function get_cell_data(), which returns a map with a key containing the field data identifier and a vector containing the field data values associated with the cell indices of the imported mesh. +
+(Vaishnavi Kale, Marc Secanell, Mohamad Ghadban and Mayank Sabharwal, 2024/12/11) -- 2.39.5