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
2024-11-28 03:53:49 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Simulator programs and utilities for automatic differentiation.
226
Commits
24
Branches
101
Tags
74
MiB
C++
78.3%
ECL
17.9%
CMake
1.7%
Cuda
1.1%
Shell
0.5%
Other
0.5%
89ff5ad8fc
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Bernd Flemisch
89ff5ad8fc
Reverting previous commits and going back to revision 6808. There is no need to rush things. We agreed on first having the meeting and then porting the change to the non-MpNc-models. Moreover, the change has not been carried out according to what has been discussed at the meeting. E.g. there was no completeState functionality of the models, and the simple models also introduced parameter caches, although it was thought to not necessarily having to do so.
2012-07-12 21:24:20 +02:00
doc
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
examples
Reverting previous commits and going back to revision 6808. There is no need to rush things. We agreed on first having the meeting and then porting the change to the non-MpNc-models. Moreover, the change has not been carried out according to what has been discussed at the meeting. E.g. there was no completeState functionality of the models, and the simple models also introduced parameter caches, although it was thought to not necessarily having to do so.
2012-07-12 21:24:20 +02:00