Functions to manipulate quadrature types.
Functions
|
Create a quadrature rule. |
|
Convert a string to a Basix QuadratureType enum. |
|
Convert a Basix QuadratureType enum to a string. |
Create a quadrature rule.
cell – Cell type
degree – Maximum polynomial degree that will be integrated exactly.
rule – Quadrature rule.
polyset_type – Type of polynomial that will be integrated exactly.
The quadrature points and weights.
Convert a string to a Basix QuadratureType enum.
rule – Qquadrature rule as a string.
The quadrature type.
Convert a Basix QuadratureType enum to a string.
quadraturetype – Quadrature type.
The quadrature rule as a string.