|
NiHu
2.0
|
Galerkin face-match singular integral of the 2D T kernel over a constant line. More...
#include <elastostatics_singular_integrals.hpp>
Static Public Member Functions | |
| template<class result_t > | |
| static result_t & | eval (result_t &result, kernel_base< elastostatics_2d_T_kernel > const &kernel, field_base< TestField > const &test_field, field_base< TrialField > const &trial_field, element_match const &) |
| evaluate singular integral More... | |
Galerkin face-match singular integral of the 2D T kernel over a constant line.
| TestField | the test field type |
| TrialField | the trial field type |
Definition at line 254 of file elastostatics_singular_integrals.hpp.
|
inlinestatic |
evaluate singular integral
| result_t | the result matrix type |
| [in,out] | result | reference to the result |
| [in] | kernel | the kernel instance |
| [in] | test_field | the trial field |
| [in] | trial_field | the trial field |
Definition at line 275 of file elastostatics_singular_integrals.hpp.