src/fe_model.rs

Fri, 06 Dec 2024 13:06:22 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Fri, 06 Dec 2024 13:06:22 -0500
branch
dev
changeset 52
c70b575d22b6
parent 5
59dc4c5883f4
permissions
-rw-r--r--

Reflect and rotate of Loc

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

pub mod base;
pub mod p2_local_model;

mercurial