|
enum class | MessageTag : int {
MasterGroupNames
, MasterGroupNamesSize
, Potentials
, PotentialsSize
,
SlaveSimulationStartDate
, SlaveActivationDate
, SlaveProcessTermination
, SlaveName
,
SlaveNameSize
, SlaveNextReportDate
, SlaveNextTimeStep
} |
|
◆ MessageTag
Enumerator |
---|
MasterGroupNames | |
MasterGroupNamesSize | |
Potentials | |
PotentialsSize | |
SlaveSimulationStartDate | |
SlaveActivationDate | |
SlaveProcessTermination | |
SlaveName | |
SlaveNameSize | |
SlaveNextReportDate | |
SlaveNextTimeStep | |
◆ custom_error_handler_()
void Opm::ReservoirCoupling::custom_error_handler_ |
( |
MPI_Comm * |
comm, |
|
|
int * |
err, |
|
|
const std::string & |
msg |
|
) |
| |
◆ serializeStrings()
std::pair< std::vector< char >, std::size_t > Opm::ReservoirCoupling::serializeStrings |
( |
const std::vector< std::string > & |
data | ) |
|
◆ setErrhandler()
void Opm::ReservoirCoupling::setErrhandler |
( |
MPI_Comm |
comm, |
|
|
bool |
is_master |
|
) |
| |
|