gemlab 2.0.0

Geometry and meshes laboratory for finite element analyses
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Fundamental geometry entities and algorithms

mod algorithms;
mod entities;
mod tetrahedron;
mod triangle;

pub use algorithms::*;
pub use entities::*;
pub use tetrahedron::*;
pub use triangle::*;