This website requires JavaScript.
Explore
Help
Sign In
OilfieldToolsNet
/
opm-simulators
Watch
4
Star
0
Fork
0
You've already forked opm-simulators
mirror of
https://github.com/OPM/opm-simulators.git
synced
2025-02-25 18:55:30 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b7aab50731adf6ef9feb5d636ab25a4b630b33cb
opm-simulators
/
examples
History
Bernd Flemisch
b7aab50731
Worked further on the Doxygen modules. The structure seems quite ok now, and the classes seem to be associated with the correct groups.
...
Also improved documentation by getting rid of more than 250 Doxygen warnings.
2012-07-12 21:24:19 +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
Worked further on the Doxygen modules. The structure seems quite ok now, and the classes seem to be associated with the correct groups.
2012-07-12 21:24:19 +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