the traction kernel for 3d Stokes flow
More...
#include <stokes_kernel.hpp>
|
typedef location_input_3d::x_t | x_t |
|
typedef traits_t::test_input_t | test_input_t |
| type of the first (test) kernel input
|
|
typedef traits_t::trial_input_t | trial_input_t |
| type of the second (trial) kernel input
|
|
typedef traits_t::result_t | result_t |
| compile time check if the two kernel inputs are compatible More...
|
|
typedef test_input_t::space_t | space_t |
| type of the kernel's domain space
|
|
typedef space_t::location_t | x_t |
| type of a location vector in the kernel's domain
|
|
typedef space_t::scalar_t | scalar_t |
| type of the scalar coordinate in the kernel's domain
|
|
typedef traits_t::quadrature_family_t | quadrature_family_t |
| the quadrature family the kernel is integrated with
|
|
typedef traits_t::far_field_behaviour_t | far_field_behaviour_t |
| the asymptotic (far field) behaviour of the kernel
|
|
typedef kernel_compl_estimator< stokes_3d_T_kernel >::type | estimator_t |
| the kernel complexity estimator class
|
|
the traction kernel for 3d Stokes flow
Definition at line 303 of file stokes_kernel.hpp.
◆ stokes_3d_T_kernel()
NiHu::stokes_3d_T_kernel::stokes_3d_T_kernel |
( |
double |
mu | ) |
|
|
inline |
◆ operator()() [1/2]
evaluate the stokes 3d traction kernel between two kernel inputs
- Parameters
-
[in] | x | the test input |
[in] | y | the trial input |
- Returns
- the kernel value
Definition at line 340 of file stokes_kernel.hpp.
◆ operator()() [2/2]
result_t NiHu::stokes_3d_T_kernel::operator() |
( |
x_t const & |
x, |
|
|
x_t const & |
y, |
|
|
x_t const & |
ny |
|
) |
| const |
|
inline |
evaluate the stokes 3d traction kernel between two locations
- Parameters
-
[in] | x | the test location |
[in] | y | the trial location |
[in] | ny | the normal at y |
- Returns
- the kernel value
Definition at line 322 of file stokes_kernel.hpp.
The documentation for this class was generated from the following file: