]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Disable code again for the moment, until bits/face_orientation_crash is fixed
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 12 Aug 2006 01:39:19 +0000 (01:39 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 12 Aug 2006 01:39:19 +0000 (01:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@13686 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_system.cc

index cd4f6982d308dd8980c3ada6c395e832042d7e43..b05ea532a66dd8a05ca0613fa90f88622b10073b 100644 (file)
@@ -1851,6 +1851,13 @@ bool
 FESystem<dim>::
 hp_constraints_are_implemented () const
 {
+                                  // for the time being, disable this again
+                                  // to make sure we don't use the new
+                                  // hanging node constraint code in 3d for
+                                  // the parameter estimation problem (see
+                                  // bits/face_orientation_crash)
+  return false;
+  
   for (unsigned int b=0; b<n_base_elements(); ++b)
     if (base_element(b).hp_constraints_are_implemented() == false)
       return false;

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.