]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a couple more explicit specializations that shouldn't be here.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Apr 2009 14:11:27 +0000 (14:11 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Apr 2009 14:11:27 +0000 (14:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@18543 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 5512ee906191bd79dda39a877bd5a29fbd8c3dc0..4b668e32504fc6c178877875058656ebb148f0ee 100644 (file)
@@ -2817,20 +2817,6 @@ void MatrixCreator::create_mass_matrix<deal_II_dimension>
 
 
 
-template
-void
-MatrixCreator::create_boundary_mass_matrix<deal_II_dimension>
-(const Mapping<deal_II_dimension>        &mapping,
- const DoFHandler<deal_II_dimension>     &dof,
- const Quadrature<deal_II_dimension-1>   &q,
- SparseMatrix<double>      &matrix,
- const FunctionMap<deal_II_dimension>::type         &boundary_functions,
- 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 MatrixCreator::create_boundary_mass_matrix<deal_II_dimension>
 (const DoFHandler<deal_II_dimension>     &dof,
@@ -3002,19 +2988,6 @@ void MatrixCreator::create_mass_matrix<deal_II_dimension,float,deal_II_dimension
  Vector<double>           &rhs_vector,
  const Function<deal_II_dimension+1> * const coefficient);
 
-template
-void
-MatrixCreator::create_boundary_mass_matrix<deal_II_dimension,deal_II_dimension+1>
-(const Mapping<deal_II_dimension,deal_II_dimension+1>        &mapping,
- 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         &boundary_functions,
- Vector<double>            &rhs_vector,
- std::vector<unsigned int> &dof_to_boundary_mapping,
- 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 DoFHandler<deal_II_dimension,deal_II_dimension+1>     &dof,

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.