#include <AMReX_StateData.H>
|
| | StateDataPhysBCFunct (StateData &sd, int sc, const Geometry &geom_) |
| | Helper that applies physical BCs for a particular StateData component range.
|
| |
| void | operator() (MultiFab &mf, int dest_comp, int num_comp, IntVect const &nghost, Real time, int bccomp) |
| | Apply BCs to mf for components [dest_comp, dest_comp+num_comp).
|
| |
| void | FillBoundary (MultiFab &mf, int dest_comp, int num_comp, IntVect const &nghost, Real time, int bccomp) |
| |
◆ StateDataPhysBCFunct()
| amrex::StateDataPhysBCFunct::StateDataPhysBCFunct |
( |
StateData & |
sd, |
|
|
int |
sc, |
|
|
const Geometry & |
geom_ |
|
) |
| |
Helper that applies physical BCs for a particular StateData component range.
- Parameters
-
| sd | StateData whose data will be modified. |
| sc | Starting component index within sd. |
| geom_ | Geometry describing the level. |
◆ FillBoundary()
| void amrex::StateDataPhysBCFunct::FillBoundary |
( |
MultiFab & |
mf, |
|
|
int |
dest_comp, |
|
|
int |
num_comp, |
|
|
IntVect const & |
nghost, |
|
|
Real |
time, |
|
|
int |
bccomp |
|
) |
| |
|
inline |
◆ operator()()
Apply BCs to mf for components [dest_comp, dest_comp+num_comp).
- Parameters
-
| mf | MultiFab to modify. |
| dest_comp | Destination component offset. |
| num_comp | Number of components to update. |
| nghost | How many ghost cells should be filled. |
| time | Physical time at which BCs are evaluated. |
| bccomp | Component offset into the descriptor's BC array. |
The documentation for this class was generated from the following files: