Source: ufl Section: python Priority: optional Maintainer: Debian Science Team Uploaders: Johannes Ring , Drew Parsons , Francesco Ballarin Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all:any (>= 3.6), python3-setuptools, python3-numpy, python3-pytest, python3-sphinx, libjs-mathjax Standards-Version: 4.6.2 Homepage: https://fenicsproject.org Vcs-Git: https://salsa.debian.org/science-team/fenics/ufl.git Vcs-Browser: https://salsa.debian.org/science-team/fenics/ufl Package: python3-ufl-legacy Architecture: all Depends: python3-numpy, ${python3:Depends}, ${misc:Depends} Suggests: python-ufl-legacy-doc Description: legacy 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 legacy (2022) library for Python 3 used by the legacy FEniCS packages ffc and dolfin. The python package is renamed ufl_legacy rather than ufl. Package: python-ufl-legacy-doc Section: doc Architecture: all Multi-Arch: foreign Depends: libjs-mathjax, ${sphinxdoc:Depends}, ${misc:Depends} Description: documentation and demos for legacy UFL 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 contains documentation and demos for legacy (2022) UFL used by old ffc and dolfin. The python package is renamed ufl_legacy rather than ufl.