]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Disable this class for hp for the moment. We need significantly more
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 13 Feb 2006 23:23:15 +0000 (23:23 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 13 Feb 2006 23:23:15 +0000 (23:23 +0000)
thought regarding the initialization of FEValues and hp::FEValues with
either Mapping or MappingCollection. It is definitely not possible to
initialize hp::FEValues with Mapping, as witnessed by step-21.

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

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

index 9d142a7e4a2be3247b16502aa2934b785db0ffaf..9317d128c801fbaa3b888505d5f19861aaa88a26 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -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.