ufl-version
unified language for form-compilers (Python 3)
Install
- All systems
-
curl cmd.cat/ufl-version.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 update
sudo apt-get install python3-ufl
- Raspbian
-
apt-get install python-ufl
- Dockerfile
- dockerfile.run/ufl-version
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.
python-ufl
unified language for form-compilers
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 is a dummy package that depends on python3-ufl. (UFL is no longer available for Python 2).