]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mark GeometryInfo as deprecated in favor of ReferenceCell. 11808/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 25 Feb 2021 03:59:41 +0000 (20:59 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 25 Feb 2021 03:59:41 +0000 (20:59 -0700)
include/deal.II/base/geometry_info.h
include/deal.II/grid/reference_cell.h

index 6f7c4fd39e561d8cc92054849bdd501c92931dfd..299637b5c184c6b95aed4dc1d043f9eb98f74ade 100644 (file)
@@ -1215,6 +1215,9 @@ struct GeometryInfo;
 
 
 /**
+ * This class provides a description of zero-dimensional cells. It has been
+ * superseded by the ReferenceCell class -- see there for more information.
+ *
  * Topological description of zero dimensional cells, i.e. points. This class
  * might not look too useful but often is if in a certain dimension we would
  * like to enquire information about objects with dimension one lower than the
@@ -1434,6 +1437,9 @@ struct GeometryInfo<0>
  * This class provides dimension independent information to all topological
  * structures that make up the unit, or
  * @ref GlossReferenceCell "reference cell".
+ * This class has been
+ * superseded by the ReferenceCell class -- see there for more information.
+ *
  *
  * It is the one central point in the library where information about the
  * numbering of vertices, lines, or faces of the reference cell is collected.
index 99569b072af826129de6c6f5d879e9d6a076f00f..39b76d0d05c85f4916fdd521578968ddee5ea59b 100644 (file)
@@ -77,6 +77,11 @@ namespace internal
  * all of the possible values. User codes should therefore rely
  * exclusively on assigning ReferenceCell objects from these special
  * objects, and comparing against those special objects.
+ *
+ * The purposes and intents of this class are described in the
+ * @ref GlossReferenceCell "reference cell" glossary entry.
+ *
+ * @ingroup grid geomprimitives aniso
  */
 class ReferenceCell
 {

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.