Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_BCRec.H File Reference

Boundary condition descriptors used throughout AMReX. More...

#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 record storing low/high face types per coordinate. More...
 

Namespaces

namespace  amrex
 

Functions

__host__ __device__ void amrex::setBC (const Box &bx, const Box &domain, const BCRec &bc_dom, BCRec &bcr) noexcept
 Reset a BCRec based on a domain record and box location.
 
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
 Populate a span of BCRec objects based on a domain record.
 

Detailed Description

Boundary condition descriptors used throughout AMReX.