Wed, 03 Sep 2025 19:37:15 -0500
Can only do nalgebra matrix ops for OMatrix (but ok through Instance) to avoid having to specify types
| 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; |