Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_FACopyDescriptor.H File Reference

Helper types for staging FabArray copy/fill requests. More...

#include <AMReX_Config.H>
#include <AMReX_FabArray.H>
#include <string>

Go to the source code of this file.

Classes

class  amrex::FillBoxId
 Tracks metadata about a pending fill region (box and identifiers). More...
 
class  amrex::FabArrayId
 Lightweight handle returned when registering FabArrays with a descriptor. More...
 
struct  amrex::FabCopyDescriptor< FAB >
 Describes a single copy request originating from a registered FabArray. More...
 
class  amrex::FabArrayCopyDescriptor< FAB >
 Manages multi-component copy operations out of one or more FabArrays. More...
 

Namespaces

namespace  amrex
 

Enumerations

enum  amrex::FillType { amrex::FillLocally , amrex::FillRemotely , amrex::Unfillable }
 Categorizes how a requested fill box can be satisfied. More...
 

Detailed Description

Helper types for staging FabArray copy/fill requests.