From: Vaishnavi Kale Date: Wed, 18 Dec 2024 19:22:42 +0000 (-0700) Subject: added change log for new functionality to read vtk meshes with field data X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fcf23b54261db2543d740160b3d8c16f95b9fc9;p=dealii.git added change log for new functionality to read vtk meshes with field data --- 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)