opm-simulators/opm/simulators
Bård Skaflestad 0b40277e01 Revise Convergence Report Collection Procedure
This commit switches the parallel implemenation of function
Opm::gatherConvergenceReport() into using the general serialisation
framework (classes Opm::Serializer<> and Opm::Mpi::Packer).  In
particular, we add serializeOp() functions to each of the types

  - ConvergenceReport
  - ConvergenceReport::ReservoirFailure
  - ConvergenceReport::ReservoirConvergenceMetric
  - ConvergenceReport::WellFailure

and defer the job of converting the objects between in-memory and
byte stream representations to Opm::Serializer<>.  The new special
purpose class CollectConvReports inherits from the latter and uses
its pack() and unpack() member functions, along with its internal
m_buffer data member, to distribute each rank's convergence report
object to all ranks.  We add this feature here, in a very narrowly
scoped use case, to enable testing and experimentation before we
consider adding this distribution mechanism as a general feature in
Opm::MpiSerializer.
2024-08-27 10:50:06 +02:00
..
aquifers AquiferAnalytical: add missing include 2024-07-01 12:06:47 +02:00
flow Output CNV Histogram to INFOITER File 2024-08-27 10:50:06 +02:00
linalg Merge pull request #5561 from akva2/janitoring 2024-08-27 09:18:04 +02:00
timestepping Revise Convergence Report Collection Procedure 2024-08-27 10:50:06 +02:00
utils Merge pull request #5547 from lisajulia/feature/action-parsing-strictness 2024-08-26 09:06:25 +02:00
wells Merge pull request #5550 from akva2/float_support3 2024-08-23 10:29:14 +02:00
opm-simulators_doxygen_main.hpp Remove reference to ebos in doxygen header 2024-02-06 14:01:55 +01:00