DataTransferKit - Multiphysics Solution Transfer Services
2.0
|
Public Types | |
typedef RadialBasis | spline_basis_type |
Typedef for RadialBasis. More... | |
Static Public Member Functions | |
static Teuchos::RCP< RadialBasis > | create () |
Creation method. More... | |
static double | evaluateValue (const RadialBasis &basis, const double radius, const double x) |
Compute the value of the basis at the given value. More... | |
static double | evaluateGradient (const RadialBasis &basis, const double radius, const double x) |
Compute the gradient of the basis at the given value. More... | |
class for compactly supported radial basis functions spline interpolation.
Definition at line 69 of file DTK_RadialBasisPolicy.hpp.
typedef RadialBasis DataTransferKit::RadialBasisPolicy< RadialBasis >::spline_basis_type |
Typedef for RadialBasis.
Definition at line 73 of file DTK_RadialBasisPolicy.hpp.
|
inlinestatic |
Creation method.
Definition at line 76 of file DTK_RadialBasisPolicy.hpp.
|
inlinestatic |
Compute the value of the basis at the given value.
Definition at line 83 of file DTK_RadialBasisPolicy.hpp.
|
inlinestatic |
Compute the gradient of the basis at the given value.
Definition at line 91 of file DTK_RadialBasisPolicy.hpp.