Skip to content
Snippets Groups Projects
Commit 0bc0d09a authored by Piotr Minakowski's avatar Piotr Minakowski
Browse files

removed unused CFLTimeController

parent 617377f4
No related branches found
No related tags found
1 merge request!38Piotr's Tutorial 7 on hyperbolic problems
......@@ -82,10 +82,8 @@ void driver (const GV& gv, const FEMDG& femdg, NUMFLUX& numflux, Dune::Parameter
typedef Dune::PDELab::ISTLBackend_OVLP_ExplicitDiagonal<GFS> LS;
LS ls(gfs);
// time-stepper
typedef Dune::PDELab::CFLTimeController<RF,IGO> TC;
TC tc(0.999,igo);
Dune::PDELab::ExplicitOneStepMethod<RF,IGO,LS,V,V,TC> osm(*method,igo,ls,tc);
// time-stepping
Dune::PDELab::ExplicitOneStepMethod<RF,IGO,LS,V,V> osm(*method,igo,ls);
osm.setVerbosityLevel(2);
// prepare VTK writer and write first file
......
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