#include <AMReX_AmrLevel.H>
|
| | FillPatchIteratorHelper (AmrLevel &amrlevel, MultiFab &leveldata) |
| |
| | FillPatchIteratorHelper (AmrLevel &amrlevel, MultiFab &leveldata, int boxGrow, Real time, int index, int scomp, int ncomp, InterpBase *mapper) |
| |
| void | Initialize (int boxGrow, Real time, int idx, int scomp, int ncomp, InterpBase *mapper) |
| |
| void | fill (FArrayBox &fab, int dcomp, int idx) |
| |
◆ FillPatchIteratorHelper() [1/2]
| amrex::FillPatchIteratorHelper::FillPatchIteratorHelper |
( |
AmrLevel & |
amrlevel, |
|
|
MultiFab & |
leveldata |
|
) |
| |
◆ FillPatchIteratorHelper() [2/2]
| amrex::FillPatchIteratorHelper::FillPatchIteratorHelper |
( |
AmrLevel & |
amrlevel, |
|
|
MultiFab & |
leveldata, |
|
|
int |
boxGrow, |
|
|
Real |
time, |
|
|
int |
index, |
|
|
int |
scomp, |
|
|
int |
ncomp, |
|
|
InterpBase * |
mapper |
|
) |
| |
◆ fill()
| void amrex::FillPatchIteratorHelper::fill |
( |
FArrayBox & |
fab, |
|
|
int |
dcomp, |
|
|
int |
idx |
|
) |
| |
◆ Initialize()
| void amrex::FillPatchIteratorHelper::Initialize |
( |
int |
boxGrow, |
|
|
Real |
time, |
|
|
int |
idx, |
|
|
int |
scomp, |
|
|
int |
ncomp, |
|
|
InterpBase * |
mapper |
|
) |
| |
◆ FillPatchIterator
◆ m_amrlevel
| AmrLevel* amrex::FillPatchIteratorHelper::m_amrlevel |
|
private |
◆ m_ba
| std::map<int,Box> amrex::FillPatchIteratorHelper::m_ba |
|
private |
◆ m_cbox
| std::map< int,Vector< Vector<Box> > > amrex::FillPatchIteratorHelper::m_cbox |
|
private |
◆ m_fbid
◆ m_fbox
| std::map< int,Vector< Vector<Box> > > amrex::FillPatchIteratorHelper::m_fbox |
|
private |
◆ m_FixUpCorners
| bool amrex::FillPatchIteratorHelper::m_FixUpCorners = false |
|
private |
◆ m_growsize
| int amrex::FillPatchIteratorHelper::m_growsize = std::numeric_limits<int>::lowest() |
|
private |
◆ m_index
| int amrex::FillPatchIteratorHelper::m_index = -1 |
|
private |
◆ m_leveldata
| MultiFab* amrex::FillPatchIteratorHelper::m_leveldata |
|
private |
◆ m_map
| Interpolater* amrex::FillPatchIteratorHelper::m_map = nullptr |
|
private |
◆ m_mfcd
◆ m_mfid
◆ m_ncomp
| int amrex::FillPatchIteratorHelper::m_ncomp = -1 |
|
private |
◆ m_scomp
| int amrex::FillPatchIteratorHelper::m_scomp = -1 |
|
private |
◆ m_time
| Real amrex::FillPatchIteratorHelper::m_time = std::numeric_limits<Real>::lowest() |
|
private |
The documentation for this class was generated from the following files: