|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
Base class for quadrature over a line segment. More...
#include <base.hpp>
Inheritance diagram for bem::LineQuadratureBase< dim >:Base class for quadrature over a line segment.
| dim | - Dimension of the line segment (1, 2, or 3). |
|
pure virtual |
Computes and stores the points on which to evaluate the integrand, and the corresponding weights.
| [in] | p1 | - First point of the line segment. |
| [in] | p2 | - Second point of the line segment. |
| [in] | eval | - Function or class with operator() that evaluates the integrand (optional). |
Implemented in bem::GaussLineQuadrature< dim >, bem::GaussLineQuadrature< 1 >, bem::IterativeGaussLineQuadrature< dim >, bem::IterativeTrapzLineQuadrature< dim >, and bem::TrapzLineQuadrature< dim >.
|
inlinevirtual |
Sets the quadrature order.
| [in] | order | - Quadrature order. |
Reimplemented in bem::GaussLineQuadrature< dim >, and bem::GaussLineQuadrature< 1 >.
|
inline |
|
protected |
|
protected |
|
protected |