]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing explicit instantiations. bits/dof_tools_13 should link now.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 28 Feb 2006 07:45:43 +0000 (07:45 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 28 Feb 2006 07:45:43 +0000 (07:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@12515 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_tools.cc

index 6eea0bff5f8fdf24132f6d55c8cf12815502d2f3..6414bc22423568807f5f50f1e11459d90824c5f3 100644 (file)
@@ -3967,13 +3967,27 @@ template
 void
 DoFTools::distribute_cell_to_dof_vector<DoFHandler<deal_II_dimension> >
 (const DoFHandler<deal_II_dimension> &dof_handler,
- const Vector<float>  &cell_data,
+ const Vector<float> &cell_data,
+ Vector<double>      &dof_data,
+ const unsigned int   component);
+template
+void
+DoFTools::distribute_cell_to_dof_vector<DoFHandler<deal_II_dimension> >
+(const DoFHandler<deal_II_dimension> &dof_handler,
+ const Vector<double> &cell_data,
  Vector<double>       &dof_data,
  const unsigned int    component);
 
 template
 void
 DoFTools::distribute_cell_to_dof_vector<hp::DoFHandler<deal_II_dimension> >
+(const hp::DoFHandler<deal_II_dimension> &dof_handler,
+ const Vector<float> &cell_data,
+ Vector<double>      &dof_data,
+ const unsigned int   component);
+template
+void
+DoFTools::distribute_cell_to_dof_vector<hp::DoFHandler<deal_II_dimension> >
 (const hp::DoFHandler<deal_II_dimension> &dof_handler,
  const Vector<double> &cell_data,
  Vector<double>       &dof_data,

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.