src/fe_model.rs

Sun, 20 Nov 2022 00:23:43 +0200

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sun, 20 Nov 2022 00:23:43 +0200
changeset 13
465fa2121ccb
parent 5
59dc4c5883f4
permissions
-rw-r--r--

Better Linear and Mapping structure that can provide consuming and reference `apply`.

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

pub mod base;
pub mod p2_local_model;

mercurial