pub use ;
/// A node in a 2-dimensional finite difference method. This corresponds to the term u[i+I, j+J].
/// A marker struct that indicates a Dirichlet boundary condition
;
/// A marker struct that indicates a Dirichlet boundary condition
;
/// A struct implementing this trait can be used as the stencil for a finite difference method. This
/// trait is not intended to be manually implemented but rather to be implemented through the `stencil`
/// macro.