conspire/domain/fem/block/element/serendipity/
mod.rs

1mod hexahedron;
2
3pub use hexahedron::Hexahedron;
4
5const M: usize = 3;