src/fe_model.rs

Thu, 23 Jan 2025 23:38:40 +0100

author
Tuomo Valkonen <tuomov@iki.fi>
date
Thu, 23 Jan 2025 23:38:40 +0100
branch
dev
changeset 89
8513a10c5dd9
parent 5
59dc4c5883f4
permissions
-rw-r--r--

bump version

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

pub mod base;
pub mod p2_local_model;

mercurial