Directed boundary side and its compact boundary condition and BC-local face indices. More...
#include <KokkosLinearFVFluxKernel.h>
Public Member Functions | |
| bool | operator< (const BoundaryFaceID &other) const |
Public Attributes | |
| ContiguousElementID | elem |
| unsigned int | side |
| int | bc_index |
| MOOSE_KOKKOS_INDEX_TYPE | bc_face_index |
Directed boundary side and its compact boundary condition and BC-local face indices.
Definition at line 124 of file KokkosLinearFVFluxKernel.h.
|
inline |
Definition at line 131 of file KokkosLinearFVFluxKernel.h.
| MOOSE_KOKKOS_INDEX_TYPE Moose::Kokkos::LinearFVFluxKernel::BoundaryFaceID::bc_face_index |
Definition at line 129 of file KokkosLinearFVFluxKernel.h.
| int Moose::Kokkos::LinearFVFluxKernel::BoundaryFaceID::bc_index |
Definition at line 128 of file KokkosLinearFVFluxKernel.h.
Referenced by operator<().
| ContiguousElementID Moose::Kokkos::LinearFVFluxKernel::BoundaryFaceID::elem |
Definition at line 126 of file KokkosLinearFVFluxKernel.h.
Referenced by operator<().
| unsigned int Moose::Kokkos::LinearFVFluxKernel::BoundaryFaceID::side |
Definition at line 127 of file KokkosLinearFVFluxKernel.h.
Referenced by operator<().
1.8.14