|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
Class for trapezoidal integration over a line segment. More...
#include <trapz.hpp>
Inheritance diagram for bem::TrapzLineQuadrature< dim >:Class for trapezoidal integration over a line segment.
| dim | - Dimension of the line segment (1, 2, or 3). |
|
inline |
Constructs a TrapzLineQuadrature object with a specified number of subdivisions.
| [in] | num_segments | - Number of sub-segments into which the given line segment is divided (optional). |
|
inline |
|
overridevirtual |
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, unused). |
Implements bem::LineQuadratureBase< dim >.
|
inline |
|
inline |
|
inlinevirtualinherited |
Sets the quadrature order.
| [in] | order | - Quadrature order. |
Reimplemented in bem::GaussLineQuadrature< dim >, and bem::GaussLineQuadrature< 1 >.
|
inlineinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |