The Unified Form Language (UFL) is a domain specific language for declaration of finite element discretizations of variational forms. More precisely, it defines a flexible interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation.
The Unified Form Language (UFL) is a domain specific language for declaration of finite element discretizations of variational forms. More precisely, it defines a flexible interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation.
To install py38-ufl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-ufl
To see what files were installed by py38-ufl, run:
port contents py38-ufl
To later upgrade py38-ufl, run:
sudo port selfupdate && sudo port upgrade py38-ufl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.