DataTransferKit - Multiphysics Solution Transfer Services  2.0
Public Member Functions | List of all members
DataTransferKit::WuBasis< ORDER > Class Template Reference

Wu compactly supported radial basis function. More...

#include <DTK_WuBasis.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 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...
 

Detailed Description

template<int ORDER>
class DataTransferKit::WuBasis< ORDER >

Wu compactly supported radial basis function.

Definition at line 58 of file DTK_WuBasis.hpp.

Member Function Documentation

template<>
double DataTransferKit::WuBasis< 2 >::evaluateValue ( const double  radius,
const double  x 
) const
inline

Compute the value of the basis at the given set of coordinates. Specialization of order 2.

Definition at line 58 of file DTK_WuBasis_impl.hpp.

template<>
double DataTransferKit::WuBasis< 2 >::evaluateGradient ( const double  radius,
const double  x 
) const
inline

Compute the gradient of the basis at the given set of coordinates. Specialization of order 2.

Definition at line 79 of file DTK_WuBasis_impl.hpp.

template<>
double DataTransferKit::WuBasis< 4 >::evaluateValue ( const double  radius,
const double  x 
) const
inline

Compute the value of the basis at the given set of coordinates. Specialization of order 4.

Definition at line 99 of file DTK_WuBasis_impl.hpp.

template<>
double DataTransferKit::WuBasis< 4 >::evaluateGradient ( const double  radius,
const double  x 
) const
inline

Compute the gradient of the basis at the given set of coordinates. Specialization of order 4.

Definition at line 121 of file DTK_WuBasis_impl.hpp.


The documentation for this class was generated from the following file: