mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
This commit extracts a helper class, GroupTreeWalker, from the current implementation of 'calculateAllGroupGuiderates()'. This is in preparation of adding a similar approach to extracting WxIGR for all wells for which at least one group in the upline has an entry in GCONINJE. The user can add visitor operations for wells and groups, typically with side effects, and then choose whether to run a pre-order walk (visit groups before their children) or a post-order walk (visit children-i.e., wells, before their parents). |
||
---|---|---|
.. | ||
aquifers | ||
flow | ||
linalg | ||
timestepping | ||
utils | ||
wells | ||
opm-simulators_doxygen_main.hpp |