Skip to content
Snippets Groups Projects
Commit 65749098 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Switch compute-disc-error to projection-based FE

parent 8e711cd8
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@ void measureDiscreteEOC(const GridView gridView,
FEBasis feBasis(gridView);
FEBasis referenceFEBasis(referenceGridView);
typedef LocalGeodesicFEFunction<GridView::dimension, double, typename FEBasis::LocalView::Tree::FiniteElement, TargetSpace> LocalInterpolationRule;
//typedef GFE::LocalProjectedFEFunction<GridView::dimension, double, typename FEBasis::LocalView::Tree::FiniteElement, TargetSpace> LocalInterpolationRule;
//typedef LocalGeodesicFEFunction<GridView::dimension, double, typename FEBasis::LocalView::Tree::FiniteElement, TargetSpace> LocalInterpolationRule;
typedef GFE::LocalProjectedFEFunction<GridView::dimension, double, typename FEBasis::LocalView::Tree::FiniteElement, TargetSpace> LocalInterpolationRule;
std::cout << "Using local interpolation: " << className<LocalInterpolationRule>() << std::endl;
//////////////////////////////////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment