src/fe_model.rs@afe04e6b4a5b
src/fe_model.rs
Sun, 07 Sep 2025 10:00:14 -0500
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Sun, 07 Sep 2025 10:00:14 -0500
- branch
- dev
- changeset 186
- afe04e6b4a5b
- parent 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
StaticEuclidean Principal reference fix
/*!
Simple planar (1D and 2D) finite element discretisation on a single simplex or box.
*/
pub mod base;
pub mod p2_local_model;