]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix problem with forgotten boundary object being deleted while still
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Apr 1999 11:02:19 +0000 (11:02 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Apr 1999 11:02:19 +0000 (11:02 +0000)
in use.

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

deal.II/deal.II/Attic/examples/convergence/convergence.cc
tests/big-tests/convergence/convergence.cc

index 294eddeadd0d1fbc00af98ba90aa512d527a7f32..597bb375f0ff4237250a475e434a2c31097eda37 100644 (file)
@@ -427,6 +427,7 @@ int PoissonProblem<dim>::run (const unsigned int level) {
                                   // release the lock that the dof object
                                   // has to the finite element object
   dof->clear ();
+  tria->set_boundary (0);
   
   delete fe;
   delete quadrature;
index 294eddeadd0d1fbc00af98ba90aa512d527a7f32..597bb375f0ff4237250a475e434a2c31097eda37 100644 (file)
@@ -427,6 +427,7 @@ int PoissonProblem<dim>::run (const unsigned int level) {
                                   // release the lock that the dof object
                                   // has to the finite element object
   dof->clear ();
+  tria->set_boundary (0);
   
   delete fe;
   delete quadrature;

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.