//! Shared FEMM substrate: core types, stable ids, errors, and domain vocabulary.
//!
//! The kernel defines the `Value`/`Expr`/`Shape`/codec protocol contracts and
//! sim-numbers supplies the number domains, tensors, and linear algebra; this
//! crate supplies the FEM substrate the other FEMM crates build on, including
//! the physics/formulation vocabulary, parameter sets, limits, and the sparse
//! matrix and value-to-scalar decoding helpers.
pub use ;
pub use *;
pub use CsrMatrix;
pub use ;
/// Cookbook recipes for this lib, embedded at build time.
pub static RECIPES: EmbeddedDir =
include!;