Skip to content
Snippets Groups Projects
Commit f67f563d authored by Stefan Girke's avatar Stefan Girke
Browse files

make eoc calculations work using adaptive leaf grid part.

Otherwise GlobalRefine() does not work....
parent ff34e724
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ struct StepperTraits
typedef GridImp GridType;
// Choose a suitable GridView
//typedef Dune :: Fem :: DGAdaptiveLeafGridPart< GridType > HostGridPartType;
typedef Dune :: Fem :: LeafGridPart< GridType > HostGridPartType;
typedef Dune :: Fem :: DGAdaptiveLeafGridPart< GridType > HostGridPartType;
//typedef Dune :: Fem :: LeafGridPart< GridType > HostGridPartType;
typedef HostGridPartType GridPartType ;
//typedef Dune :: Fem :: IdGridPart< HostGridPartType > GridPartType;
......
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