src/fe_model.rs@7fd0984743b5
src/fe_model.rs
Fri, 28 Apr 2023 13:42:03 +0300
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Fri, 28 Apr 2023 13:42:03 +0300
- branch
- dev
- changeset 29
- 7fd0984743b5
- parent 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
Rename Differentiate → Differentiable
/*!
Simple planar (1D and 2D) finite element discretisation on a single simplex or box.
*/
pub mod base;
pub mod p2_local_model;