NiHu
2.0
|
implementation of fundamental solutions of elastodynamics More...
#include <boost/math/constants/constants.hpp>
#include <boost/math/special_functions/bessel.hpp>
#include "../core/global_definitions.hpp"
#include "../core/kernel.hpp"
#include "../core/gaussian_quadrature.hpp"
#include "location_normal.hpp"
#include "elastostatics_kernel.hpp"
Go to the source code of this file.
Classes | |
class | NiHu::elastodynamics_data |
Class representing parameters of the elastodynamics kernel. More... | |
struct | NiHu::kernel_traits< elastodynamics_3d_U_kernel > |
the properties of the elastodynamics 3D U kernel More... | |
struct | NiHu::singular_kernel_traits< elastodynamics_3d_U_kernel > |
the singular properties of the elastodynamics 3D U kernel More... | |
class | NiHu::elastodynamics_3d_U_kernel |
struct | NiHu::kernel_traits< elastodynamics_3d_T_kernel > |
the properties of the elastodynamics 3D T kernel More... | |
struct | NiHu::singular_kernel_traits< elastodynamics_3d_T_kernel > |
the singular properties of the elastodynamics 3D T kernel More... | |
class | NiHu::elastodynamics_3d_T_kernel |
struct | NiHu::kernel_traits< elastodynamics_2d_U_kernel > |
the properties of the elastodynamics 2D U kernel More... | |
struct | NiHu::singular_kernel_traits< elastodynamics_2d_U_kernel > |
the singular properties of the elastodynamics 2D U kernel More... | |
class | NiHu::elastodynamics_2d_U_kernel |
implementation of fundamental solutions of elastodynamics
Definition in file elastodynamics_kernel.hpp.