From: janssen Date: Tue, 8 Jun 2010 14:13:12 +0000 (+0000) Subject: new instantiations added for interpolate_boundary_values that use a ConstraintMatrix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2371b82e8bf375448b4a254aebbd9c486933e78;p=dealii-svn.git new instantiations added for interpolate_boundary_values that use a ConstraintMatrix git-svn-id: https://svn.dealii.org/trunk@21174 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/vectors.cc b/deal.II/deal.II/source/numerics/vectors.cc index 0f1ffa8e85..4b6bc3e594 100644 --- a/deal.II/deal.II/source/numerics/vectors.cc +++ b/deal.II/deal.II/source/numerics/vectors.cc @@ -161,6 +161,30 @@ void VectorTools::interpolate_boundary_values ( ConstraintMatrix &, const std::vector &); +template +void VectorTools::interpolate_boundary_values ( + const Mapping &, + const DoFHandler &, + const FunctionMap::type &, + ConstraintMatrix &, + const std::vector &); + +template +void VectorTools::interpolate_boundary_values ( + const Mapping &, + const hp::DoFHandler &, + const FunctionMap::type &, + ConstraintMatrix &, + const std::vector &); + +template +void VectorTools::interpolate_boundary_values ( + const Mapping &, + const MGDoFHandler &, + const FunctionMap::type &, + ConstraintMatrix &, + const std::vector &); + template void VectorTools::project_boundary_values (const Mapping &,