From: David Wells Date: Mon, 20 May 2019 19:58:46 +0000 (-0400) Subject: Add two brief class descriptions. X-Git-Tag: v9.2.0-rc1~1458^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8257%2Fhead;p=dealii.git Add two brief class descriptions. These are mentioned in other files and we need at least a stub here to make the classes show up in doxygen. --- diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index 1216bcf231..fb456f1203 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -2634,6 +2634,9 @@ MatrixFree::reinit( // additional helper functions to select the blocks and template magic. namespace internal { + /** + * Internal class for exchanging data between vectors. + */ template struct VectorDataExchange { diff --git a/include/deal.II/particles/particle_accessor.h b/include/deal.II/particles/particle_accessor.h index 5887c18520..f7d4b8dfd4 100644 --- a/include/deal.II/particles/particle_accessor.h +++ b/include/deal.II/particles/particle_accessor.h @@ -31,6 +31,9 @@ namespace Particles template class ParticleHandler; + /** + * Accessor class used by ParticleIterator to access particle data. + */ template class ParticleAccessor {