Skip to content
Snippets Groups Projects
Commit f1f7c160 authored by Robert K's avatar Robert K
Browse files

Make compile with new contructor interfaces.

parent cb37b9fc
No related branches found
No related tags found
No related merge requests found
......@@ -352,10 +352,6 @@ namespace Dune
{
typedef AdaptDataHandleInterface< GridImp, DataHandle > AdaptDataHandle;
typedef typename EntityObject::ImplementationType EntityImp;
EntityObject father( EntityImp( factory(), this->maxLevel() ) );
EntityObject son ( EntityImp( factory(), this->maxLevel() ) );
// true if at least one element was marked for coarsening
bool mightCoarse = preAdapt();
......@@ -366,8 +362,6 @@ namespace Dune
// prolongation process
ALU3DSPACE AdaptRestrictProlongGlSet< MyType, AdaptDataHandle, GlobalIdSetImp >
rp(*this,
father,this->getRealImplementation(father),
son, this->getRealImplementation(son),
handle,
*globalIdSet_);
......@@ -377,8 +371,6 @@ namespace Dune
{
ALU3DSPACE AdaptRestrictProlongImpl< MyType, AdaptDataHandle >
rp(*this,
father,this->getRealImplementation(father),
son, this->getRealImplementation(son),
handle);
refined = myGrid().duneAdapt(rp); // adapt grid
......
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