Tracks metadata about a pending fill region (box and identifiers).
More...
#include <AMReX_FACopyDescriptor.H>
|
| | FillBoxId ()=default |
| |
| | FillBoxId (int newid, const Box &fillbox) |
| |
| int | Id () const |
| | Unique identifier assigned by the descriptor.
|
| |
| int | FabIndex () const |
| | Optional caller-managed Fab index associated with this fill; defaults to -1.
|
| |
| void | FabIndex (int fabindex) |
| | Associate a caller-managed Fab index with this fill.
|
| |
| const Box & | box () const |
| | Geometric region requested.
|
| |
Tracks metadata about a pending fill region (box and identifiers).
◆ FillBoxId() [1/2]
| amrex::FillBoxId::FillBoxId |
( |
| ) |
|
|
default |
◆ FillBoxId() [2/2]
| amrex::FillBoxId::FillBoxId |
( |
int |
newid, |
|
|
const Box & |
fillbox |
|
) |
| |
|
inline |
◆ box()
| const Box & amrex::FillBoxId::box |
( |
| ) |
const |
|
inline |
Geometric region requested.
◆ FabIndex() [1/2]
| int amrex::FillBoxId::FabIndex |
( |
| ) |
const |
|
inline |
Optional caller-managed Fab index associated with this fill; defaults to -1.
◆ FabIndex() [2/2]
| void amrex::FillBoxId::FabIndex |
( |
int |
fabindex | ) |
|
|
inline |
Associate a caller-managed Fab index with this fill.
◆ Id()
| int amrex::FillBoxId::Id |
( |
| ) |
const |
|
inline |
Unique identifier assigned by the descriptor.
The documentation for this class was generated from the following file: