Mon, 23 Dec 2024 23:27:45 -0500
Basic arithmetric opt-in hack attempt: not allowed by Rust.
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; |