src/fe_model.rs@1f19c6bbf07b
src/fe_model.rs
Sun, 27 Apr 2025 20:29:43 -0500
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Sun, 27 Apr 2025 20:29:43 -0500
- changeset 94
- 1f19c6bbf07b
- parent 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
Fix build with stable rust.
For optimisations, build.rs now automatically sets a nightly cfg flag,
so problems with the nightly feature are avoided. It is still used for
required for additional nightly-only features.
/*!
Simple planar (1D and 2D) finite element discretisation on a single simplex or box.
*/
pub mod base;
pub mod p2_local_model;