From: Daniel Arndt Date: Wed, 20 Jun 2018 21:40:07 +0000 (+0200) Subject: Add a few blank lines X-Git-Tag: v9.1.0-rc1~994^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6797%2Fhead;p=dealii.git Add a few blank lines --- diff --git a/include/deal.II/fe/fe_tools_interpolate.templates.h b/include/deal.II/fe/fe_tools_interpolate.templates.h index 2bc7c462e7..296a5cda47 100644 --- a/include/deal.II/fe/fe_tools_interpolate.templates.h +++ b/include/deal.II/fe/fe_tools_interpolate.templates.h @@ -382,6 +382,8 @@ namespace FETools interpolate(dof2, u2, dof1, constraints1, u1_interpolated); } + + // special version for PETSc #ifdef DEAL_II_WITH_PETSC template @@ -413,6 +415,8 @@ namespace FETools interpolate(dof2, u2, dof1, constraints1, u1_interpolated); } + + template void back_interpolate( @@ -427,6 +431,8 @@ namespace FETools } #endif + + // special version for Trilinos #ifdef DEAL_II_WITH_TRILINOS template @@ -458,6 +464,8 @@ namespace FETools interpolate(dof2, u2, dof1, constraints1, u1_interpolated); } + + template void back_interpolate( @@ -487,6 +495,8 @@ namespace FETools interpolate(dof2, u2, dof1, constraints1, u1_interpolated); } + + template void back_interpolate( @@ -503,6 +513,8 @@ namespace FETools } #endif + + // special version for LinearAlgebra::distributed::Vector template void @@ -527,6 +539,8 @@ namespace FETools interpolate(dof2, u2, dof1, constraints1, u1_interpolated); } + + // special version for LinearAlgebra::distributed::BlockVector template void