Block-Structured AMR Software Framework
amrex::Extrapolater Namespace Reference

Functions

void FirstOrderExtrap (MultiFab &mf, const Geometry &geom, int scomp, int ncomp)
 It is expected that FillBoundary (w/ periodicity) has been called on mf. More...
 
void FirstOrderExtrap (MultiFab &mf, const Geometry &geom, int scomp, int ncomp, int nGrow)
 It is expected that FillBoundary (w/ periodicity) has been called on mf. More...
 

Variables

const int finebnd = 1
 
const int crsebnd = 0
 
const int physbnd = 0
 
const int interior = 1
 

Function Documentation

◆ FirstOrderExtrap() [1/2]

void amrex::Extrapolater::FirstOrderExtrap ( MultiFab mf,
const Geometry geom,
int  scomp,
int  ncomp 
)

It is expected that FillBoundary (w/ periodicity) has been called on mf.

◆ FirstOrderExtrap() [2/2]

void amrex::Extrapolater::FirstOrderExtrap ( MultiFab mf,
const Geometry geom,
int  scomp,
int  ncomp,
int  ngrow 
)

It is expected that FillBoundary (w/ periodicity) has been called on mf.

Variable Documentation

◆ crsebnd

const int amrex::Extrapolater::crsebnd = 0

◆ finebnd

const int amrex::Extrapolater::finebnd = 1

◆ interior

const int amrex::Extrapolater::interior = 1

◆ physbnd

const int amrex::Extrapolater::physbnd = 0