Feel++

[Download]

Download Feel++

Download Feel++

Table of Contents

1. Docker

feelpp/feelpp-libs

Feel++ Libraries and development environment is available from Docker Hub. It includes a mesh partitioner that generates partitioned mesh that can be read e.g. on a supercomputer in an efficient way..

download command:

docker pull feelpp/feelpp-libs.

run command:

docker run -it -v $HOME/feel/:/feel feelpp/feelpp-libs.

feelpp/feelpp-base

The feelpp-base image contains the Feel++ libraries and environment as well as some basic application such as solving the Laplacian in 2D or 3D or Stokes in 2D with some testcases..

download command:

docker pull feelpp/feelpp-base.

run command:

docker run -it -v $HOME/feel/:/feel feelpp/feelpp-base.

feelpp/feelpp-toolboxes

The feelpp-toolboxes image contains the Feel++ libraries and environement, the basic applications and the toolboxes in Computational Fluid Dynamics/CFD, Computational Solid Mechanics/CSM, Fluid Structure Interaction/FSI, Heat Transfer/HT and Thermo-Electric/TE ..

download command:

docker pull feelpp/feelpp-toolboxes.

run command:

docker run -it -v $HOME/feel/:/feel feelpp/feelpp-toolboxes.

Check out the Feel++ documentation ›