src/fe_model.rs@df3901ec2f5d
src/fe_model.rs
Sat, 22 Oct 2022 18:12:49 +0300
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Sat, 22 Oct 2022 18:12:49 +0300
- changeset 1
- df3901ec2f5d
- parent 0
-
9f27689eb130
- child 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
Fix some unit tests after fundamental changes that made them invalid
/// Simple planar (1D and 2D) finite element discretisation on a box.
pub mod base;
pub mod p2_local_model;