Enum wafer::config::CentralDifference[][src]

pub enum CentralDifference {
    ThreePoint,
    FivePoint,
    SevenPoint,
}

Sets the precision of the central difference formalism.

Variants

3 point, good to 𝓞(grid.dn²).

5 point, good to 𝓞(grid.dn⁴).

7 point, good to 𝓞(grid.dn⁶).

Methods

impl CentralDifference
[src]

Grabs the B ounding B ox size for the current precision.

Grabs how much the work area is extended in one direction for the current precision.

Trait Implementations

impl Debug for CentralDifference
[src]

Formats the value using the given formatter. Read more

impl Display for CentralDifference
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CentralDifference

impl Sync for CentralDifference