Files
conspire/domain/fem/block/element/serendipity/
mod.rs
1
mod
hexahedron;
2
3
pub use
hexahedron::Hexahedron;
4
5
const
M: usize =
3
;