opm-simulators/examples
Andreas Lauser 710ee0ae4e NonwettingPhase -> NonWettingPhase
also call fluidState_.pressure() instead of
fluidState_.phasePressure() in the TwoPVolumeVariables.
2012-07-12 21:24:20 +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 NonwettingPhase -> NonWettingPhase 2012-07-12 21:24:20 +02:00
tutorialproblem_decoupled.hh NonwettingPhase -> NonWettingPhase 2012-07-12 21:24:20 +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