The purpose of ArmaFEM is to illustrate use of Armadillo linear algebra library in a context of writing simple Finite Element Method programs.
The original Matlab code of CALFEM can be accessed here https://github.com/CALFEM/calfem-matlab
ArmaFEM is distributed under the terms of the GNU General Public License.
- You may get the latest source code from the Git repository with the command below:
git clone https://github.com/putanowr/armafem.git
- Roman Putanowicz (putanowr@gmail.com).