NiHu  2.0
kernel.hpp File Reference

implementation of class kernel and its traits More...

Include dependency graph for kernel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  NiHu::kernel_traits_ns::space< Derived >
 return the coordinate space where the kernel is defined More...
 
struct  NiHu::kernel_traits_ns::test_input< Derived >
 return the kernel's test input More...
 
struct  NiHu::kernel_traits_ns::trial_input< Derived >
 return the kernel's trial input More...
 
struct  NiHu::kernel_traits_ns::result< Derived >
 return the kernel's result type More...
 
struct  NiHu::kernel_traits_ns::quadrature_family< Derived >
 return the quadrature family the kernel is integrated with More...
 
struct  NiHu::kernel_traits_ns::far_field_behaviour< Derived >
 return the far field asymptotic behaviour of the kernel More...
 
struct  NiHu::kernel_traits_ns::is_symmetric< Derived >
 return whether the kernel is symmetric or not More...
 
struct  NiHu::kernel_traits_ns::is_singular< Derived >
 return whether the kernel is singular or not More...
 
struct  NiHu::kernel_traits_ns::singularity_type< Derived >
 return the kernel's singularity type More...
 
struct  NiHu::kernel_traits_ns::singular_quadrature_order< Derived >
 return the quadrature order the singular kernel needs to be integrated with More...
 
struct  NiHu::kernel_traits_ns::singular_core< Derived >
 return the kernel's singular core type More...
 
struct  NiHu::kernel_traits< Derived >
 traits class of a kernel More...
 
struct  NiHu::singular_kernel_traits< Derived >
 singular traits class of a kernel More...
 
struct  NiHu::kernel_compl_estimator< Derived >
 
class  NiHu::kernel_base< Derived >
 CRTP base class of all BEM kernels. More...
 
class  NiHu::kernel_base< Derived >::kernel_bind
 the kernel bound at the test kernel input More...
 

Namespaces

 NiHu::kernel_traits_ns
 metafunctions returning regular and singular kernel traits
 

Detailed Description

implementation of class kernel and its traits

Definition in file kernel.hpp.