GetFEM++

Introduction

GetFEM++ is an open source library based on collaborative development. It aims to offer the most flexible framework for solving potentially coupled systems of linear and nonlinear partial differential equations with the finite element method. GetFEM++ is interfaced with some script languages (Python, Scilab and Matlab) so that almost all of the functionalities can be used just writing scripts. It works in arbitrary dimension and allow to couple 1D, 2D and 3D problems.

Usage

module load  library/getfem/5.2

 

Installation

 

module load gcc/4.9.3
./configure -- prefix=/sw/library/getfem/5.2 2>&1 | tee configureLog.txt
make 2>&1 | tee makeLog.txt
make install 2>&1 | tee makeInstallLog.txt

 

 

Reference

  1. http://getfem.org/index.html

 

Â