gemlab 0.2.0

Geometry laboratory for finite element analyses
Documentation

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:

sudo apt-get install \
    liblapacke-dev \
    libopenblas-dev

Add this to your Cargo.toml:

[dependencies]
gemlab = "0.2"

Todo

  • Implement read/write mesh functions
  • Add tests to the z_integration file
  • Implement triangle and tetrahedron generators

Examples

TODO