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

[cleanup][evolution] remove debug output.

parent dd772e10
No related branches found
No related tags found
1 merge request!4Latest features added to dune-fem-dg.
Pipeline #11522 failed
......@@ -439,12 +439,9 @@ namespace Fem
// CALLER
adaptCaller_.solveStart( this, loop, tp );
Dune :: Timer timer;
// perform the solve for one time step, i.e. solve ODE
solve( loop, tp );
std::cout << "Solve of timestep took " << timer.elapsed() << std::endl;
//go to next time step, if time step was invalidated by solver
if( tp.timeStepValid() )
{
......
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