Skip to content

ritukeshbharali/falcon

Repository files navigation

Ubuntu Build Status Codacy Badge

falcon

falcon is a Finite Element Analysis (FEA) software, based on the Jem-Jive libraries. The Jem and Jive libraries are developed and maintained by the Dynaflow Research Group. A part of this software is built upon the work of Frans van der Meer (TU Delft) and Vinh Phu Nguyen (Monash University).

Features

  • Object-oriented C++
  • Modular, with highly decoupled code components.
  • Several finite element models and solvers.
  • Parallel computing with MPI and system level threads.
  • Interface to external linear solvers, AMGCL, Pardiso (Intel, Panua), MUMPS, and Umfpack.
  • Interface to external GPU linear solvers, cuDSS and AMGX.
  • Paraview Module for visualization with Paraview, Mayavi.

Getting started

Follow INSTALL.md

Contribution

Make a Pull Request