]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add two brief class descriptions. 8257/head
authorDavid Wells <drwells@email.unc.edu>
Mon, 20 May 2019 19:58:46 +0000 (15:58 -0400)
committerDavid Wells <drwells@email.unc.edu>
Mon, 20 May 2019 19:58:46 +0000 (15:58 -0400)
These are mentioned in other files and we need at least a stub here to
make the classes show up in doxygen.

include/deal.II/matrix_free/matrix_free.h
include/deal.II/particles/particle_accessor.h

index 1216bcf231584267adfe57487cd6b7a0d19855c6..fb456f120348765a4f6954df73d0810758c76418 100644 (file)
@@ -2634,6 +2634,9 @@ MatrixFree<dim, Number>::reinit(
 // additional helper functions to select the blocks and template magic.
 namespace internal
 {
+  /**
+   * Internal class for exchanging data between vectors.
+   */
   template <int dim, typename Number>
   struct VectorDataExchange
   {
index 5887c185203eaa7353a18422dbddb8ab336e8336..f7d4b8dfd46c79eb67e7788c36f1e549e04c873b 100644 (file)
@@ -31,6 +31,9 @@ namespace Particles
   template <int, int>
   class ParticleHandler;
 
+  /**
+   * Accessor class used by ParticleIterator to access particle data.
+   */
   template <int dim, int spacedim = dim>
   class ParticleAccessor
   {

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.