src/fe_model.rs@61b068c50e25 (annotated)
src/fe_model.rs
Mon, 24 Oct 2022 10:52:19 +0300
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Mon, 24 Oct 2022 10:52:19 +0300
- changeset 4
- 61b068c50e25
- parent 0
-
9f27689eb130
- child 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
Added type for numerical errors
0
|
1
|
/// Simple planar (1D and 2D) finite element discretisation on a box.
|
|
2
|
|
|
3
|
pub mod base;
|
|
4
|
pub mod p2_local_model;
|