Docs.rs
discreet-common-0.1.0
discreet-common 0.1.0
Permalink
Docs.rs crate page
MIT
25 May 2026
Links
Homepage
Repository
crates.io
Source
Owners
MATSMACKE
Dependencies
Versions
54.55%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate discreet_common
discreet_
common
0.1.0
All Items
Crate Items
Re-exports
Modules
Structs
Traits
Crate
discreet_
common
Copy item path
Source
Re-exports
§
pub use diff_eq::
Derivative
;
pub use diff_eq::
Variable
;
Modules
§
diff_eq
Structs
§
Dirichlet
A marker struct that indicates a Dirichlet boundary condition
Neumann
A marker struct that indicates a Dirichlet boundary condition
Node2D
A node in a 2-dimensional finite difference method. This corresponds to the term u[i+I, j+J].
Traits
§
Finite
Difference
Stencil2D
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.