src/fe_model.rs@ac84e995e119
src/fe_model.rs
Sat, 22 Oct 2022 22:28:04 +0300
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Sat, 22 Oct 2022 22:28:04 +0300
- changeset 2
- ac84e995e119
- parent 0
-
9f27689eb130
- child 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
Convert iteration utilities to GATs
/// Simple planar (1D and 2D) finite element discretisation on a box.
pub mod base;
pub mod p2_local_model;