Alamo
Public Member Functions | Data Fields
Set::Field< Set::Scalar > Class Reference
Inheritance diagram for Set::Field< Set::Scalar >:
[legend]
Collaboration diagram for Set::Field< Set::Scalar >:
[legend]

Public Member Functions

 Field ()
 
 Field (int size)
 
void Define (int a_levs, const amrex::Vector< amrex::BoxArray > &a_grids, const amrex::Vector< amrex::DistributionMapping > &a_dmap, int a_ncomp, int a_nghost)
 
void Define (int a_lev, const amrex::BoxArray &a_grid, const amrex::DistributionMapping &a_dmap, int a_ncomp, int a_nghost)
 
void Copy (int, amrex::MultiFab &, int, int) const
 
int NComp () const
 
amrex::Array4< Set::ScalarPatch (int lev, amrex::MFIter &mfi) const &
 

Data Fields

int finest_level = 0
 
amrex::Array4< Set::Scalarempty
 

Detailed Description

Definition at line 236 of file Set.H.

Constructor & Destructor Documentation

◆ Field() [1/2]

Set::Field< Set::Scalar >::Field ( )
inline

Definition at line 239 of file Set.H.

◆ Field() [2/2]

Set::Field< Set::Scalar >::Field ( int  size)
inline

Definition at line 240 of file Set.H.

Member Function Documentation

◆ Copy()

void Set::Field< Set::Scalar >::Copy ( int  ,
amrex::MultiFab &  ,
int  ,
int   
) const
inline

Definition at line 258 of file Set.H.

Here is the call graph for this function:

◆ Define() [1/2]

void Set::Field< Set::Scalar >::Define ( int  a_lev,
const amrex::BoxArray &  a_grid,
const amrex::DistributionMapping &  a_dmap,
int  a_ncomp,
int  a_nghost 
)
inline

Definition at line 251 of file Set.H.

Here is the call graph for this function:

◆ Define() [2/2]

void Set::Field< Set::Scalar >::Define ( int  a_levs,
const amrex::Vector< amrex::BoxArray > &  a_grids,
const amrex::Vector< amrex::DistributionMapping > &  a_dmap,
int  a_ncomp,
int  a_nghost 
)
inline

Definition at line 241 of file Set.H.

Here is the call graph for this function:

◆ NComp()

int Set::Field< Set::Scalar >::NComp ( ) const
inline

Definition at line 260 of file Set.H.

Here is the call graph for this function:

◆ Patch()

amrex::Array4<Set::Scalar> Set::Field< Set::Scalar >::Patch ( int  lev,
amrex::MFIter &  mfi 
) const &
inline

Definition at line 263 of file Set.H.

Field Documentation

◆ empty

amrex::Array4<Set::Scalar> Set::Field< Set::Scalar >::empty

Definition at line 269 of file Set.H.

◆ finest_level

int Set::Field< Set::Scalar >::finest_level = 0

Definition at line 256 of file Set.H.


The documentation for this class was generated from the following file: