Module bempp::quadrature::types

source ·
Expand description

Type definitions.

Structs§

Enums§

Traits§

  • A trait for obtaining a numerical quadrature rule. Depending on a specified number of points a NumericalQuadratureDefinition is returned with the weights and points of the rule.
  • A trait for singular quadrature rules. These are rules that depend on the connectivity information between two cells. So we need to supply the Connectivity structure. The result is two separate quadrature containers for the two cells that are integrated against each other.