opm-simulators/examples
2012-07-12 21:24:18 +02:00
..
CMakeLists.txt make the coupled tutorial compile again, clean up the interface between the problem and the model 2012-07-11 23:27:49 +02:00
Makefile.am adjusted Makefile.ams such that tarball is built 2012-07-12 21:23:00 +02:00
tutorial_coupled.cc 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 2012-07-12 21:24:18 +02:00
tutorial_decoupled.cc 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 2012-07-12 21:24:18 +02:00
tutorialproblem_coupled.hh lecture/msm: make the problems using box models compile for Scalar != double, cleanups 2012-07-12 21:24:15 +02:00
tutorialproblem_decoupled.hh adapted tutorial problems to changes in models 2012-07-12 21:24:10 +02:00
tutorialspatialparameters_coupled.hh rename LS* to LinearSolver* 2012-07-12 21:24:14 +02:00
tutorialspatialparameters_decoupled.hh rename LS* to LinearSolver* 2012-07-12 21:24:14 +02:00