ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include "AMReX_Gpu.H"
#include "AMReX_ParmParse.H"
#include "AMReX_PlotFileUtil.H"
#include "AMReX_MultiFabUtil.H"
#include "ERF_WriteBndryPlanes.H"
#include "ERF_IndexDefines.H"
#include "ERF_Derive.H"
Functions | |
void | br_shift (OrientationIter oit, const BndryRegister &b1, BndryRegister &b2) |
void br_shift | ( | OrientationIter | oit, |
const BndryRegister & | b1, | ||
BndryRegister & | b2 | ||
) |
Copies the contents of one boundary register to another in either x or y dimensions.
oit | Orientation iterator used for determining which dimension we are to copy |
b1 | Boundary register containing the source data |
b2 | Boundary register containing the destination data |
Referenced by WriteBndryPlanes::write_planes().