Commit Graph

5 Commits

Author SHA1 Message Date
Håkon Hægland
b125ad415d [Style] Fix naming of Python functions.
Fix naming style for Python API functions to conform with PEP 8
recommendations.
2020-02-29 07:02:26 +01:00
Håkon Hægland
c66b564b35 Refactor run() into prepareRun_()
We would like to add a step() method to simulators.cpp, that will let a
Python script advance the simulator one report step at a time. Before
calling step(), the Python script will have to call a step_init()
method that initializes the simulator, similar to what is done in run()
now. In order to avoid duplication of code in run() and step_init() the
run() method is here refactored into a prepareRun_() function that can
be called from both step_init() and from run().
2020-02-25 00:52:38 +01:00
Michael Sargado
9f5a13fcfb Constructor overloaded to accept either filename or complete set of parsed objects. 2020-02-21 00:14:13 +01:00
Michael Sargado
b2a8ae0f31 Overloaded constructor 2020-02-21 00:14:13 +01:00
Michael Sargado
ea6cd34c7b Python bindings for blackoil simulator. 2020-02-21 00:14:13 +01:00