Geometry laboratory for finite element analyses
This repository contains structures and functions to perform geometry computations and generate meshes for finite element analyses.
We use Vector and Matrix from Russell Lab, thus some Debian packages are required.
Documentation:
Installation
Install some libraries:
Add this to your Cargo.toml:
[]
= "0.2"
Todo
- Implement read/write mesh functions
- Add tests to the z_integration file
- Implement triangle and tetrahedron generators
Examples
TODO