This repository holds the MATLAB code developed during my master's project on hybrid, graph-based methods for reduced-order and data-driven reservoir modeling.
- Install MRST.
- Clone this repository, e.g., into the modules folder of MRST.
- Create a file named
startup_user.m
within the MRST folder, at the same level asstartup.m
, and add the line
mrstPath('register', 'graph-based-methods', 'path/to/repo/graph-based-methods')
After following the steps above, the module can be used like any other MRST module. That is, first start MRST by running the startup.m
file. Then the module is activated by the command
mrstModule add graph-based-methods