mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
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)
18 lines
708 B
Text
18 lines
708 B
Text
Basix is a finite element definition and tabulation runtime library.
|
|
|
|
Basix allows users to:
|
|
* evaluate finite element basis functions and their derivatives at a
|
|
set of points
|
|
* access geometric and topological information about reference cells
|
|
* apply push forward and pull back operations to map data between a
|
|
reference cell and a physical cell
|
|
* permute and transform DOFs to allow higher-order elements to be use
|
|
on arbitrary meshes
|
|
* interpolate into a finite element space and between finite element
|
|
spaces
|
|
|
|
Basix includes a range of built-in elements, and also allows the user
|
|
to define their own custom elements.
|
|
|
|
Basix is one of the components of FEniCSx, alongside UFL, FFCx, and
|
|
DOLFINx.
|