]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add two brief class descriptions. 8258/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 20:04:21 +0000 (16:04 -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 a2dd169c71acd2095fcfeb9fd07fd0cd9c6728b0..10542aed39f991e7d0f75fa1e33e528e4ad1ca29 100644 (file)
@@ -2633,6 +2633,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.