PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
rbf_functions.hpp File Reference
#include <Kokkos_Core.hpp>
#include "common/types.hpp"
#include "utils/utils.hpp"

Go to the source code of this file.

Classes

class  PACMAN::RbfPum::WendlandC0
 A functor which computes a RBF function: WendlandC0 Each RBF function must have a host device method fp_t Eval(const fp_t) const which computes an image of the RBF function And a method SetRadiusInv which is a setter for the function support radius. More...
 
class  PACMAN::RbfPum::WendlandC2
 A functor which computes a RBF function: WendlandC2 Each RBF function must have a host device method fp_t Eval(const fp_t) const which computes an image of the RBF function And a method SetRadiusInv which is a setter for the function support radius. More...
 
class  PACMAN::RbfPum::WendlandC4
 A functor which computes a RBF function: WendlandC4 Each RBF function must have a host device method fp_t Eval(const fp_t) const which computes an image of the RBF function And a method SetRadiusInv which is a setter for the function support radius. More...
 
class  PACMAN::RbfPum::WendlandC6
 A functor which computes a RBF function: WendlandC6 Each RBF function must have a host device method fp_t Eval(const fp_t) const which computes an image of the RBF function And a method SetRadiusInv which is a setter for the function support radius. More...
 
class  PACMAN::RbfPum::WendlandC8
 A functor which computes a RBF function: WendlandC8 Each RBF function must have a host device method fp_t Eval(const fp_t) const which computes an image of the RBF function And a method SetRadiusInv which is a setter for the function support radius. More...
 

Namespaces

namespace  PACMAN
 
namespace  PACMAN::RbfPum