Wrapper class around quadratures.
Get the key string corresponding to the integral kind and order, that can be used to distinguish various cached data evaluated using the integral.
Get quadrature point coordinates and corresponding weights for given geometry. For built-in quadratures, the integration order is given by self.order.
| Parameters: | geometry : str
|
|---|---|
| Returns: | coors : array
weights: array :
|
Integrate numerically a given scalar function.
| Parameters: | function : callable(coors)
order : int, optional
geometry : str
|
|---|---|
| Returns: | val : float
|