From 574c37ab533a79b0ad28f9a65ce5118eb3955cbf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 15 Nov 2000 18:36:20 +0000 Subject: [PATCH] Add comment explaining why something is irrelevant. git-svn-id: https://svn.dealii.org/trunk@3493 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/error_estimator.cc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/numerics/error_estimator.cc b/deal.II/deal.II/source/numerics/error_estimator.cc index 0eb8b29e8f..6837bc0cd3 100644 --- a/deal.II/deal.II/source/numerics/error_estimator.cc +++ b/deal.II/deal.II/source/numerics/error_estimator.cc @@ -944,7 +944,17 @@ integrate_over_irregular_face (Data &data, data.coefficient_values[point](component); }; }; - + + // get the weights for the + // integration. note that it + // does not matter whether we + // take the JxW values from the + // fe_face_values or the + // fe_subface_values, as the + // first is on the small + // neighbor cell, while the + // latter is on the refined + // face of the big cell here data.JxW_values = fe_face_values.get_JxW_values(); // take the square of the phi[i] -- 2.39.5