Struct wafer::config::Grid [−][src]
pub struct Grid { pub size: Index3, pub dn: R64, pub dt: R64, }
Grid size information.
Fields
size: Index3
Number of grid points (Cartesian coordinates).
dn: R64
The spatial grid size, i.e. Δ{x,y,z}.
dt: R64
The temporal step size, i.e. Δτ.