]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Change 'node' to 'vertex' in documentation
authorGraham Harper <grahambenharper@gmail.com>
Thu, 26 Jul 2018 22:55:47 +0000 (22:55 +0000)
committerGraham Harper <grahambenharper@gmail.com>
Thu, 26 Jul 2018 22:55:47 +0000 (22:55 +0000)
include/deal.II/fe/fe_bernardi_raugel.h
source/fe/fe_bernardi_raugel.cc

index acf5b83b33720018c08b33e6d43e2628f4d3ce25..48d252f78a7c45d36afd4aacff432ce465907460 100644 (file)
@@ -35,7 +35,7 @@ DEAL_II_NAMESPACE_OPEN
  * The Bernardi-Raugel element.
  *
  * <h3>Degrees of freedom</h3>
- * The BR1 element has <i>dim</i> degrees of freedom on each node and 1 on each
+ * The BR1 element has <i>dim</i> degrees of freedom on each vertex and 1 on each
  * face. The shape functions are ordered by the $(Q_1)^d$ shape functions
  * supported on each vertex, increasing according to vertex ordering on the
  * element in GeometryInfo, then the bubble functions follow in the ordering
index 0117fde5af2a5d3785fd43c4b2ce0c7fdee7ef73..4c9885cb61929c8a5bb49d6170ff87efd36bc420 100644 (file)
@@ -133,7 +133,7 @@ FE_BernardiRaugel<dim>::get_dpo_vector()
 {
   // compute the number of unknowns per cell interior/face/edge
   //
-  // there are <tt>dim</tt> degrees of freedom per node and there
+  // there are <tt>dim</tt> degrees of freedom per vertex and there
   // is 1 degree of freedom per edge in 2D (face in 3D)
   std::vector<unsigned int> dpo(dim + 1, 0u);
   dpo[0]       = dim;
@@ -147,7 +147,7 @@ template <int dim>
 void
 FE_BernardiRaugel<dim>::initialize_support_points()
 {
-  // The support points for our shape functions are the nodes and
+  // The support points for our shape functions are the vertices and
   // the face midpoints, for a total of #vertices + #faces points
   this->generalized_support_points.resize(this->dofs_per_cell);
 

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.