#include <AMReX_PhysBCFunct.H>
|
| PhysBCFunct ()=default |
|
| PhysBCFunct (const Geometry &geom, const Vector< BCRec > &bcr, F const &f) |
|
| PhysBCFunct (const Geometry &geom, const Vector< BCRec > &bcr, F &&f) |
|
void | define (const Geometry &geom, const Vector< BCRec > &bcr, F const &f) |
|
void | define (const Geometry &geom, const Vector< BCRec > &bcr, F &&f) |
|
void | operator() (MultiFab &mf, int icomp, int ncomp, IntVect const &nghost, Real time, int bccomp) |
|
void | FillBoundary (MultiFab &mf, int icomp, int ncomp, IntVect const &nghost, Real time, int bccomp) |
|
◆ PhysBCFunct() [1/3]
◆ PhysBCFunct() [2/3]
◆ PhysBCFunct() [3/3]
◆ define() [1/2]
◆ define() [2/2]
◆ FillBoundary()
◆ operator()()
create a grown domain box containing valid + periodic cells
if there are cells not in the valid + periodic grown box we need to fill them here
Based on BCRec for the domain, we need to make BCRec for this Box
Note that we pass 0 as starting component of bcrs.
◆ m_bcr
◆ m_f
◆ m_geom
The documentation for this class was generated from the following file: