From c61c32d14ff019b4432d077f7c578ecdb889400a Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 20 May 2019 15:58:46 -0400 Subject: [PATCH] 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. --- include/deal.II/matrix_free/matrix_free.h | 3 +++ include/deal.II/particles/particle_accessor.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index a2dd169c71..10542aed39 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -2633,6 +2633,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 { -- 2.39.5