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

#include <boundary.hpp>

Collaboration diagram for Boundary< Device >:
Collaboration graph
[legend]

Public Member Functions

 Boundary (int nseg, rtype *bd_fort)
 
KOKKOS_INLINE_FUNCTION bool is_inside (int i) const
 
void set_to_value (const View< double *, CLayout, Device > &view, double value) const
 
void set_to_value (const View< Field< VarType::Scalar, PhiInterpType::None > *, CLayout, Device > &view, double value) const
 

Public Attributes

View< rtype *, CLayout, Device > iseg
 

Private Types

using exspace = typename Device::execution_space
 Use execution space where views are allocated. More...
 

Member Typedef Documentation

template<class Device>
using Boundary< Device >::exspace = typename Device::execution_space
private

Use execution space where views are allocated.

Constructor & Destructor Documentation

template<class Device>
Boundary< Device >::Boundary ( int  nseg,
rtype bd_fort 
)
inline

Here is the call graph for this function:

Member Function Documentation

template<class Device>
KOKKOS_INLINE_FUNCTION bool Boundary< Device >::is_inside ( int  i) const
inline

Checks if the grid node is inside the boundary

Parameters
[in]iis the grid node index
Returns
Returns whether this node is inside the boundary

Here is the caller graph for this function:

template<class Device>
void Boundary< Device >::set_to_value ( const View< double *, CLayout, Device > &  view,
double  value 
) const
inline

Here is the call graph for this function:

Here is the caller graph for this function:

template<class Device>
void Boundary< Device >::set_to_value ( const View< Field< VarType::Scalar, PhiInterpType::None > *, CLayout, Device > &  view,
double  value 
) const
inline

Here is the call graph for this function:

Member Data Documentation

template<class Device>
View<rtype*,CLayout,Device> Boundary< Device >::iseg

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