XGCa
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

◆ RZBounds() [1/2]

KOKKOS_INLINE_FUNCTION RZBounds::RZBounds ( )
inline

◆ RZBounds() [2/2]

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

Member Function Documentation

◆ area()

double RZBounds::area ( ) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ bound_r()

KOKKOS_INLINE_FUNCTION double RZBounds::bound_r ( double  r) const
inline

◆ bound_z()

KOKKOS_INLINE_FUNCTION double RZBounds::bound_z ( double  z) const
inline

◆ dVolume_dphi()

double RZBounds::dVolume_dphi ( ) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_r_width()

KOKKOS_INLINE_FUNCTION double RZBounds::get_r_width ( ) const
inline
Here is the caller graph for this function:

◆ get_z_width()

KOKKOS_INLINE_FUNCTION double RZBounds::get_z_width ( ) const
inline
Here is the caller graph for this function:

◆ is_outside()

KOKKOS_INLINE_FUNCTION bool RZBounds::is_outside ( double  r,
double  z 
) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ max_r

double RZBounds::max_r

◆ max_z

double RZBounds::max_z

◆ min_r

double RZBounds::min_r

◆ min_z

double RZBounds::min_z

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