OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
Times Struct Reference

Time structure for statistical purposes. More...

Detailed Description

Time structure for statistical purposes.

Definition at line 12 of file DLB.hpp.

#include <DLB.hpp>

Data Fields

size_t simulationStartTime = 0
 starting time of the simulation (0)
 
size_t simulationEndTime
 End iteration of the simulation.
 
double timeStep = 0.1
 integration time
 
size_t iterationStartTime
 Interval between teo rebalance.
 
size_t iterationEndTime
 End time.
 

Field Documentation

◆ iterationEndTime

size_t Times::iterationEndTime

End time.

Definition at line 29 of file DLB.hpp.

◆ iterationStartTime

size_t Times::iterationStartTime

Interval between teo rebalance.

Start time

Definition at line 26 of file DLB.hpp.

◆ simulationEndTime

size_t Times::simulationEndTime

End iteration of the simulation.

Definition at line 18 of file DLB.hpp.

◆ simulationStartTime

size_t Times::simulationStartTime = 0

starting time of the simulation (0)

Definition at line 15 of file DLB.hpp.

◆ timeStep

double Times::timeStep = 0.1

integration time

Definition at line 21 of file DLB.hpp.


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