OGS
ProcessLib::PairRepeatEachSteps Struct Reference

Detailed Description

Definition at line 22 of file OutputDataSpecification.h.

#include <OutputDataSpecification.h>

Public Member Functions

 PairRepeatEachSteps (int c, int e)
 

Public Attributes

const int repeat
 Apply each_steps repeat times.
 
const int each_steps
 Do output every each_steps timestep.
 

Constructor & Destructor Documentation

◆ PairRepeatEachSteps()

ProcessLib::PairRepeatEachSteps::PairRepeatEachSteps ( int c,
int e )
inlineexplicit

Definition at line 24 of file OutputDataSpecification.h.

24: repeat(c), each_steps(e) {}
const int repeat
Apply each_steps repeat times.
const int each_steps
Do output every each_steps timestep.

Member Data Documentation

◆ each_steps

const int ProcessLib::PairRepeatEachSteps::each_steps

Do output every each_steps timestep.

Definition at line 27 of file OutputDataSpecification.h.

Referenced by ProcessLib::operator<<().

◆ repeat

const int ProcessLib::PairRepeatEachSteps::repeat

Apply each_steps repeat times.

Definition at line 26 of file OutputDataSpecification.h.

Referenced by ProcessLib::operator<<().


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