![]() |
H2Lib
3.0
|
This struct collects all type of quadrature formulas needed by the computation of matrix entries within BEM. More...
#include <singquad2d.h>
Data Fields | |
| real * | x_id |
| X-component of quadrature points for singular integrals on same domain. | |
| real * | y_id |
| Y-component of quadrature points for singular integrals on same domain. | |
| real * | w_id |
| Quadrature weights for singular integrals on same domain. | |
| real | base_id |
| Constant offset for singular integrals on same domain. | |
| uint | n_id |
| Number of quadrature points for singular integrals on same domain. | |
| real * | x_edge |
| X-component of quadrature points for singular integrals on domains sharing a common edge. | |
| real * | y_edge |
| Y-component of quadrature points for singular integrals on domains sharing a common edge. | |
| real * | w_edge |
| Quadrature weights for singular integrals on domains sharing a common edge. | |
| real | base_edge |
| Constant offset for singular integrals on domains sharing a common edge. | |
| uint | n_edge |
| Number of quadrature points for singular integrals on domains sharing a common edge. | |
| real * | x_vert |
| X-component of quadrature points for singular integrals on domains sharing a common vertex. | |
| real * | y_vert |
| Y-component of quadrature points for singular integrals on domains sharing a common vertex. | |
| real * | w_vert |
| Quadrature weights for singular integrals on domains sharing a common vertex. | |
| real | base_vert |
| Constant offset for singular integrals on domains sharing a common vertex. | |
| uint | n_vert |
| Number of quadrature points for singular integrals on domains sharing a common vertex. | |
| real * | x_dist |
| X-component of quadrature points for singular integrals on distant domains. | |
| real * | y_dist |
| Y-component of quadrature points for singular integrals on distant domains. | |
| real * | w_dist |
| Quadrature weights for singular integrals on distant domains. | |
| real | base_dist |
| Constant offset for singular integrals on distant domains. | |
| uint | n_dist |
| Number of quadrature points for singular integrals on distant domains. | |
| real * | x_single |
| X-component of quadrature points for a single triangle. | |
| real * | y_single |
| Y-component of quadrature points for a single triangle. | |
| real * | w_single |
| Quadrature weights for a single triangle. | |
| real | base_single |
| Constant offset for a single triangle. | |
| uint | n_single |
| Number of quadrature points for a single triangle. | |
| uint | q |
| Order of basic quadrature rule for single and regular double integrals. | |
| uint | q2 |
| Order of basic quadrature rule for singular double integrals. | |
| uint | nmax |
| maximal number of quadrature points. | |
This struct collects all type of quadrature formulas needed by the computation of matrix entries within BEM.
1.8.11