5#ifndef GRUN_REFINEMENT_H
6#define GRUN_REFINEMENT_H
8#include "../BasisTransformations/BasisTransformations.h"
15 bool apply(VectorSparseG&nodal,
double eps);
18 VectorSparseG refined;
24bool AdaptiveRefinement(
AdaptiveSparseGrid &sgrid, VectorSparseG &nodal,
double eps,
int level);
31bool AdaptiveRefinementEnergy(
AdaptiveSparseGrid &sgrid, VectorSparseG &nodal,
double eps);
Definition sparseGrid.h:277