From: Vaishnavi Kale Date: Wed, 18 Dec 2024 19:29:18 +0000 (-0700) Subject: removed trailing whitespace X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17946%2Fhead;p=dealii.git removed trailing whitespace --- diff --git a/doc/news/changes/major/20241211Kale b/doc/news/changes/major/20241211Kale index da6df22846..f12abb8d49 100644 --- a/doc/news/changes/major/20241211Kale +++ b/doc/news/changes/major/20241211Kale @@ -1,3 +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. +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)