]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add two explicit instantiations to make icc happy.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 15 Apr 2009 22:02:35 +0000 (22:02 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 15 Apr 2009 22:02:35 +0000 (22:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@18617 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/matrices.cc

index 4b668e32504fc6c178877875058656ebb148f0ee..85902be5f1d3e3f77bb6195056f924892386a769 100644 (file)
@@ -2828,6 +2828,17 @@ void MatrixCreator::create_boundary_mass_matrix<deal_II_dimension>
  const Function<deal_II_dimension> * const a,
  std::vector<unsigned int>);
 
+template
+void MatrixCreator::create_boundary_mass_matrix<deal_II_dimension>
+(const Mapping<deal_II_dimension> &,
+ const DoFHandler<deal_II_dimension>     &dof,
+ const Quadrature<deal_II_dimension-1>   &q,
+ SparseMatrix<double>      &matrix,
+ const FunctionMap<deal_II_dimension>::type &rhs,
+ Vector<double>            &rhs_vector,
+ std::vector<unsigned int> &dof_to_boundary_mapping,
+ const Function<deal_II_dimension> * const a,
+ std::vector<unsigned int>);
 
 template
 void
@@ -2999,6 +3010,18 @@ void MatrixCreator::create_boundary_mass_matrix<deal_II_dimension,deal_II_dimens
  const Function<deal_II_dimension+1> * const a,
  std::vector<unsigned int>);
 
+template
+void MatrixCreator::create_boundary_mass_matrix<deal_II_dimension,deal_II_dimension+1>
+(const Mapping<deal_II_dimension,deal_II_dimension+1> &,
+ const DoFHandler<deal_II_dimension,deal_II_dimension+1>     &dof,
+ const Quadrature<deal_II_dimension-1>   &q,
+ SparseMatrix<double>      &matrix,
+ const FunctionMap<deal_II_dimension+1>::type &rhs,
+ Vector<double>            &rhs_vector,
+ std::vector<unsigned int> &dof_to_boundary_mapping,
+ const Function<deal_II_dimension+1> * const a,
+ std::vector<unsigned int>);
+
  
 
 // #if deal_II_dimension != 1

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.