Error estimation and saving with Kelly error

This commit is contained in:
Vasco C. B. Ferreira
2026-07-25 18:34:02 +02:00
parent 65de1cd0aa
commit 2f202ee871
5 changed files with 37 additions and 34 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ using namespace dealii;
template <int dim> struct CellInfo {
// what needs to be given to evaluator
typename DoFHandler<dim>::active_cell_iterator cell;
// usefull for locator
// for locator
Point<dim> lower;
Point<dim> upper;
double h;