src/fe_model.rs

Fri, 06 Dec 2024 16:14:41 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Fri, 06 Dec 2024 16:14:41 -0500
branch
dev
changeset 55
7b2ee3e84c5f
parent 5
59dc4c5883f4
permissions
-rw-r--r--

Add "nightly" feature and provide alternative low-performance implementations of several things when not available.

/*!
Simple planar (1D and 2D) finite element discretisation on a single simplex or box.
*/

pub mod base;
pub mod p2_local_model;

mercurial