2#ifndef AMREX_BOUNDCOND_H_
3#define AMREX_BOUNDCOND_H_
4#include <AMReX_Config.H>
32 operator int () const noexcept
#define BL_ASSERT(EX)
Definition AMReX_BLassert.H:39
#define AMREX_GPU_HOST_DEVICE
Definition AMReX_GpuQualifiers.H:20
Maintain an identifier for boundary condition types.
Definition AMReX_BoundCond.H:20
BoundCond & operator=(const int _bctype) noexcept
Set index of boundary condition type.
Definition AMReX_BoundCond.H:39
BoundCond() noexcept=default
Initializes boundary condition type to default.
int bctype
Index of boundary condition type.
Definition AMReX_BoundCond.H:47
Definition AMReX_Amr.cpp:49
const int[]
Definition AMReX_BLProfiler.cpp:1664