mirror of
https://codeberg.org/vcbferreira/NuFI_deal.ii
synced 2026-08-12 14:33:18 +02:00
Error estimation and saving with Kelly error
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user