From 28b2f2662af6c2df4d21cbaedf0d6393d5f65382 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 20 Jun 2018 23:40:07 +0200 Subject: [PATCH] Add a few blank lines --- .../deal.II/fe/fe_tools_interpolate.templates.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.39.5