XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
CubInterp< Device > Class Template Reference

#include <cub_interp.hpp>

Public Member Functions

 CubInterp (OneDCoeff *one_d_cub_acoef_in, int ncoeff_in, double max_psi_in, double min_psi_in, double one_d_cub_dpsi_inv_in)
 
 CubInterp (const View< double *, HostType > &x, const View< double *, HostType > &y)
 
template<class Device2 >
CubInterp< Device2 > mirror () const
 
 CubInterp ()
 
KOKKOS_INLINE_FUNCTION double value (double x) const
 
KOKKOS_INLINE_FUNCTION double derivative (double x) const
 

Private Member Functions

template<>
 CubInterp (const View< double *, HostType > &x_grid, const View< double *, HostType > &y)
 

Private Attributes

int ncoeff
 Length of acoef. More...
 
double max_x
 max x cutoff for the interpolation More...
 
double min_x
 min x cutoff for the interpolation More...
 
double dx_inv
 Increment dx on which acoef is mapped. More...
 
Kokkos::View< OneDCoeff
*, Kokkos::LayoutRight, Device > 
acoef
 y data for interpolation More...
 

Friends

template<class Device2 >
class CubInterp
 

Constructor & Destructor Documentation

template<class Device >
CubInterp< Device >::CubInterp ( OneDCoeff one_d_cub_acoef_in,
int  ncoeff_in,
double  max_psi_in,
double  min_psi_in,
double  one_d_cub_dpsi_inv_in 
)

Constructor for CubInterp class

template<class Device>
CubInterp< Device >::CubInterp ( const View< double *, HostType > &  x,
const View< double *, HostType > &  y 
)
inline
template<class Device>
CubInterp< Device >::CubInterp ( )
inline
template<>
CubInterp< HostType >::CubInterp ( const View< double *, HostType > &  x_grid,
const View< double *, HostType > &  y 
)
inlineprivate

Constructor for CubInterp class

Here is the call graph for this function:

Member Function Documentation

template<class Device >
KOKKOS_INLINE_FUNCTION double CubInterp< Device >::derivative ( double  x) const

1D cubic spline interpolation

Parameters
[in]xInput
[in]iderivOrder of derivative to be returned (0,1,2)
Returns
The interpolation
template<class Device>
template<class Device2 >
CubInterp<Device2> CubInterp< Device >::mirror ( ) const
inline

Here is the call graph for this function:

template<class Device >
KOKKOS_INLINE_FUNCTION double CubInterp< Device >::value ( double  x) const

1D cubic spline interpolation

Parameters
[in]xInput
[in]iderivOrder of derivative to be returned (0,1,2)
Returns
The interpolation

Here is the caller graph for this function:

Friends And Related Function Documentation

template<class Device>
template<class Device2 >
friend class CubInterp
friend

Member Data Documentation

template<class Device>
Kokkos::View<OneDCoeff*,Kokkos::LayoutRight,Device> CubInterp< Device >::acoef
private

y data for interpolation

template<class Device>
double CubInterp< Device >::dx_inv
private

Increment dx on which acoef is mapped.

template<class Device>
double CubInterp< Device >::max_x
private

max x cutoff for the interpolation

template<class Device>
double CubInterp< Device >::min_x
private

min x cutoff for the interpolation

template<class Device>
int CubInterp< Device >::ncoeff
private

Length of acoef.


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