src/fe_model.rs@75d65fa74eba
src/fe_model.rs
Mon, 31 Jul 2023 13:35:06 +0300
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Mon, 31 Jul 2023 13:35:06 +0300
- branch
- dev
- changeset 33
- 75d65fa74eba
- parent 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
typofix
/*!
Simple planar (1D and 2D) finite element discretisation on a single simplex or box.
*/
pub mod base;
pub mod p2_local_model;