From ed0e9a6a71ba51b7c1bbd76576dd11de1c6ddc8e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 15 Apr 2009 22:02:35 +0000 Subject: [PATCH] Add two explicit instantiations to make icc happy. git-svn-id: https://svn.dealii.org/trunk@18617 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/matrices.cc | 23 +++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/deal.II/deal.II/source/numerics/matrices.cc b/deal.II/deal.II/source/numerics/matrices.cc index 4b668e3250..85902be5f1 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -2828,6 +2828,17 @@ void MatrixCreator::create_boundary_mass_matrix const Function * const a, std::vector); +template +void MatrixCreator::create_boundary_mass_matrix +(const Mapping &, + const DoFHandler &dof, + const Quadrature &q, + SparseMatrix &matrix, + const FunctionMap::type &rhs, + Vector &rhs_vector, + std::vector &dof_to_boundary_mapping, + const Function * const a, + std::vector); template void @@ -2999,6 +3010,18 @@ void MatrixCreator::create_boundary_mass_matrix * const a, std::vector); +template +void MatrixCreator::create_boundary_mass_matrix +(const Mapping &, + const DoFHandler &dof, + const Quadrature &q, + SparseMatrix &matrix, + const FunctionMap::type &rhs, + Vector &rhs_vector, + std::vector &dof_to_boundary_mapping, + const Function * const a, + std::vector); + // #if deal_II_dimension != 1 -- 2.39.5