walberla::blockforest::BlockForest::SnapshotCreationFunctor Class Reference

#include <BlockForest.h>

Public Member Functions

 SnapshotCreationFunctor (BlockForest &forest, const SnapshotCreationFunction &function, const uint_t checkFrequency=uint_t(1))
 
void operator() ()
 

Private Attributes

BlockForestforest_
 
uint_t executionCounter_
 
uint_t checkFrequency_
 
SnapshotCreationFunction function_
 

Constructor & Destructor Documentation

◆ SnapshotCreationFunctor()

walberla::blockforest::BlockForest::SnapshotCreationFunctor::SnapshotCreationFunctor ( BlockForest forest,
const SnapshotCreationFunction function,
const uint_t  checkFrequency = uint_t(1) 
)
inline

Member Function Documentation

◆ operator()()

void walberla::blockforest::BlockForest::SnapshotCreationFunctor::operator() ( )
inline

Member Data Documentation

◆ checkFrequency_

uint_t walberla::blockforest::BlockForest::SnapshotCreationFunctor::checkFrequency_
private

◆ executionCounter_

uint_t walberla::blockforest::BlockForest::SnapshotCreationFunctor::executionCounter_
private

◆ forest_

BlockForest& walberla::blockforest::BlockForest::SnapshotCreationFunctor::forest_
private

◆ function_

SnapshotCreationFunction walberla::blockforest::BlockForest::SnapshotCreationFunctor::function_
private

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