Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
amrex::FillBoxId Class Reference

Tracks metadata about a pending fill region (box and identifiers). More...

#include <AMReX_FACopyDescriptor.H>

Public Member Functions

 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 Boxbox () const
 Geometric region requested.
 

Detailed Description

Tracks metadata about a pending fill region (box and identifiers).

Constructor & Destructor Documentation

◆ FillBoxId() [1/2]

amrex::FillBoxId::FillBoxId ( )
default

◆ FillBoxId() [2/2]

amrex::FillBoxId::FillBoxId ( int  newid,
const Box fillbox 
)
inline

Member Function Documentation

◆ 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: