NiHu  2.0
NiHu::singular_integral_shortcut< stokes_2d_U_kernel, TestField, TrialField, match::match_1d_type, typename std::enable_if< std::is_same< typename get_formalism< TestField, TrialField >::type, formalism::general >::value &&std::is_same< typename TrialField::elem_t::lset_t, line_1_shape_set >::value &&std::is_same< typename TestField::nset_t, line_0_shape_set >::value &&std::is_same< typename TrialField::nset_t, line_0_shape_set >::value >::type > Class Template Reference

Galerkin face-match singular integral of the 2D U kernel over a constant line. More...

#include <stokes_singular_integrals.hpp>

Static Public Member Functions

template<class result_t >
static result_t & eval (result_t &result, kernel_base< stokes_2d_U_kernel > const &kernel, field_base< TestField > const &, field_base< TrialField > const &trial_field, element_match const &)
 evaluate singular integral More...
 

Detailed Description

template<class TestField, class TrialField>
class NiHu::singular_integral_shortcut< stokes_2d_U_kernel, TestField, TrialField, match::match_1d_type, typename std::enable_if< std::is_same< typename get_formalism< TestField, TrialField >::type, formalism::general >::value &&std::is_same< typename TrialField::elem_t::lset_t, line_1_shape_set >::value &&std::is_same< typename TestField::nset_t, line_0_shape_set >::value &&std::is_same< typename TrialField::nset_t, line_0_shape_set >::value >::type >

Galerkin face-match singular integral of the 2D U kernel over a constant line.

Template Parameters
TestFieldthe test field type
TrialFieldthe trial field type

Definition at line 200 of file stokes_singular_integrals.hpp.

Member Function Documentation

◆ eval()

template<class TestField , class TrialField >
template<class result_t >
static result_t& NiHu::singular_integral_shortcut< stokes_2d_U_kernel, TestField, TrialField, match::match_1d_type, typename std::enable_if< std::is_same< typename get_formalism< TestField, TrialField >::type, formalism::general >::value &&std::is_same< typename TrialField::elem_t::lset_t, line_1_shape_set >::value &&std::is_same< typename TestField::nset_t, line_0_shape_set >::value &&std::is_same< typename TrialField::nset_t, line_0_shape_set >::value >::type >::eval ( result_t &  result,
kernel_base< stokes_2d_U_kernel > const &  kernel,
field_base< TestField > const &  ,
field_base< TrialField > const &  trial_field,
element_match const &   
)
inlinestatic

evaluate singular integral

Template Parameters
result_tthe result matrix type
Parameters
[in,out]resultreference to the result
[in]kernelthe kernel instance
[in]trial_fieldthe test and trial fields
Returns
reference to the result matrix

Definition at line 218 of file stokes_singular_integrals.hpp.


The documentation for this class was generated from the following file: