Struct wafer::config::Grid[][src]

pub struct Grid {
    pub size: Index3,
    pub dn: R64,
    pub dt: R64,
}

Grid size information.

Fields

Number of grid points (Cartesian coordinates).

The spatial grid size, i.e. Δ{x,y,z}.

The temporal step size, i.e. Δτ.

Trait Implementations

impl Debug for Grid
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Grid

impl Sync for Grid