How to Install freefem++ in Ubuntu 18.04



Install freefem++ by entering the following commands in the terminal:

sudo apt update
sudo apt install freefem++

Description:

Provides the binaries of the FreeFem++ FE suite

FreeFem++ is an implementation of a language dedicated to the finite element method. It enables you to solve Partial Differential Equations (PDE) easily. . Problems involving PDE from several branches of physics such as fluid-structure interactions require interpolations of data on several meshes and their manipulation within one program. FreeFem++ includes a fast quadtree-based interpolation algorithm and a language for the manipulation of these data on multiple meshes. It contains also a powerful mesh generation and adaption tool integrated seamlessly in FreeFem++ called bamg. . FreeFem++ is written in C++ and the FreeFem++ language is a C++ idiom allowing for a smooth learning curve. . This package contains the executables of FreeFem++.

Homepage: http://www.freefem.org/ff++/

Version: 3.47+dfsg1-2build1

Section: universe/math