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

#include <rz_bounds.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION RZBounds ()
 
 RZBounds (double rmin, double rmax, double zmin, double zmax)
 
KOKKOS_INLINE_FUNCTION bool is_outside (double r, double z) const
 
KOKKOS_INLINE_FUNCTION double get_r_width () const
 
KOKKOS_INLINE_FUNCTION double get_z_width () const
 
KOKKOS_INLINE_FUNCTION double bound_r (double r) const
 
KOKKOS_INLINE_FUNCTION double bound_z (double z) const
 
double area () const
 
double dVolume_dphi () const
 

Public Attributes

double min_r
 
double max_r
 
double min_z
 
double max_z
 

Constructor & Destructor Documentation

KOKKOS_INLINE_FUNCTION RZBounds::RZBounds ( )
inline
RZBounds::RZBounds ( double  rmin,
double  rmax,
double  zmin,
double  zmax 
)
inline

Member Function Documentation

double RZBounds::area ( ) const
inline

Here is the call graph for this function:

Here is the caller graph for this function:

KOKKOS_INLINE_FUNCTION double RZBounds::bound_r ( double  r) const
inline
KOKKOS_INLINE_FUNCTION double RZBounds::bound_z ( double  z) const
inline
double RZBounds::dVolume_dphi ( ) const
inline

Here is the call graph for this function:

Here is the caller graph for this function:

KOKKOS_INLINE_FUNCTION double RZBounds::get_r_width ( ) const
inline

Here is the caller graph for this function:

KOKKOS_INLINE_FUNCTION double RZBounds::get_z_width ( ) const
inline

Here is the caller graph for this function:

KOKKOS_INLINE_FUNCTION bool RZBounds::is_outside ( double  r,
double  z 
) const
inline

Here is the caller graph for this function:

Member Data Documentation

double RZBounds::max_r
double RZBounds::max_z
double RZBounds::min_r
double RZBounds::min_z

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