From f24b222e7951c73aa2a5d456e643804b9f3edda8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 12 Sep 2017 16:48:05 -0600 Subject: [PATCH] Wrap a bunch of comments. --- include/deal.II/dofs/dof_accessor.templates.h | 46 ++++++++----------- 1 file changed, 18 insertions(+), 28 deletions(-) diff --git a/include/deal.II/dofs/dof_accessor.templates.h b/include/deal.II/dofs/dof_accessor.templates.h index 9387b9345b..a678737fca 100644 --- a/include/deal.II/dofs/dof_accessor.templates.h +++ b/include/deal.II/dofs/dof_accessor.templates.h @@ -2971,36 +2971,28 @@ namespace internal for (unsigned int d=0; dset_dof_index(accessor.dof_handler->get_fe(). adjust_line_dof_index_for_line_orientation(d, accessor.line_orientation(line)), local_dof_indices[index]); - // now copy dof numbers into the face. for - // faces with the wrong orientation, we - // have already made sure that we're ok by - // picking the correct lines and vertices - // (this happens automatically in the - // line() and vertex() functions). however, - // if the face is in wrong orientation, we - // look at it in flipped orientation and we - // will have to adjust the shape function - // indices that we see to correspond to the - // correct (cell-local) ordering. The same - // applies, if the face_rotation or - // face_orientation is non-standard + // now copy dof numbers into the face. for faces with the + // wrong orientation, we have already made sure that we're ok + // by picking the correct lines and vertices (this happens + // automatically in the line() and vertex() + // functions). however, if the face is in wrong orientation, + // we look at it in flipped orientation and we will have to + // adjust the shape function indices that we see to correspond + // to the correct (cell-local) ordering. The same applies, if + // the face_rotation or face_orientation is non-standard for (unsigned int quad=0; quad<6; ++quad) for (unsigned int d=0; dset_dof_index(accessor.dof_handler->get_fe(). @@ -3017,10 +3009,8 @@ namespace internal } - // implementation for the case of - // hp::DoFHandler objects. it's - // not implemented there, for no - // space dimension + // implementation for the case of hp::DoFHandler objects. it's + // not implemented there, for no space dimension template static void -- 2.39.5