src/fe_model.rs@860a54fca7bc
src/fe_model.rs
Wed, 26 Oct 2022 22:16:57 +0300
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Wed, 26 Oct 2022 22:16:57 +0300
- changeset 7
- 860a54fca7bc
- parent 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
Added tag unthreaded for changeset d80b87b8acd0
/*!
Simple planar (1D and 2D) finite element discretisation on a single simplex or box.
*/
pub mod base;
pub mod p2_local_model;