NiHu
2.0
|
specialisation of NiHu::line_helper for the 0d match case More...
#include <singular_galerkin_quadrature.hpp>
Static Public Member Functions | |
static void | transform_inplace (descartes_quad_t &x, scalar_t &w, unsigned idx) |
transform the 2d quadrature into a singular Duffy one More... | |
Static Public Attributes | |
static const bool | is_symmetric = true |
indicates whether the quadrature described below is symmetric or not | |
static const unsigned | num_domains = 1 |
the number of subdomains of the present singular quadrature | |
Additional Inherited Members | |
Public Types inherited from NiHu::helper_base< line_domain, line_domain > | |
typedef test_domain_t::scalar_t | scalar_t |
the scalar type of the singular quadrature | |
typedef Eigen::Matrix< scalar_t, test_domain_t::dimension+trial_domain_t::dimension, 1 > | descartes_quad_t |
the matrix type of a Descartes quadrature element | |
specialisation of NiHu::line_helper for the 0d match case
Definition at line 80 of file singular_galerkin_quadrature.hpp.
|
inlinestatic |
transform the 2d quadrature into a singular Duffy one
[in,out] | x | the quadrature points |
[in,out] | w | the quadrature weight |
[in] | idx | the subdomain id |
Definition at line 94 of file singular_galerkin_quadrature.hpp.