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

Buhmann compactly supported radial basis function. More...

#include <DTK_BuhmannBasis.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 3. 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 3. More...
 

Detailed Description

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

Buhmann compactly supported radial basis function.

Definition at line 58 of file DTK_BuhmannBasis.hpp.

Member Function Documentation

template<>
double DataTransferKit::BuhmannBasis< 3 >::evaluateValue ( const double  radius,
const double  x 
) const
inline

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

Definition at line 58 of file DTK_BuhmannBasis_impl.hpp.

template<>
double DataTransferKit::BuhmannBasis< 3 >::evaluateGradient ( const double  radius,
const double  x 
) const
inline

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

Definition at line 80 of file DTK_BuhmannBasis_impl.hpp.


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