]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a place where we incorrectly passed a cell diameter rather than a face diameter.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 28 Jun 2008 23:56:25 +0000 (23:56 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 28 Jun 2008 23:56:25 +0000 (23:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@16391 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/changes.h
deal.II/examples/step-33/step-33.cc

index f4e7062431a5b5a83a939097110d93e533789854..c1b26f949c3657d44ce7911baa261b1da1cc5c95 100644 (file)
@@ -38,6 +38,16 @@ inconvenience this causes.
 <h3>General</h3>
 
 <ol>
+  <li>
+  <p>
+  Fixed: In the new @ref step_33 "step-33" tutorial program there was
+  a place where we incorrectly passed the diameter of a cell, rather
+  than a face, to a function. This is now fixed.
+  <br>
+  (Chih-Che Chueh, WB 2008/06/28)
+  </p>
+  </li>
+
   <li>
   <p>
   Fixed: The new @ref step_33 "step-33" tutorial program had a place where
index eab22fb815a94635f4e6bf738e24a8d8a6abe7ee..6790863775f08263fe3628fd868010f967bc2b10 100644 (file)
@@ -2065,7 +2065,7 @@ void ConservationLaw<dim>::assemble_system ()
                                        dof_indices_neighbor,
                                        false,
                                        numbers::invalid_unsigned_int,
-                                       neighbor_child->diameter());
+                                       neighbor_child->face(neighbor2)->diameter());
                  }
              }
 

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.