Peka2D_v5  v5.0
Public Attributes | List of all members
t_timers_ Struct Reference

Timers for accounting computational time. More...

#include <structs.h>

Public Attributes

double total =0.0
 
double loading =0.0
 
double init =0.0
 
double initGPU =0.0
 
double computeSim =0.0
 
double wallCalculus =0.0
 
double cellUpdating =0.0
 
double boundConditon =0.0
 
double wetDryFix =0.0
 
double memoryTransfer =0.0
 
double writeOut =0.0
 

Detailed Description

Timers for accounting computational time.

Member Data Documentation

◆ boundConditon

double t_timers_::boundConditon =0.0

◆ cellUpdating

double t_timers_::cellUpdating =0.0

◆ computeSim

double t_timers_::computeSim =0.0

◆ init

double t_timers_::init =0.0

◆ initGPU

double t_timers_::initGPU =0.0

◆ loading

double t_timers_::loading =0.0

◆ memoryTransfer

double t_timers_::memoryTransfer =0.0

◆ total

double t_timers_::total =0.0

◆ wallCalculus

double t_timers_::wallCalculus =0.0

◆ wetDryFix

double t_timers_::wetDryFix =0.0

◆ writeOut

double t_timers_::writeOut =0.0

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