//! Codec surface for FEMM model, solution, and field descriptors.
//!
//! 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 behavior: the citizen descriptors and Lisp/JSON
//! summary forms that round-trip FEMM domain objects across codec surfaces.
pub use *;
pub use *;