src/fe_model.rs

Thu, 20 Jul 2023 14:51:38 +0300

author
Tuomo Valkonen <tuomov@iki.fi>
date
Thu, 20 Jul 2023 14:51:38 +0300
branch
dev
changeset 31
50a77e4efcbb
parent 5
59dc4c5883f4
permissions
-rw-r--r--

Add is_quiet to AlgIteratorState as well.

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

pub mod base;
pub mod p2_local_model;

mercurial