H2Lib
3.0
|
This struct collects all type of quadrature formulas needed by the computation of matrix entries within BEM. More...
#include <singquad1d.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_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 |
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 |
real * | x_single |
X-component of quadrature points for integrals on a single domains. | |
real * | y_single |
Y-component of quadrature points for integrals on a single domains. | |
real * | w_single |
Quadrature weights for integrals on a single domains. | |
real | base_single |
Constant offset for integrals on a single domains. | |
uint | n_single |
This struct collects all type of quadrature formulas needed by the computation of matrix entries within BEM.
uint n_dist |
Number of quadrature points for singular integrals on distant domains.
uint n_single |
Number of quadrature points for integrals on a single domains.
uint n_vert |
Number of quadrature points for singular integrals on domains sharing a common vertex.