NiHu
2.0
|
implementation of fundamental solutions of elastostatics More...
#include <boost/math/constants/constants.hpp>
#include "../core/global_definitions.hpp"
#include "../core/kernel.hpp"
#include "../core/gaussian_quadrature.hpp"
#include "location_normal.hpp"
#include "guiggiani_1992.hpp"
Go to the source code of this file.
Classes | |
class | NiHu::elastostatics_kernel |
Base class for elastostatics kernels. This class contains the two material parameters. More... | |
struct | NiHu::kernel_traits< elastostatics_2d_U_kernel > |
the properties of the elastostatics 2d U kernel More... | |
struct | NiHu::singular_kernel_traits< elastostatics_2d_U_kernel > |
the singular properties of the elastostatics 2d U kernel More... | |
class | NiHu::elastostatics_2d_U_kernel |
The displacement kernel of 2D elastostatics. More... | |
struct | NiHu::kernel_traits< elastostatics_2d_T_kernel > |
the properties of the elastostatics 2d T kernel More... | |
struct | NiHu::singular_kernel_traits< elastostatics_2d_T_kernel > |
the singular properties of the elastostatics 2d T kernel More... | |
class | NiHu::elastostatics_2d_T_kernel |
2d traction kernel for elastostatics More... | |
struct | NiHu::kernel_traits< elastostatics_3d_U_kernel > |
the properties of the elastostatics U kernel More... | |
struct | NiHu::singular_kernel_traits< elastostatics_3d_U_kernel > |
the singular properties of the elastostatics U kernel More... | |
class | NiHu::elastostatics_3d_U_kernel |
the displacement kernel for 3d isotropic elastostatics More... | |
struct | NiHu::kernel_traits< elastostatics_3d_T_kernel > |
struct | NiHu::singular_kernel_traits< elastostatics_3d_T_kernel > |
the singular properties of the elastostatics T kernel More... | |
class | NiHu::elastostatics_3d_T_kernel |
the traction kernel for 3d isotropic elastostatics More... | |
class | NiHu::polar_laurent_coeffs< elastostatics_3d_T_kernel > |
implementation of fundamental solutions of elastostatics
Definition in file elastostatics_kernel.hpp.