OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | List of all members
olb::StatisticsPostProcessor::type< BLOCK > Struct Template Reference

#include <postProcessing.h>

+ Collaboration diagram for olb::StatisticsPostProcessor::type< BLOCK >:

Public Member Functions

void setup (BLOCK &blockLattice)
 
void apply (BLOCK &blockLattice)
 

Detailed Description

template<typename BLOCK>
struct olb::StatisticsPostProcessor::type< BLOCK >

Definition at line 228 of file postProcessing.h.

Member Function Documentation

◆ apply()

template<typename BLOCK >
void olb::StatisticsPostProcessor::type< BLOCK >::apply ( BLOCK & blockLattice)

Definition at line 385 of file postProcessing.hh.

386{
387 if (!blockLattice.statisticsEnabled()) {
388 return;
389 }
390
391 blockLattice.getStatistics().reset();
392}
+ Here is the caller graph for this function:

◆ setup()

template<typename BLOCK >
void olb::StatisticsPostProcessor::type< BLOCK >::setup ( BLOCK & blockLattice)

Definition at line 381 of file postProcessing.hh.

382{ }
+ Here is the caller graph for this function:

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