opm-simulators/opm/simulators
Bård Skaflestad 77adc6ea3b Add Container for Dynamic WBPn Source Values
This commit adds a new container class,

    ParallelPAvgDynamicSourceData

which inherits from PAvgDynamicSourceData and provides a parallel
view of source contributions.  Member function

    collectLocalSources

will call the user-provided source term evaluation function for each
source location in its purview--typically those locations owned by
the current MPI rank.  Those values will be distributed to other MPI
ranks through member function synchroniseSources which will fill the
base class' 'src_' data member, and become available to clients
through read-only item spans.
2023-06-21 12:06:49 +02:00
..
aquifers Add Support for Initialising Constant Flux Aquifers from Restart 2023-05-26 20:21:52 +02:00
flow Parameterized iteration limits in network solver 2023-06-16 12:15:06 +02:00
linalg PreconditionerAdapter: use override 2023-06-21 08:59:03 +02:00
timestepping Merge pull request #4508 from akva2/simulatorreport_avoid_nan 2023-03-03 11:55:42 +01:00
utils add some timing blocks 2023-06-19 11:55:34 +02:00
wells Add Container for Dynamic WBPn Source Values 2023-06-21 12:06:49 +02:00
opm-simulators_doxygen_main.hpp Moved all remaining files out of opm/autodiff. 2019-06-20 11:00:51 +02:00