13#ifndef CD_MFINTERFACEFAB_H
14#define CD_MFINTERFACEFAB_H
17#include <BoxLayoutData.H>
19#include <IntVectSet.H>
24#include <CD_NamespaceHeader.H>
115#include <CD_NamespaceFooter.H>
Implementation of CD_MFInterfaceFAB.H.
Declaration of a wrapper for wrapping multifluid EBLevelGrids.
Class for holding BaseIVFAB<T> on the interface between two phases.
Definition CD_MFInterfaceFAB.H:31
MFInterfaceFAB()
Constructor. Must subsequently call define.
Definition CD_MFInterfaceFABImplem.H:21
virtual int numPhases() const
Get number of phases.
Definition CD_MFInterfaceFABImplem.H:93
virtual BaseIVFAB< T > & getIVFAB(const int a_phase)
Get BaseIVFAB for specified phase.
Definition CD_MFInterfaceFABImplem.H:67
virtual void define(const MFLevelGrid &a_mflg, const DataIndex &a_dit)
Define function.
Definition CD_MFInterfaceFABImplem.H:40
virtual ~MFInterfaceFAB()
Destructor.
Definition CD_MFInterfaceFABImplem.H:31
virtual const IntVectSet & getIVS() const
Get defining region.
Definition CD_MFInterfaceFABImplem.H:60
virtual void setVal(const T &a_value)
Set value on both fabs.
Definition CD_MFInterfaceFABImplem.H:100
IntVectSet m_ivs
Defining region.
Definition CD_MFInterfaceFAB.H:112
Vector< BaseIVFAB< T > * > m_phase
Pointers to storage on both phases.
Definition CD_MFInterfaceFAB.H:107
virtual BaseIVFAB< T > * getPhasePtr(int a_phase)
Get BaseIVFAB pointer for specified phase.
Definition CD_MFInterfaceFABImplem.H:85
Wrapper class for holding multifluid EBLevelGrids.
Definition CD_MFLevelGrid.H:30
Base class for a tracer particle solver. This solver can advance particles in a pre-defined velocity ...
Definition CD_TracerParticleSolver.H:38