]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add documentation for the new vertex iterator (a.k.a. DoFAccessor<0,DH<1,spacedim...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 18 Dec 2010 03:19:35 +0000 (03:19 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 18 Dec 2010 03:19:35 +0000 (03:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@22998 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/dofs/dof_accessor.h

index 494e47fc08422f7ee95bc05949c6430d860ae3d4..b74f47048ed55958e6fb72df9debe000fb34efbd 100644 (file)
@@ -757,6 +757,16 @@ class DoFAccessor : public internal::DoFAccessor::Inheritance<structdim, DH::dim
 
 
 
+/**
+ * Specialization of the general DoFAccessor class template for the
+ * case of zero-dimensional objects (a vertex) that are the face of a
+ * one-dimensional cell in spacedim space dimensions. Since vertices
+ * function differently than general faces, this class does a few
+ * things differently than the general template, but the interface
+ * should look the same.
+ *
+ * @author Wolfgang Bangerth, 2010
+ */
 template <template <int, int> class DH, int spacedim>
 class DoFAccessor<0,DH<1,spacedim> > : public TriaAccessor<0,1,spacedim>
 {

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.