changes in restart behaviour:
- restart mechanism is now called from init(..) method in time manager for all models via problem().restart(...); - hence, calls to problem or models in application files and in the default start procedure are deleted (included in timeManager) - timeManager().init(...) now has a real restart bool defining if a restart was called by the user. Bool is true if restart is desired. - Decoupled models: to enable restart, the writer is only called with the access function to avoid segmentation fault. - Adapt tutorial to the change git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6737 2fb0f335-1f38-0410-981e-8018bf24f1b0
Showing
- doc/handbook/tutorial-coupled.tex 4 additions, 2 deletionsdoc/handbook/tutorial-coupled.tex
- doc/handbook/tutorial-decoupled.tex 7 additions, 6 deletionsdoc/handbook/tutorial-decoupled.tex
- dumux/common/start.hh 9 additions, 15 deletionsdumux/common/start.hh
- dumux/common/timemanager.hh 9 additions, 5 deletionsdumux/common/timemanager.hh
- dumux/decoupled/common/impetproblem.hh 8 additions, 4 deletionsdumux/decoupled/common/impetproblem.hh
- test/boxmodels/2p/test_2p.cc 3 additions, 5 deletionstest/boxmodels/2p/test_2p.cc
- test/boxmodels/richards/test_richards.cc 3 additions, 5 deletionstest/boxmodels/richards/test_richards.cc
- test/common/generalproblem/test_generalproblem_2p.cc 2 additions, 3 deletionstest/common/generalproblem/test_generalproblem_2p.cc
- test/decoupled/2p/test_impes.cc 2 additions, 5 deletionstest/decoupled/2p/test_impes.cc
- test/decoupled/2p/test_transport.cc 2 additions, 4 deletionstest/decoupled/2p/test_transport.cc
- test/decoupled/2p2c/test_dec2p2c.cc 3 additions, 7 deletionstest/decoupled/2p2c/test_dec2p2c.cc
- test/decoupled/2p2c/test_multiphysics2p2c.cc 3 additions, 7 deletionstest/decoupled/2p2c/test_multiphysics2p2c.cc
- test/decoupled/2padaptive/test_impes_adaptive.cc 3 additions, 7 deletionstest/decoupled/2padaptive/test_impes_adaptive.cc
- tutorial/tutorial_coupled.cc 4 additions, 7 deletionstutorial/tutorial_coupled.cc
- tutorial/tutorial_decoupled.cc 4 additions, 8 deletionstutorial/tutorial_decoupled.cc
Loading
Please register or sign in to comment