Transform regular quadratures into weakly singular ,,Duffy-type'' quadratures.
More...
#include <duffy_quadrature.hpp>
|
| static ret_quad_type | on_corner (unsigned degree, unsigned singular_corner) |
| | create a Duffy quadrature that is singular on one corner of the selected element More...
|
| |
| static ret_quad_type | on_face (unsigned degree, xi_t const &singular_point) |
| | create a Duffy quadrature that is singular on the face of the selected element More...
|
| |
template<class QuadFamily, class LSet>
class NiHu::duffy_quadrature< QuadFamily, LSet >
Transform regular quadratures into weakly singular ,,Duffy-type'' quadratures.
- Template Parameters
-
| QuadFamily | the regular quadrature family |
| LSet | the element geometrical shape set representation |
Definition at line 44 of file duffy_quadrature.hpp.
◆ on_corner()
template<class QuadFamily , class LSet >
create a Duffy quadrature that is singular on one corner of the selected element
- Parameters
-
| [in] | degree | the polynomial degree of the original regular quadrature |
| [in] | singular_corner | index of the singular corner |
- Returns
- a Duffy type singular quadrature
Definition at line 115 of file duffy_quadrature.hpp.
◆ on_face()
template<class QuadFamily , class LSet >
create a Duffy quadrature that is singular on the face of the selected element
- Parameters
-
| [in] | degree | the polynomial degree of the original regular quadrature |
| [in] | singular_point | coordinates of the singular point |
- Returns
- a Duffy type singular quadrature
Definition at line 131 of file duffy_quadrature.hpp.
The documentation for this class was generated from the following file: