From b6876ac8fcc243397ca8dcc6b8eab673066d913c Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sun, 2 Jul 2023 00:21:06 -0400 Subject: [PATCH] Remove deprecated GridTools::cell_measure overload --- include/deal.II/grid/grid_tools.h | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index c7cefd6bae..1d3b28dec4 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -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 cell-@>measure(), 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 - DEAL_II_DEPRECATED double - cell_measure( - const std::vector> &all_vertices, - const unsigned int (&vertex_indices)[GeometryInfo::vertices_per_cell]); - /** * Given a list of vertices (typically obtained using * Triangulation::get_vertices()) as the first, and a list of vertex indices -- 2.39.5