From 055b1c49128f578b9e407f5e500b996d4b4981ba Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth 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