]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing instantiations.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Mar 2004 14:54:27 +0000 (14:54 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Mar 2004 14:54:27 +0000 (14:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@8872 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_transfer_prebuilt.cc

index 27594988aa30662cefc4915d1118cf327347962a..3720c4b34c93ba43bd5a29657351824b38528cd2 100644 (file)
@@ -187,6 +187,16 @@ MGTransferPrebuilt<float>::copy_to_mg (
   MGLevelObject<Vector<float> >&,
   const BlockVector<double>&) const;
 template void
+MGTransferPrebuilt<float>::copy_to_mg (
+  const MGDoFHandler<deal_II_dimension>&,
+  MGLevelObject<Vector<float> >&,
+  const Vector<float>&) const;
+template void
+MGTransferPrebuilt<float>::copy_to_mg (
+  const MGDoFHandler<deal_II_dimension>&,
+  MGLevelObject<Vector<float> >&,
+  const BlockVector<float>&) const;
+template void
 MGTransferPrebuilt<float>::copy_from_mg (
   const MGDoFHandler<deal_II_dimension>&,
   Vector<double>&,
@@ -196,6 +206,16 @@ MGTransferPrebuilt<float>::copy_from_mg (
   const MGDoFHandler<deal_II_dimension>&,
   BlockVector<double>&,
   const MGLevelObject<Vector<float> >&) const;
+template void
+MGTransferPrebuilt<float>::copy_from_mg (
+  const MGDoFHandler<deal_II_dimension>&,
+  Vector<float>&,
+  const MGLevelObject<Vector<float> >&) const;
+template void
+MGTransferPrebuilt<float>::copy_from_mg (
+  const MGDoFHandler<deal_II_dimension>&,
+  BlockVector<float>&,
+  const MGLevelObject<Vector<float> >&) const;
 
 template void
 MGTransferPrebuilt<double>::copy_to_mg (

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.