![]() |
Block-Structured AMR Software Framework
|
Functions | |
| void | FirstOrderExtrap (MultiFab &mf, const Geometry &geom, int scomp, int ncomp) |
| Extrapolate cell-centered data outward one cell to fill boundary conditions. | |
| void | FirstOrderExtrap (MultiFab &mf, const Geometry &geom, int scomp, int ncomp, int nGrow) |
| Overload that extrapolates into a caller-provided number of grow cells. | |
Variables | |
| const int | finebnd = 1 |
| const int | crsebnd = 0 |
| const int | physbnd = 0 |
| const int | interior = 1 |
| void amrex::Extrapolater::FirstOrderExtrap | ( | MultiFab & | mf, |
| const Geometry & | geom, | ||
| int | scomp, | ||
| int | ncomp | ||
| ) |
Extrapolate cell-centered data outward one cell to fill boundary conditions.
| mf | MultiFab whose ghost cells will be filled. |
| geom | Geometry describing the level (used for domain bounds). |
| scomp | Starting component index in mf. |
| ncomp | Number of components to extrapolate. |
mf before invoking this routine. | void amrex::Extrapolater::FirstOrderExtrap | ( | MultiFab & | mf, |
| const Geometry & | geom, | ||
| int | scomp, | ||
| int | ncomp, | ||
| int | nGrow | ||
| ) |
Overload that extrapolates into a caller-provided number of grow cells.
| const int amrex::Extrapolater::crsebnd = 0 |
| const int amrex::Extrapolater::finebnd = 1 |
| const int amrex::Extrapolater::interior = 1 |
| const int amrex::Extrapolater::physbnd = 0 |