]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CrissCross element removed.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 15 Mar 2001 19:14:14 +0000 (19:14 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 15 Mar 2001 19:14:14 +0000 (19:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@4229 0785d39b-7218-0410-832d-ea1e28bc413d

tests/big-tests/convergence/convergence.cc

index 595e0d51aea3e2d7592c92fa5867ced6988d2873..763cec6cd6922307e60a0146654d77ab625c60c0 100644 (file)
@@ -498,7 +498,7 @@ void PoissonProblem<dim>::print_history (string filename) const {
 
 int main () {
   deallog.depth_console (0);
-  for (unsigned int order=0; order<5; ++order) 
+  for (unsigned int order=1; order<5; ++order) 
     {
       PoissonProblem<2> problem (order);
       
@@ -511,9 +511,6 @@ int main () {
       string filename;
       switch (order) 
        {
-         case 0:
-               filename = "criss_cross";
-               break;
          case 1:
                filename = "linear";
                break;

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.