|
NiHu
2.0
|
specialisation of NiHu::tria_helper for the 1d 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 4d quadrature into a singular Duffy one More... | |
Static Public Attributes | |
| static const bool | is_symmetric = false |
| indicates whether the quadrature described below is symmetric or not | |
| static const unsigned | num_domains = 6 |
| the number of subdomains of the present singular quadrature | |
Additional Inherited Members | |
Public Types inherited from NiHu::helper_base< tria_domain, tria_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::tria_helper for the 1d match case
Definition at line 257 of file singular_galerkin_quadrature.hpp.
|
inlinestatic |
transform the 4d 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 271 of file singular_galerkin_quadrature.hpp.