From 08003c9e443481e5cf6c0a549da11fcf4fd85b02 Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 23 Nov 2015 19:36:46 -0500 Subject: [PATCH] Improve indentation. --- include/deal.II/dofs/dof_tools.h | 24 +++++++-------- include/deal.II/fe/fe_tools.h | 52 ++++++++++++++++---------------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index fbd1650fdb..9c61c9535e 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -1108,18 +1108,18 @@ namespace DoFTools */ template void - extract_dofs (const DoFHandler &dof_handler, - const ComponentMask &component_mask, - std::vector &selected_dofs); + extract_dofs (const DoFHandler &dof_handler, + const ComponentMask &component_mask, + std::vector &selected_dofs); /** * The same function as above, but for a hp::DoFHandler. */ template void - extract_dofs (const hp::DoFHandler &dof_handler, - const ComponentMask &component_mask, - std::vector &selected_dofs); + extract_dofs (const hp::DoFHandler &dof_handler, + const ComponentMask &component_mask, + std::vector &selected_dofs); /** * This function is the equivalent to the DoFTools::extract_dofs() functions @@ -1141,18 +1141,18 @@ namespace DoFTools */ template void - extract_dofs (const DoFHandler &dof_handler, - const BlockMask &block_mask, - std::vector &selected_dofs); + extract_dofs (const DoFHandler &dof_handler, + const BlockMask &block_mask, + std::vector &selected_dofs); /** * The same function as above, but for a hp::DoFHandler. */ template void - extract_dofs (const hp::DoFHandler &dof_handler, - const BlockMask &block_mask, - std::vector &selected_dofs); + extract_dofs (const hp::DoFHandler &dof_handler, + const BlockMask &block_mask, + std::vector &selected_dofs); /** * Do the same thing as the corresponding extract_dofs() function for one diff --git a/include/deal.II/fe/fe_tools.h b/include/deal.II/fe/fe_tools.h index b91fd60dd5..4eadc4faa6 100644 --- a/include/deal.II/fe/fe_tools.h +++ b/include/deal.II/fe/fe_tools.h @@ -612,9 +612,9 @@ namespace FETools */ template void back_interpolate (const DoFHandler &dof1, - const InVector &u1, + const InVector &u1, const FiniteElement &fe2, - OutVector &u1_interpolated); + OutVector &u1_interpolated); /** * Same as last function, except that the dof handler objects might be of @@ -641,12 +641,12 @@ namespace FETools * corresponding to @p dof2, this function is simply an identity mapping. */ template - void back_interpolate (const DoFHandler &dof1, - const ConstraintMatrix &constraints1, - const InVector &u1, - const DoFHandler &dof2, - const ConstraintMatrix &constraints2, - OutVector &u1_interpolated); + void back_interpolate (const DoFHandler &dof1, + const ConstraintMatrix &constraints1, + const InVector &u1, + const DoFHandler &dof2, + const ConstraintMatrix &constraints2, + OutVector &u1_interpolated); /** * Gives $(Id-I_h)z_1$ for a given @p dof1-function $z_1$, where $I_h$ is @@ -658,10 +658,10 @@ namespace FETools * that takes an additional @p ConstraintMatrix object. */ template - void interpolation_difference(const DoFHandler &dof1, - const InVector &z1, + void interpolation_difference(const DoFHandler &dof1, + const InVector &z1, const FiniteElement &fe2, - OutVector &z1_difference); + OutVector &z1_difference); /** * Gives $(Id-I_h)z_1$ for a given @p dof1-function $z_1$, where $I_h$ is @@ -676,12 +676,12 @@ namespace FETools * and @p z1_difference without ghost elements. */ template - void interpolation_difference(const DoFHandler &dof1, - const ConstraintMatrix &constraints1, - const InVector &z1, - const DoFHandler &dof2, - const ConstraintMatrix &constraints2, - OutVector &z1_difference); + void interpolation_difference(const DoFHandler &dof1, + const ConstraintMatrix &constraints1, + const InVector &z1, + const DoFHandler &dof2, + const ConstraintMatrix &constraints2, + OutVector &z1_difference); @@ -695,9 +695,9 @@ namespace FETools */ template void project_dg (const DoFHandler &dof1, - const InVector &u1, + const InVector &u1, const DoFHandler &dof2, - OutVector &u2); + OutVector &u2); /** * Gives the patchwise extrapolation of a @p dof1 function @p z1 to a @p @@ -759,9 +759,9 @@ namespace FETools */ template void extrapolate (const DoFHandler &dof1, - const InVector &z1, + const InVector &z1, const DoFHandler &dof2, - OutVector &z2); + OutVector &z2); /** * Gives the patchwise extrapolation of a @p dof1 function @p z1 to a @p @@ -776,11 +776,11 @@ namespace FETools * description of its operation). */ template - void extrapolate (const DoFHandler &dof1, - const InVector &z1, - const DoFHandler &dof2, - const ConstraintMatrix &constraints, - OutVector &z2); + void extrapolate (const DoFHandler &dof1, + const InVector &z1, + const DoFHandler &dof2, + const ConstraintMatrix &constraints, + OutVector &z2); //@} /** * The numbering of the degrees of freedom in continuous finite elements is -- 2.39.5