Alamo
Public Member Functions | Private Attributes
Operator::Operator< Grid::Cell >::BndryCondLoc Class Reference

Public Member Functions

 BndryCondLoc (const amrex::BoxArray &ba, const amrex::DistributionMapping &dm)
 
void setLOBndryConds (const amrex::Geometry &geom, const amrex::Real *dx, const amrex::Array< BCType, AMREX_SPACEDIM > &lobc, const amrex::Array< BCType, AMREX_SPACEDIM > &hibc, int ratio, const amrex::RealVect &a_loc)
 
const BCTuplebndryConds (const amrex::MFIter &mfi) const
 
const RealTuplebndryLocs (const amrex::MFIter &mfi) const
 

Private Attributes

amrex::LayoutData< BCTuplebcond
 
amrex::LayoutData< RealTuplebcloc
 

Detailed Description

Definition at line 176 of file Operator.H.

Constructor & Destructor Documentation

◆ BndryCondLoc()

Operator::Operator< Grid::Cell >::BndryCondLoc::BndryCondLoc ( const amrex::BoxArray &  ba,
const amrex::DistributionMapping &  dm 
)

Definition at line 733 of file Operator.cpp.

Member Function Documentation

◆ bndryConds()

const BCTuple& Operator::Operator< Grid::Cell >::BndryCondLoc::bndryConds ( const amrex::MFIter &  mfi) const
inline

Definition at line 184 of file Operator.H.

◆ bndryLocs()

const RealTuple& Operator::Operator< Grid::Cell >::BndryCondLoc::bndryLocs ( const amrex::MFIter &  mfi) const
inline

Definition at line 187 of file Operator.H.

◆ setLOBndryConds()

void Operator::Operator< Grid::Cell >::BndryCondLoc::setLOBndryConds ( const amrex::Geometry &  geom,
const amrex::Real *  dx,
const amrex::Array< BCType, AMREX_SPACEDIM > &  lobc,
const amrex::Array< BCType, AMREX_SPACEDIM > &  hibc,
int  ratio,
const amrex::RealVect &  a_loc 
)

Definition at line 740 of file Operator.cpp.

Here is the call graph for this function:

Field Documentation

◆ bcloc

amrex::LayoutData<RealTuple> Operator::Operator< Grid::Cell >::BndryCondLoc::bcloc
private

Definition at line 192 of file Operator.H.

◆ bcond

amrex::LayoutData<BCTuple> Operator::Operator< Grid::Cell >::BndryCondLoc::bcond
private

Definition at line 191 of file Operator.H.


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