|
|
using | value_type = typename ViewType::value_type::value_type |
| |
|
|
KOKKOS_INLINE_FUNCTION | ParticleBC (const ViewType &view, const NDRegion< T, Dim > &nr, const unsigned &dim, const bool &isUpper) |
| |
|
|
ViewType | view_m |
| | Kokkos view containing the field data.
|
| |
|
size_t | dim_m |
| | The dimension along which this boundary condition.
|
| |
|
double | minval_m |
| | Minimum and maximum coordinates of the domain along the given dimension.
|
| |
|
double | maxval_m |
| |
|
bool | isUpper_m |
| | Whether the boundary conditions are being applied for an upper.
|
| |
|
double | extent_m |
| | The length of the domain along the given dimension.
|
| |
|
double | middle_m |
| | The coordinate of the midpoint of the domain along the given dimension.
|
| |
The documentation for this struct was generated from the following file: