Struct stencil::N1D2 [] [src]

pub struct N1D2<A: LinalgScalar> {
    pub t: A,
    pub b: A,
    pub l: A,
    pub r: A,
    pub c: A,
}

one-neighbor, two-dimensional stencil

Fields

top

bottom

left

right

center

Trait Implementations

impl<A: LinalgScalar> StencilArray<N1D2<A>> for Torus<A, Ix2>
[src]

[src]

Execute a stencil calculation

impl<A: Clone + LinalgScalar> Clone for N1D2<A>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<A: Copy + LinalgScalar> Copy for N1D2<A>
[src]

impl<A: LinalgScalar> Stencil for N1D2<A>
[src]

Auto Trait Implementations

impl<A> Send for N1D2<A> where
    A: Send

impl<A> Sync for N1D2<A> where
    A: Sync