Module rustencils::stencil[][src]

Structs

FdWeights

The FdWeights struct contains the Stencil of points to use for a finite difference approximation, the order of the derivative to be approximated, and the “weights,” or coefficients, that will be multiplied by the values at the stencil points.

Stencil

The Stencil struct represents the stencil of points that will be used to approximate some derivative. It simply contains a vector of the stencil slot positions and the number of slots.