src/fe_model.rs@4e09b7829b51
src/fe_model.rs
Tue, 01 Nov 2022 09:24:45 +0200
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Tue, 01 Nov 2022 09:24:45 +0200
- changeset 8
- 4e09b7829b51
- parent 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
Multithreaded bisection tree operations
/*!
Simple planar (1D and 2D) finite element discretisation on a single simplex or box.
*/
pub mod base;
pub mod p2_local_model;