OGS
ApplicationUtils::ConfigOffsets Struct Reference

Detailed Description

Definition at line 1002 of file NodeWiseMeshPartitioner.cpp.

Public Member Functions

std::ostream & writeConfig (std::ostream &os) const

Public Attributes

long node_rank_offset
long element_rank_offset
long ghost_element_rank_offset

Member Function Documentation

◆ writeConfig()

std::ostream & ApplicationUtils::ConfigOffsets::writeConfig ( std::ostream & os) const

Definition at line 1011 of file NodeWiseMeshPartitioner.cpp.

1012{
1013 os.write(reinterpret_cast<const char*>(this), sizeof(ConfigOffsets));
1014
1015 static long reserved = 0; // Value reserved in the binary format, not used
1016 // in the partitioning process.
1017 return os.write(reinterpret_cast<const char*>(&reserved), sizeof(long));
1018}

Referenced by ApplicationUtils::writeConfigData().

Member Data Documentation

◆ element_rank_offset

long ApplicationUtils::ConfigOffsets::element_rank_offset

◆ ghost_element_rank_offset

long ApplicationUtils::ConfigOffsets::ghost_element_rank_offset

◆ node_rank_offset

long ApplicationUtils::ConfigOffsets::node_rank_offset

The documentation for this struct was generated from the following file: