|
Peka2D_v5
v5.0
|
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 |
Timers for accounting computational time.
| double t_timers_::boundConditon =0.0 |
| double t_timers_::cellUpdating =0.0 |
| double t_timers_::computeSim =0.0 |
| double t_timers_::init =0.0 |
| double t_timers_::initGPU =0.0 |
| double t_timers_::loading =0.0 |
| double t_timers_::memoryTransfer =0.0 |
| double t_timers_::total =0.0 |
| double t_timers_::wallCalculus =0.0 |
| double t_timers_::wetDryFix =0.0 |
| double t_timers_::writeOut =0.0 |