ffcx.element_interface
Finite element interface.
Functions
|
Get the Basix index of a derivative. |
|
Create a quadrature rule. |
|
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[ndarray[Any, dtype[float64]], ndarray[Any, dtype[float64]]] [source]
Create a quadrature rule.