OGS
ApplicationUtils::ConfigOffsets Struct Reference

Detailed Description

Definition at line 852 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 861 of file NodeWiseMeshPartitioner.cpp.

862 {
863  os.write(reinterpret_cast<const char*>(this), sizeof(ConfigOffsets));
864 
865  static long reserved = 0; // Value reserved in the binary format, not used
866  // in the partitioning process.
867  return os.write(reinterpret_cast<const char*>(&reserved), sizeof(long));
868 }

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: