]> https://gitweb.dealii.org/ - dealii.git/commitdiff
MappingCollection actually makes copies of its mappings, so the explicitness
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 14 Feb 2006 03:00:34 +0000 (03:00 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 14 Feb 2006 03:00:34 +0000 (03:00 +0000)
of the constructor is not really necessary.

Consequently, we can now also re-enable derivative_approximation.

git-svn-id: https://svn.dealii.org/trunk@12384 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/derivative_approximation.cc

index 9317d128c801fbaa3b888505d5f19861aaa88a26..108e28ff5e3f64b97f9caa27460b0d1199d80674 100644 (file)
@@ -799,17 +799,17 @@ INSTANTIATE(Vector<float>, DoFHandler);
 INSTANTIATE(BlockVector<double>, DoFHandler);
 INSTANTIATE(BlockVector<float>, DoFHandler);
 
-// INSTANTIATE(Vector<double>, hp::DoFHandler);
-// INSTANTIATE(Vector<float>, hp::DoFHandler);
-// INSTANTIATE(BlockVector<double>, hp::DoFHandler);
-// INSTANTIATE(BlockVector<float>, hp::DoFHandler);
+INSTANTIATE(Vector<double>, hp::DoFHandler);
+INSTANTIATE(Vector<float>, hp::DoFHandler);
+INSTANTIATE(BlockVector<double>, hp::DoFHandler);
+INSTANTIATE(BlockVector<float>, hp::DoFHandler);
 
 #ifdef DEAL_II_USE_PETSC
 INSTANTIATE(PETScWrappers::Vector, DoFHandler);
 INSTANTIATE(PETScWrappers::BlockVector, DoFHandler);
 
-// INSTANTIATE(PETScWrappers::Vector, hp::DoFHandler);
-// INSTANTIATE(PETScWrappers::BlockVector, hp::DoFHandler);
+INSTANTIATE(PETScWrappers::Vector, hp::DoFHandler);
+INSTANTIATE(PETScWrappers::BlockVector, hp::DoFHandler);
 #endif
 
 

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.