]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update references to the MGDoFHandler class.
authorDavid Wells <wellsd2@rpi.edu>
Mon, 23 Nov 2015 00:49:30 +0000 (19:49 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Tue, 24 Nov 2015 22:27:19 +0000 (17:27 -0500)
This class was removed in the 8.0 release. I updated the example to show
how one can get the same result with a DoFHandler (i.e., call
distribute_mg_dofs).

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

index da34f69f063be3a8a1ac95ec04858017db57a4e7..a25b9013b4db9d688eda7d0356c73fdafa68ef8a 100644 (file)
@@ -64,8 +64,10 @@ namespace hp
  * The most common usage for this object is initializing vectors as in the
  * following code:
  *
- * <code> MGDofHandler<dim> dof_handler(triangulation);
- * dof_handler.distribute_dofs(fesystem);
+ * <code>
+ * DoFHandler<dim> dof_handler(triangulation);
+ * dof_handler.distribute_dofs(fe_system);
+ * dof_handler.distribute_mg_dofs(fe_system);
  * DoFRenumbering::block_wise(dof_handler);
  *
  * BlockVector<double> solution(dof_handler.block_info().global());
index 07ed50a94b4558408ee465e5cc999afe90ea6a9f..fa31364404937edb241ee1bffc65d44e09784f70 100644 (file)
@@ -122,11 +122,10 @@ namespace internal
 
 
 /**
- * A class that gives access to the degrees of freedom stored in a DoFHandler,
- * MGSoDHandler, or hp::DoFHandler object. Accessors are used to, access the
- * data that pertains to edges, faces, and cells of a triangulation. The
- * concept is explained in more detail in connection to
- * @ref Iterators.
+ * A class that gives access to the degrees of freedom stored in a DoFHandler
+ * or hp::DoFHandler object. Accessors are used to access the data that
+ * pertains to edges, faces, and cells of a triangulation. The concept is
+ * explained in more detail in connection to @ref Iterators.
  *
  * This class follows mainly the route laid out by the accessor library
  * declared in the triangulation library (TriaAccessor). It enables the user

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.