src/fe_model.rs@e3cfc4917ee7
src/fe_model.rs
Thu, 20 Jul 2023 23:24:28 +0300
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Thu, 20 Jul 2023 23:24:28 +0300
- branch
- dev
- changeset 32
- e3cfc4917ee7
- parent 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
NAN constant
/*!
Simple planar (1D and 2D) finite element discretisation on a single simplex or box.
*/
pub mod base;
pub mod p2_local_model;