Skip to content
Massimiliano Martinelli edited this page Feb 8, 2016 · 9 revisions

Welcome to the igatools wiki!

igatools is an open source modernly designed general purpose Isogeometric Analysis (IGA) software library. Its main purpose is to numerically solve Partial Differential Equations (PDEs) using the IGA paradigm.

The library is implemented in C++14, its design is object oriented with extensive use of generic programming techniques (a.k.a. templates metaprogramming).

Some of its features are:

  • Dimension independent code through the use of templates
  • Computational efficiency
  • Extensive and automatic test suite
  • Defensive programming
  • Extensive documentation

igatools is under continuous and active development.

In these wiki pages you will find information concerning different aspects of the library.


Installation


Users


Developers