walberla::blockforest::BlockInfo Struct Reference

#include <BlockInfo.h>

Public Member Functions

 BlockInfo ()
 
 BlockInfo (const uint_t compWeight, const uint_t commWeight)
 
BlockInfooperator+= (const BlockInfo &rhs)
 

Public Attributes

uint_t computationalWeight
 
uint_t communicationWeight
 

Constructor & Destructor Documentation

◆ BlockInfo() [1/2]

walberla::blockforest::BlockInfo::BlockInfo ( )
inline

◆ BlockInfo() [2/2]

walberla::blockforest::BlockInfo::BlockInfo ( const uint_t  compWeight,
const uint_t  commWeight 
)
inline

Member Function Documentation

◆ operator+=()

BlockInfo& walberla::blockforest::BlockInfo::operator+= ( const BlockInfo rhs)
inline

Member Data Documentation

◆ communicationWeight

uint_t walberla::blockforest::BlockInfo::communicationWeight

◆ computationalWeight

uint_t walberla::blockforest::BlockInfo::computationalWeight

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