src/fe_model.rs

Mon, 12 May 2025 15:42:48 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 12 May 2025 15:42:48 -0500
branch
dev
changeset 129
d2994e34a5f5
parent 5
59dc4c5883f4
permissions
-rw-r--r--

Simplify ZeroOp to SimpleZeroOp, only from X to X. Add Prox for ZeroIndicator. Move F parameter to AXPY::Field.

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

pub mod base;
pub mod p2_local_model;

mercurial