Function meshx::io::load_tetmesh

source ·
pub fn load_tetmesh<T: Real, P: AsRef<Path>>(
    file: P
) -> Result<TetMesh<T>, Error>
Expand description

Load a tetrahedral mesh from a given file.