DataTransferKit - Multiphysics Solution Transfer Services
2.0
|
Wendland compactly supported radial basis function. More...
#include <DTK_WendlandBasis.hpp>
Public Member Functions | |
template<> | |
double | evaluateValue (const double radius, const double x) const |
Compute the value of the basis at the given set of coordinates. Specialization of order 0. More... | |
template<> | |
double | evaluateGradient (const double radius, const double x) const |
Compute the gradient of the basis at the given set of coordinates. Specialization of order 0. More... | |
template<> | |
double | evaluateValue (const double radius, const double x) const |
Compute the value of the basis at the given set of coordinates. Specialization of order 2. More... | |
template<> | |
double | evaluateGradient (const double radius, const double x) const |
Compute the gradient of the basis at the given set of coordinates. Specialization of order 2. More... | |
template<> | |
double | evaluateValue (const double radius, const double x) const |
Compute the value of the basis at the given set of coordinates. Specialization of order 4. More... | |
template<> | |
double | evaluateGradient (const double radius, const double x) const |
Compute the gradient of the basis at the given set of coordinates. Specialization of order 4. More... | |
template<> | |
double | evaluateValue (const double radius, const double x) const |
Compute the value of the basis at the given set of coordinates. Specialization of order 6. More... | |
template<> | |
double | evaluateGradient (const double radius, const double x) const |
Compute the gradient of the basis at the given set of coordinates. Specialization of order 6. More... | |
Wendland compactly supported radial basis function.
Definition at line 58 of file DTK_WendlandBasis.hpp.
|
inline |
Compute the value of the basis at the given set of coordinates. Specialization of order 0.
Definition at line 56 of file DTK_WendlandBasis_impl.hpp.
|
inline |
Compute the gradient of the basis at the given set of coordinates. Specialization of order 0.
Definition at line 71 of file DTK_WendlandBasis_impl.hpp.
|
inline |
Compute the value of the basis at the given set of coordinates. Specialization of order 2.
Definition at line 85 of file DTK_WendlandBasis_impl.hpp.
|
inline |
Compute the gradient of the basis at the given set of coordinates. Specialization of order 2.
Definition at line 101 of file DTK_WendlandBasis_impl.hpp.
|
inline |
Compute the value of the basis at the given set of coordinates. Specialization of order 4.
Definition at line 116 of file DTK_WendlandBasis_impl.hpp.
|
inline |
Compute the gradient of the basis at the given set of coordinates. Specialization of order 4.
Definition at line 135 of file DTK_WendlandBasis_impl.hpp.
|
inline |
Compute the value of the basis at the given set of coordinates. Specialization of order 6.
Definition at line 153 of file DTK_WendlandBasis_impl.hpp.
|
inline |
Compute the gradient of the basis at the given set of coordinates. Specialization of order 6.
Definition at line 174 of file DTK_WendlandBasis_impl.hpp.