Loading...
Searching...
No Matches
Foam::RBFInterpolation Class Reference

#include <RBFInterpolation.H>

Public Member Functions

 RBFInterpolation (const dictionary &dict, const vectorField &controlPoints, const vectorField &dataPoints)
 
 RBFInterpolation (const RBFInterpolation &)
 
 ~RBFInterpolation ()
 
const vectorField & controlPoints () const
 
const vectorField & dataPoints () const
 
template<class Type >
tmp< Field< Type > > interpolate (const Field< Type > &ctrlField) const
 
void movePoints ()
 
template<class Type >
Foam::tmp< Foam::Field< Type > > interpolate (const Field< Type > &ctrlField) const
 

Detailed Description

Definition at line 82 of file RBFInterpolation.H.

Constructor & Destructor Documentation

◆ RBFInterpolation() [1/2]

Foam::RBFInterpolation::RBFInterpolation ( const dictionary & dict,
const vectorField & controlPoints,
const vectorField & dataPoints )

Definition at line 205 of file RBFInterpolation.C.

◆ RBFInterpolation() [2/2]

Foam::RBFInterpolation::RBFInterpolation ( const RBFInterpolation & rbf)

Definition at line 223 of file RBFInterpolation.C.

◆ ~RBFInterpolation()

Foam::RBFInterpolation::~RBFInterpolation ( )

Definition at line 241 of file RBFInterpolation.C.

Member Function Documentation

◆ controlPoints()

const vectorField & Foam::RBFInterpolation::controlPoints ( ) const
inline

Definition at line 151 of file RBFInterpolation.H.

◆ dataPoints()

const vectorField & Foam::RBFInterpolation::dataPoints ( ) const
inline

Definition at line 157 of file RBFInterpolation.H.

◆ interpolate() [1/2]

template<class Type >
tmp< Field< Type > > Foam::RBFInterpolation::interpolate ( const Field< Type > & ctrlField) const

◆ interpolate() [2/2]

template<class Type >
Foam::tmp< Foam::Field< Type > > Foam::RBFInterpolation::interpolate ( const Field< Type > & ctrlField) const

Definition at line 38 of file RBFInterpolationTemplates.C.

◆ movePoints()

void Foam::RBFInterpolation::movePoints ( )

Definition at line 249 of file RBFInterpolation.C.


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