ffc-3

compiler for finite element variational forms (Python 3)

Install

All systems
curl cmd.cat/ffc-3.sh
Debian Debian
apt-get install python3-ffc
Ubuntu
apt-get install python3-ffc
image/svg+xml Kali Linux
apt-get install python3-ffc
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-ffc

python3-ffc

compiler for finite element variational forms (Python 3)

The FEniCS Form Compiler FFC provides state-of-the-art automatic and efficient evaluation of general multilinear forms (variational formulations) for FEniCS. FFC functions as the form evaluation system for DOLFIN but can also be used to compile forms for other systems. FFC works as a compiler for multilinear forms by generating code (C or C++) for the evaluation of a multilinear form given in mathematical notation. This new approach to form evaluation makes it possible to combine generality with efficiency; the form can be given in mathematical notation and the generated code is as efficient as hand-optimized code. This package installs the library for Python 3.