src/fe_model.rs@76e7d61874eb
src/fe_model.rs
Wed, 07 Dec 2022 09:19:21 +0200
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Wed, 07 Dec 2022 09:19:21 +0200
- changeset 20
- 76e7d61874eb
- parent 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
Some README fine-tuning
/*!
Simple planar (1D and 2D) finite element discretisation on a single simplex or box.
*/
pub mod base;
pub mod p2_local_model;