freebsd-ports/math/py-fenics-ffcx/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
577 B
Text

FFCx is a new version of the FEniCS Form Compiler. It is being
actively developed and is compatible with DOLFINx.
FFCx is a compiler for finite element variational forms. From a
high-level description of the form in the Unified Form Language
(UFL), it generates efficient low-level C code that can be used to
assemble the corresponding discrete operator (tensor). In particular,
a bilinear form may be assembled into a matrix and a linear form may
be assembled into a vector. FFCx may be used either from the command
line (by invoking the ffcx command) or as a Python module.