From 5d4f0b4172231f0dabf80f32f9ad58107a60fb41 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 28 Oct 2013 13:19:14 +0000 Subject: [PATCH] More minor formatting edits. git-svn-id: https://svn.dealii.org/trunk@31463 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/tria_objects.h | 60 +++++++++++---------- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/deal.II/include/deal.II/grid/tria_objects.h b/deal.II/include/deal.II/grid/tria_objects.h index fcb4b56318..a04968e0a9 100644 --- a/deal.II/include/deal.II/grid/tria_objects.h +++ b/deal.II/include/deal.II/grid/tria_objects.h @@ -74,6 +74,7 @@ namespace internal * equals the index in this container. */ std::vector cells; + /** * Index of the even children of an object. * Since when objects are refined, all @@ -231,19 +232,19 @@ namespace internal * function is only used by * dealii::Triangulation::execute_refinement() * in 3D. - * - * @warning Interestingly, - * this function is not used - * for 1D or 2D - * triangulations, where it - * seems the authors of the - * refinement function insist - * on reimplementing its - * contents. - * - * @todo This function is - * not instantiated for the - * codim-one case + * + * @warning Interestingly, + * this function is not used + * for 1D or 2D + * triangulations, where it + * seems the authors of the + * refinement function insist + * on reimplementing its + * contents. + * + * @todo This function is + * not instantiated for the + * codim-one case */ template dealii::TriaRawIterator > @@ -256,19 +257,19 @@ namespace internal * function is only used by * dealii::Triangulation::execute_refinement() * in 3D. - * - * @warning Interestingly, - * this function is not used - * for 1D or 2D - * triangulations, where it - * seems the authors of the - * refinement function insist - * on reimplementing its - * contents. - * - * @todo This function is - * not instantiated for the - * codim-one case + * + * @warning Interestingly, + * this function is not used + * for 1D or 2D + * triangulations, where it + * seems the authors of the + * refinement function insist + * on reimplementing its + * contents. + * + * @todo This function is + * not instantiated for the + * codim-one case */ template dealii::TriaRawIterator > @@ -495,6 +496,7 @@ namespace internal * a line/quad/etc. */ std::vector user_data; + /** * In order to avoid * confusion between user @@ -509,11 +511,10 @@ namespace internal }; /** - * For hexahedrons the data of TriaObjects needs to be extended, as we can obtain faces + * For hexahedra the data of TriaObjects needs to be extended, as we can obtain faces * (quads) in non-standard-orientation, therefore we declare a class TriaObjectsHex, which * additionally contains a bool-vector of the face-orientations. */ - class TriaObjectsHex : public TriaObjects > { public: @@ -579,10 +580,12 @@ namespace internal * has. */ std::vector face_orientations; + /** * flip = rotation by 180 degrees */ std::vector face_flips; + /** * rotation by 90 degrees */ @@ -637,7 +640,6 @@ namespace internal * declare a class TriaObjectsQuad3D, which additionally contains a bool-vector * of the line-orientations. */ - class TriaObjectsQuad3D: public TriaObjects > { public: -- 2.39.5