Tue, 06 Dec 2022 08:32:57 +0200
Fix broken links in doc comments after Mapping -> Apply change.
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; |