Fri, 13 Oct 2023 13:32:15 -0500
Update Cargo.lock to stop build failures with current nightly 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; |