Download Getfem++
Getfem++ is freely distributed under the terms of the Gnu Lesser General Public License, either version 2.1 of the license or any later version.
The latest stable release of getfem++:
- getfem++ library getfem++-3.0.3.tar.gz (includes gmm++, and the Matlab and Python interfaces)
- gmm++ standalone: gmm-3.0.tar.gz
The latest unstable releases (cvs snapshot) can be found here.
For older releases, look here.
You can also directly access the svn repository here.
Building a portable c++ library is not an easy task. We try to build it with many combinations of OS and compilers. The last stable version has been tested on the following configurations:
- Linux/x86 with g++ 3.x, g++ 4.x
- Intel C++ Compiler 8.0
- Linux/Itanium with g++
- MacOS X Tiger (with the python and matlab interface)
- Windows with MinGW and MSys (getfem++ only -- see specific notes for the matlab interface)
Some "not-so-easy" pre-built binaries are also available:
- (2006/04/03) binary for the matlab-interface, for matlab-R13 on linux/i386 only (crashes with matlab-R14): getfem-matlab-2.0_R13_i386.bin.tar.gz (and some notes on how it was built).
- T(2006/04/18) binary for the matlab-interface for matlab-R14 on windows: getfem-matlab-2.0_R14_win32.zip (and some notes).


