ffcx.element_interface#
Finite element interface.
Functions
|
Get the Basix index of a derivative. |
|
Create a quadrature rule. |
|
Map points from a reference edge to a physical edge. |
|
Map points from a reference facet to a physical facet. |
|
Get the vertices of a reference cell. |
- ffcx.element_interface.basix_index(indices: tuple[int]) int[source]#
Get the Basix index of a derivative.
- ffcx.element_interface.create_quadrature(cellname: str, degree: int, rule: str, elements: list[_ElementBase]) tuple[ArrayLike, ArrayLike][source]#
Create a quadrature rule.
- ffcx.element_interface.map_edge_points(points: NDArray[float64], edge: int, cellname: str) NDArray[float64][source]#
Map points from a reference edge to a physical edge.