#include <EBPatchAdvect.H>
Public Member Functions | |
virtual | ~EBPatchAdvectFactory () |
EBPatchGodunov * | create () const |
EBPatchAdvectFactory (RefCountedPtr< EBPhysIBCFactory > &a_bc, const bool &a_useLimiting, const Real &a_maxVal=-1.e99, const Real &a_minVal=1.e99, const bool &a_setMaxMin=false) | |
Protected Attributes | |
RefCountedPtr< EBPhysIBCFactory > | m_bcFactoryPtr |
bool | m_useLimiting |
bool | m_setMaxMin |
Real | m_maxVal |
Real | m_minVal |
Private Member Functions | |
EBPatchAdvectFactory () | |
void | operator= (const EBPatchAdvectFactory &a_input) |
EBPatchAdvectFactory (const EBPatchAdvectFactory &a_input) |
virtual EBPatchAdvectFactory::~EBPatchAdvectFactory | ( | ) | [virtual] |
EBPatchAdvectFactory::EBPatchAdvectFactory | ( | RefCountedPtr< EBPhysIBCFactory > & | a_bc, | |
const bool & | a_useLimiting, | |||
const Real & | a_maxVal = -1.e99 , |
|||
const Real & | a_minVal = 1.e99 , |
|||
const bool & | a_setMaxMin = false | |||
) |
EBPatchAdvectFactory::EBPatchAdvectFactory | ( | ) | [inline, private] |
References MayDay::Error().
EBPatchAdvectFactory::EBPatchAdvectFactory | ( | const EBPatchAdvectFactory & | a_input | ) | [inline, private] |
References MayDay::Error().
EBPatchGodunov* EBPatchAdvectFactory::create | ( | ) | const [virtual] |
Implements EBPatchGodunovFactory.
void EBPatchAdvectFactory::operator= | ( | const EBPatchAdvectFactory & | a_input | ) | [inline, private] |
References MayDay::Error().
bool EBPatchAdvectFactory::m_useLimiting [protected] |
bool EBPatchAdvectFactory::m_setMaxMin [protected] |
Real EBPatchAdvectFactory::m_maxVal [protected] |
Real EBPatchAdvectFactory::m_minVal [protected] |