From cf11935b6f72397fcacfee0f11b2f9984573a800 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 28 Apr 1998 12:31:05 +0000 Subject: [PATCH] Update doc. git-svn-id: https://svn.dealii.org/trunk@213 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/error_estimator.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/deal.II/include/numerics/error_estimator.h b/deal.II/deal.II/include/numerics/error_estimator.h index 75ebd6cf88..8fa092328f 100644 --- a/deal.II/deal.II/include/numerics/error_estimator.h +++ b/deal.II/deal.II/include/numerics/error_estimator.h @@ -22,6 +22,8 @@ class dVector; /** + Implementation of the error estimator by Kelly, Gago, Zienkiewicz and + Babuska. This error estimator tries to approximate the error per cell by integration of the jump of the gradient of the solution along the faces of each cell. It can be understood as a gradient recovery estimator; see the survey -- 2.39.5