ffcx.ir.representationutils#
Utility functions for some code shared between representations.
Functions
|
Create quadrature rule and return points and weights. |
|
Given integral_type and domain tdim, return the tdim of the integration entity. |
|
Map points from reference entity to its parent reference cell. |
Classes
|
A quadrature rule. |
- class ffcx.ir.representationutils.QuadratureRule(points, weights, tensor_factors=None)[source]#
Bases:
objectA quadrature rule.
Initialise.
- ffcx.ir.representationutils.create_quadrature_points_and_weights(integral_type, cell, degree, rule, elements, use_tensor_product=False)[source]#
Create quadrature rule and return points and weights.