src/fe_model.rs@f802ddbabcfc
src/fe_model.rs
Mon, 23 Dec 2024 23:27:45 -0500
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Mon, 23 Dec 2024 23:27:45 -0500
- branch
- dev
- changeset 80
- f802ddbabcfc
- parent 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
Basic arithmetric opt-in hack attempt: not allowed by Rust.
/*!
Simple planar (1D and 2D) finite element discretisation on a single simplex or box.
*/
pub mod base;
pub mod p2_local_model;