opm-simulators/opm/simulators
Bård Skaflestad 2b0aa379f5 Extract Group Tree Walk to Helper Class
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).
2021-11-02 16:19:56 +01:00
..
aquifers Replacing use of MPI_COMM_WORLD with a variable communicator. 2021-10-05 13:07:52 +02:00
flow use std::filesystem directly 2021-11-01 12:31:58 +01:00
linalg Remove ISTLSolverEbosFlexible and flow_blackoil_dunecpr. 2021-11-02 15:02:48 +01:00
timestepping Merge pull request #3607 from totto82/operHist 2021-10-19 09:03:34 +02:00
utils use std::filesystem directly 2021-11-01 12:31:58 +01:00
wells Extract Group Tree Walk to Helper Class 2021-11-02 16:19:56 +01:00
opm-simulators_doxygen_main.hpp Moved all remaining files out of opm/autodiff. 2019-06-20 11:00:51 +02:00