tenpercent / 3d-interpolation

Approximation of 2D-function in L2 space on a parallelogram using the Finite Elements method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In order to build, you should execute the following commands

Linux:

qmake-qt4 -makefile
make

Mac OS X:

qmake -spec macx-g++ interpolation.pro
make

Windows:

qmake -spec win32-g++ interpolation.pro
make

About

Approximation of 2D-function in L2 space on a parallelogram using the Finite Elements method


Languages

Language:C++ 100.0%