src/fe_model.rs

Fri, 20 Dec 2024 16:14:17 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Fri, 20 Dec 2024 16:14:17 -0500
branch
dev
changeset 79
d63e40672dd6
parent 5
59dc4c5883f4
permissions
-rw-r--r--

AXPY as LinSpace attempts, difficulties with Pairs and nalgebra

nalgebra should allow various storages, so InstanceMut as &self, but that won't work.

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

pub mod base;
pub mod p2_local_model;

mercurial