]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove unused code
authorTimo Heister <timo.heister@gmail.com>
Wed, 20 Jan 2016 21:35:40 +0000 (16:35 -0500)
committerTimo Heister <timo.heister@gmail.com>
Wed, 20 Jan 2016 21:35:40 +0000 (16:35 -0500)
include/deal.II/numerics/error_estimator.templates.h

index 82771dec1ffbf00ff7b9cb05139e24a9c11ad1e0..2b40679b49c80c58ab1def4b9ac466d20bf3837e 100644 (file)
@@ -355,15 +355,6 @@ namespace internal
                          n_components       = parallel_data.finite_element.n_components(),
                          n_solution_vectors = parallel_data.psi.size();
 
-      if (face->at_boundary() == false)
-        {
-//          // compute the jump in the gradients
-//          for (unsigned int n=0; n<n_solution_vectors; ++n)
-//            for (unsigned int component=0; component<n_components; ++component)
-//              for (unsigned int p=0; p<n_q_points; ++p)
-//                parallel_data.psi[n][p][component] -= parallel_data.neighbor_psi[n][p][component];
-        }
-
       // now psi contains the following:
       // - for an internal face, psi=[grad u]
       // - for a neumann boundary face, psi=grad u

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.