]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated GridTools::cell_measure overload
authorDaniel Arndt <arndtd@ornl.gov>
Sun, 2 Jul 2023 04:21:06 +0000 (00:21 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 3 Jul 2023 21:51:15 +0000 (17:51 -0400)
include/deal.II/grid/grid_tools.h

index c7cefd6bae49dcecf0070cbf2ce3c5faacaf9595..1d3b28dec4178b8af8dc8046120c54d5e3a72118 100644 (file)
@@ -253,23 +253,6 @@ namespace GridTools
 #endif
          ));
 
-  /**
-   * Given a list of vertices (typically obtained using
-   * Triangulation::get_vertices) as the first, and a list of vertex indices
-   * that characterize a single cell as the second argument, return the
-   * measure (area, volume) of this cell. If this is a real cell, then you can
-   * get the same result using <code>cell-@>measure()</code>, but this
-   * function also works for cells that do not exist except that you make it
-   * up by naming its vertices from the list.
-   *
-   * @deprecated Use the more general function which takes an ArrayView instead.
-   */
-  template <int dim>
-  DEAL_II_DEPRECATED double
-  cell_measure(
-    const std::vector<Point<dim>> &all_vertices,
-    const unsigned int (&vertex_indices)[GeometryInfo<dim>::vertices_per_cell]);
-
   /**
    * Given a list of vertices (typically obtained using
    * Triangulation::get_vertices()) as the first, and a list of vertex indices

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.