src/fe_model.rs

Wed, 07 Dec 2022 07:00:27 +0200

author
Tuomo Valkonen <tuomov@iki.fi>
date
Wed, 07 Dec 2022 07:00:27 +0200
changeset 18
2b75e98df693
parent 5
59dc4c5883f4
permissions
-rw-r--r--

Added tag v0.1.0 for changeset 51bfde513cfa

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

pub mod base;
pub mod p2_local_model;

mercurial