]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mapping: refer to ReferenceCell, not GeometryInfo.
authorDavid Wells <drwells@email.unc.edu>
Mon, 30 Jun 2025 13:32:37 +0000 (09:32 -0400)
committerDavid Wells <drwells@email.unc.edu>
Mon, 30 Jun 2025 13:32:37 +0000 (09:32 -0400)
include/deal.II/fe/mapping.h

index 655ec182143ac3edb0d19ea06e2157e655b82bbc..082e89a90c10eadb88e3e73c07cb72f549afc524 100644 (file)
@@ -429,7 +429,7 @@ public:
   /**
    * Return whether the mapping preserves vertex locations. In other words,
    * this function returns whether the mapped location of the reference cell
-   * vertices (given by GeometryInfo::unit_cell_vertex()) equals the result of
+   * vertices (given by ReferenceCell::vertex()) equals the result of
    * <code>cell-@>vertex()</code> (i.e., information stored by the
    * triangulation).
    *
@@ -485,7 +485,7 @@ public:
    * throws an exception of type Mapping::ExcTransformationFailed . Whether
    * the given point @p p lies outside the cell can therefore be determined by
    * checking whether the returned reference coordinates lie inside or outside
-   * the reference cell (e.g., using GeometryInfo::is_inside_unit_cell()) or
+   * the reference cell (e.g., using ReferenceCell::contains_point()) or
    * whether the exception mentioned above has been thrown.
    *
    * @param cell Iterator to the cell that will be used to define the mapping.

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.