Skip to content
Snippets Groups Projects
Commit 6319b063 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

tear out dune-disc function transfer code. No replacement yet, though

[[Imported from SVN: r5477]]
parent 64e0d973
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,6 @@
#include <dune/istl/io.hh>
#include <dune/disc/operators/p1operator.hh>
#include <dune/solvers/iterationsteps/projectedblockgsstep.hh>
#include <dune/solvers/iterationsteps/mmgstep.hh>
#include <dune/solvers/solvers/loopsolver.hh>
......@@ -334,18 +332,9 @@ int main (int argc, char *argv[]) try
estimator.estimate(grid, (toplevel<=minLevel) ? refineAll : refineCondition);
P1FunctionManager<GridType,double> functionManager(grid);
LeafP1Function<GridType,double,blocksize> sol(grid);
*sol = x;
grid.preAdapt();
sol.preAdapt();
std::cout << " #### WARNING: function not transferred to the next level! #### " << std::endl;
grid.adapt();
sol.postAdapt(functionManager);
grid.postAdapt();
x = *sol;
x.resize(grid.size(1));
//writeRod(x, "solutions/rod_1.result");
}
......
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