Block-Structured AMR Software Framework
 
Loading...
Searching...
No Matches
AMReX_BCRec.H File Reference
#include <AMReX_Config.H>
#include <AMReX_Box.H>
#include <AMReX_BC_TYPES.H>

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

namespace  amrex
 

Functions

__host__ __device__ void amrex::setBC (const Box &bx, const Box &domain, const BCRec &bc_dom, BCRec &bcr) noexcept
 Function for setting a BC.
 
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.