Go to the source code of this file.
Classes | |
class | amrex::BCRec |
Boundary Condition Records. Necessary information and functions for computing boundary conditions. More... | |
Namespaces | |
amrex | |
Functions | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::setBC (const Box &bx, const Box &domain, const BCRec &bc_dom, BCRec &bcr) noexcept |
Function for setting a BC. More... | |
void | amrex::setBC (const Box &bx, const Box &domain, int src_comp, int dest_comp, int ncomp, const Vector< BCRec > &bc_dom, Vector< BCRec > &bcr) noexcept |
Function for setting array of BCs. More... | |