preCICE
Loading...
Searching...
No Matches
RadialBasisParameters Struct Reference

Wrapper struct that is used to transfer RBF-specific parameters to the GPU. More...

#include <BasisFunctions.hpp>

Public Attributes

double parameter1 {}
double parameter2 {}
double parameter3 {}

Detailed Description

Wrapper struct that is used to transfer RBF-specific parameters to the GPU.

Its parameters 1, 2 and 3 are filled individually, depending on the requirements of each RBF (e.g., support radius, shape parameter, etc.). This parameter struct is handed to the GPU device kernel when assembling the interpolation matrices and its parameters used in every RBF evaluation. Since there are at most 3 parameters for a RBF in the current implementation, 3 parameters are required in this struct, but ignored if the specific RBF does not require them all.

Definition at line 40 of file BasisFunctions.hpp.

Member Data Documentation

◆ parameter1

◆ parameter2

◆ parameter3


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