|
NiHu
2.0
|
singular traits class of a kernel More...
#include <kernel.hpp>
Public Types | |
| enum | { singular_quadrature_order = kernel_traits_ns::singular_quadrature_order<Derived>::value } |
| integral constants More... | |
| typedef kernel_traits_ns::singularity_type< Derived >::type | singularity_type_t |
| the kernel's singularity type | |
| typedef kernel_traits_ns::singular_core< Derived >::type | singular_core_t |
| the kernel's singular core type | |
singular traits class of a kernel
| Derived | the CRTP derived kernel |
This traits class inherits all its typedefs and integral constants from namespace NiHu::kernel_traits_ns
Definition at line 101 of file kernel.hpp.
| anonymous enum |
integral constants
| Enumerator | |
|---|---|
| singular_quadrature_order | the quadrature order singular integrals are handled with |
Definition at line 109 of file kernel.hpp.