src/fe_model.rs@b071a1b484f8 (annotated)
src/fe_model.rs
Fri, 05 Sep 2025 00:48:59 -0500
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Fri, 05 Sep 2025 00:48:59 -0500
- branch
- dev
- changeset 177
- b071a1b484f8
- parent 5
-
59dc4c5883f4
- permissions
- -rw-r--r--
AXPY implementation reductions
|
5
|
1
|
/*!
|
|
|
2
|
Simple planar (1D and 2D) finite element discretisation on a single simplex or box.
|
|
|
3
|
*/
|
|
0
|
4
|
|
|
|
5
|
pub mod base;
|
|
|
6
|
pub mod p2_local_model;
|