|
Tsunami Project Lab
|
#include <NetCdf.h>

Public Member Functions | |
| t_idx | nx () const |
| interior cells in x | |
| t_idx | ny () const |
| interior cells in y | |
| t_real | dxy () const |
| cell size (m) | |
Public Attributes | |
| Grid | b |
| bathymetry | |
| Grid | h |
| water height | |
| Grid | hu |
| x-momentum | |
| Grid | hv |
| y-momentum | |
| t_real | simTime = 0 |
| simulation time of the checkpoint (s) | |
| t_idx | timeStep = 0 |
| time-step counter of the checkpoint | |
| t_real | dt = 0 |
| constant time step of the run (s) | |
Full restart state recovered from a checkpoint file: the four fields at full resolution (each as a Grid so callers can reuse sampleNearest) plus the scalar metadata required to continue the time loop exactly where it left off.
|
inline |
cell size (m)
|
inline |
interior cells in x
|
inline |
interior cells in y
| Grid tsunami_lab::io::NetCdf::Checkpoint::b |
bathymetry
| t_real tsunami_lab::io::NetCdf::Checkpoint::dt = 0 |
constant time step of the run (s)
| Grid tsunami_lab::io::NetCdf::Checkpoint::h |
water height
| Grid tsunami_lab::io::NetCdf::Checkpoint::hu |
x-momentum
| Grid tsunami_lab::io::NetCdf::Checkpoint::hv |
y-momentum
| t_real tsunami_lab::io::NetCdf::Checkpoint::simTime = 0 |
simulation time of the checkpoint (s)
| t_idx tsunami_lab::io::NetCdf::Checkpoint::timeStep = 0 |
time-step counter of the checkpoint