OGS
ProcessLib::Output::PairRepeatEachSteps Struct Reference

Detailed Description

Definition at line 32 of file Output.h.

#include <Output.h>

Public Member Functions

 PairRepeatEachSteps (int c, int e)
 

Public Attributes

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

Constructor & Destructor Documentation

◆ PairRepeatEachSteps()

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

Definition at line 34 of file Output.h.

34 : repeat(c), each_steps(e) {}
const int each_steps
Do output every each_steps timestep.
Definition: Output.h:37
const int repeat
Apply each_steps repeat times.
Definition: Output.h:36

Member Data Documentation

◆ each_steps

const int ProcessLib::Output::PairRepeatEachSteps::each_steps

Do output every each_steps timestep.

Definition at line 37 of file Output.h.

◆ repeat

const int ProcessLib::Output::PairRepeatEachSteps::repeat

Apply each_steps repeat times.

Definition at line 36 of file Output.h.


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