Enum wafer::config::CentralDifference [−][src]
pub enum CentralDifference { ThreePoint, FivePoint, SevenPoint, }
Sets the precision of the central difference formalism.
Variants
ThreePoint
3 point, good to 𝓞(grid.dn
²).
FivePoint
5 point, good to 𝓞(grid.dn
⁴).
SevenPoint
7 point, good to 𝓞(grid.dn
⁶).
Methods
impl CentralDifference
[src]
impl CentralDifference
pub fn bb(&self) -> usize
[src]
pub fn bb(&self) -> usize
Grabs the B ounding B ox size for the current precision.
pub fn ext(&self) -> usize
[src]
pub fn ext(&self) -> usize
Grabs how much the work area is extended in one direction for the current precision.
Trait Implementations
impl Debug for CentralDifference
[src]
impl Debug for CentralDifference
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for CentralDifference
[src]
impl Display for CentralDifference
Auto Trait Implementations
impl Send for CentralDifference
impl Send for CentralDifference
impl Sync for CentralDifference
impl Sync for CentralDifference