src/fe_model.rs@2b13f8a0c8ba
src/fe_model.rs
Mon, 12 May 2025 20:40:14 -0500
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Mon, 12 May 2025 20:40:14 -0500
- branch
- dev
- changeset 133
- 2b13f8a0c8ba
- parent 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
Replace Instance ref_instance and decompose by eval_* for flexibility
/*!
Simple planar (1D and 2D) finite element discretisation on a single simplex or box.
*/
pub mod base;
pub mod p2_local_model;