XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
LinearWeights Struct Reference

#include <linear_weights.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION LinearWeights ()
 
KOKKOS_INLINE_FUNCTION LinearWeights (double var, double inv_d)
 
KOKKOS_INLINE_FUNCTION LinearWeights (double var, double inv_d, int i_max)
 
KOKKOS_INLINE_FUNCTION void set (double var, double inv_d)
 
KOKKOS_INLINE_FUNCTION void set (double var, double inv_d, int i_max)
 

Public Attributes

int i
 
double w [2]
 

Constructor & Destructor Documentation

KOKKOS_INLINE_FUNCTION LinearWeights::LinearWeights ( )
inline
KOKKOS_INLINE_FUNCTION LinearWeights::LinearWeights ( double  var,
double  inv_d 
)
inline

Here is the call graph for this function:

KOKKOS_INLINE_FUNCTION LinearWeights::LinearWeights ( double  var,
double  inv_d,
int  i_max 
)
inline

Here is the call graph for this function:

Member Function Documentation

KOKKOS_INLINE_FUNCTION void LinearWeights::set ( double  var,
double  inv_d 
)
inline

Here is the caller graph for this function:

KOKKOS_INLINE_FUNCTION void LinearWeights::set ( double  var,
double  inv_d,
int  i_max 
)
inline

Member Data Documentation

int LinearWeights::i
double LinearWeights::w[2]

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