]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Comment out the HUGE_VAL problem.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 13 Aug 1999 07:36:12 +0000 (07:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 13 Aug 1999 07:36:12 +0000 (07:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@1692 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/vectors.cc

index 48b57736029586edf88ced7122bbc452e85264f1..2c356c627b3109563609f47a33bd79456c1b43ff 100644 (file)
@@ -604,7 +604,9 @@ VectorTools<dim>::interpolate_boundary_values (const DoFHandler<dim> &dof,
            const pair<unsigned int, unsigned int>
              index = fe.face_system_to_component_index(i);
            const double s = dof_values[i](index.first);
-           if (s != HUGE_VAL)
+// properly fix this place to work without retreat to HUGE_VAL
+// to fix: GK      
+//         if (s != HUGE_VAL)
              boundary_values[face_dofs[i]] = s;
          }
       }

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.