ufl-analyse-3
unified language for form-compilers (Python 3)
Install
- All systems
-
curl cmd.cat/ufl-analyse-3.sh
- Debian
-
apt-get install python3-ufl - Ubuntu
-
apt-get install python3-ufl - Kali Linux
-
apt-get install python3-ufl - Fedora
-
dnf install python3-ufl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-ufl - Raspbian
-
apt-get install python3-ufl
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.