How To Install Form2ufl In Debian, Ubuntu, Kali, Fedora And Raspbian?
Install form2ufl
-
Debian
apt-get install python-uflClick to copy -
Ubuntu
apt-get install python-uflClick to copy -
Kali Linux
apt-get install python-uflClick to copy -
Fedora
dnf install python3-uflClick to copy -
Raspbian
apt-get install python-uflClick to copy
python-ufl
unified language for form-compilersUFL (Unified Form Language) is a unified language for definition of variational forms intended for finite element discretization. More precisely, it defines a fixed interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation. The form compilers FFC and SyFi use UFL as their end-user interface, producing UFC implementations as their output. This is a dummy package that depends on python3-ufl. (UFL is no longer available for Python 2).
python3-ufl
unified language for form-compilers (Python 3)UFL (Unified Form Language) is a unified language for definition of variational forms intended for finite element discretization. More precisely, it defines a fixed interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation. The form compilers FFC and SyFi use UFL as their end-user interface, producing UFC implementations as their output. This package installs the library for Python 3.




