#include <NWOViscousTensorOp.H>

Public Member Functions | |
| virtual | ~NWOViscousTensorOpFactory () |
| NWOViscousTensorOpFactory (const Vector< DisjointBoxLayout > &a_grids, const Vector< RefCountedPtr< LevelData< FluxBox > > > &a_eta, const Vector< RefCountedPtr< LevelData< FluxBox > > > &a_lambda, const Vector< RefCountedPtr< LevelData< FArrayBox > > > &a_acoef, Real a_alpha, Real a_beta, const Vector< int > &a_refRatios, const ProblemDomain &a_domainCoar, const Real &a_dxCoar, BCFunc a_bc, Real a_safety=VTOP_DEFAULT_SAFETY, Real a_relaxTolerance=0.0, int a_relaxMinIter=1000) | |
| NWOViscousTensorOpFactory (const Vector< DisjointBoxLayout > &a_grids, const Vector< RefCountedPtr< LevelData< FluxBox > > > &a_eta, const Vector< RefCountedPtr< LevelData< FluxBox > > > &a_lambda, const Vector< RefCountedPtr< LevelData< FArrayBox > > > &a_acoef, Real a_alpha, Real a_beta, const Vector< int > &a_refRatios, const ProblemDomain &a_domainCoar, const Real &a_dxCoar, BCHolder a_bc, Real a_safety=VTOP_DEFAULT_SAFETY, Real a_relaxTolerance=0.0, int a_relaxMinIter=1000) | |
| virtual void | define (const Vector< DisjointBoxLayout > &a_grids, const Vector< RefCountedPtr< LevelData< FluxBox > > > &a_eta, const Vector< RefCountedPtr< LevelData< FluxBox > > > &a_lambda, const Vector< RefCountedPtr< LevelData< FArrayBox > > > &a_acoef, Real a_alpha, Real a_beta, const Vector< int > &a_refRatios, const ProblemDomain &a_domainCoar, const Real &a_dxCoar, BCHolder a_bc, Real a_safety=VTOP_DEFAULT_SAFETY, Real a_relaxTolerance=0.0, int a_relaxMinIter=1000) |
| virtual NWOViscousTensorOp * | MGnewOp (const ProblemDomain &a_FineindexSpace, int depth, bool homoOnly=true) |
| virtual NWOViscousTensorOp * | AMRnewOp (const ProblemDomain &a_indexSpace) |
| virtual int | refToFiner (const ProblemDomain &) const |
| void | setDefaults () |
| set any relevant default values | |
Static Public Attributes | |
| static int | s_coefficientAverageType |
Private Member Functions | |
| NWOViscousTensorOpFactory () | |
| weak construction is bad | |
| NWOViscousTensorOpFactory (const NWOViscousTensorOpFactory &a_opin) | |
| void | operator= (const NWOViscousTensorOpFactory &a_opin) |
Private Attributes | |
| Vector< RefCountedPtr < LevelData< FluxBox > > > | m_eta |
| Vector< RefCountedPtr < LevelData< FluxBox > > > | m_lambda |
| Vector< RefCountedPtr < LevelData< FArrayBox > > > | m_acoef |
| LevelData< FArrayBox > | m_phic |
| Vector< ProblemDomain > | m_domains |
| Vector< DisjointBoxLayout > | m_boxes |
| Vector< Real > | m_dx |
| Vector< int > | m_refRatios |
| BCHolder | m_bc |
| Real | m_alpha |
| Real | m_beta |
| Real | m_safety |
| Real | m_relaxTolerance |
| int | m_relaxMinIter |
| virtual NWOViscousTensorOpFactory::~NWOViscousTensorOpFactory | ( | ) | [inline, virtual] |
References m_acoef, m_eta, m_lambda, and Vector< T >::size().
| NWOViscousTensorOpFactory::NWOViscousTensorOpFactory | ( | const Vector< DisjointBoxLayout > & | a_grids, | |
| const Vector< RefCountedPtr< LevelData< FluxBox > > > & | a_eta, | |||
| const Vector< RefCountedPtr< LevelData< FluxBox > > > & | a_lambda, | |||
| const Vector< RefCountedPtr< LevelData< FArrayBox > > > & | a_acoef, | |||
| Real | a_alpha, | |||
| Real | a_beta, | |||
| const Vector< int > & | a_refRatios, | |||
| const ProblemDomain & | a_domainCoar, | |||
| const Real & | a_dxCoar, | |||
| BCFunc | a_bc, | |||
| Real | a_safety = VTOP_DEFAULT_SAFETY, |
|||
| Real | a_relaxTolerance = 0.0, |
|||
| int | a_relaxMinIter = 1000 | |||
| ) |
| NWOViscousTensorOpFactory::NWOViscousTensorOpFactory | ( | const Vector< DisjointBoxLayout > & | a_grids, | |
| const Vector< RefCountedPtr< LevelData< FluxBox > > > & | a_eta, | |||
| const Vector< RefCountedPtr< LevelData< FluxBox > > > & | a_lambda, | |||
| const Vector< RefCountedPtr< LevelData< FArrayBox > > > & | a_acoef, | |||
| Real | a_alpha, | |||
| Real | a_beta, | |||
| const Vector< int > & | a_refRatios, | |||
| const ProblemDomain & | a_domainCoar, | |||
| const Real & | a_dxCoar, | |||
| BCHolder | a_bc, | |||
| Real | a_safety = VTOP_DEFAULT_SAFETY, |
|||
| Real | a_relaxTolerance = 0.0, |
|||
| int | a_relaxMinIter = 1000 | |||
| ) |
| NWOViscousTensorOpFactory::NWOViscousTensorOpFactory | ( | ) | [inline, private] |
| NWOViscousTensorOpFactory::NWOViscousTensorOpFactory | ( | const NWOViscousTensorOpFactory & | a_opin | ) | [inline, private] |
References MayDay::Error().
| virtual void NWOViscousTensorOpFactory::define | ( | const Vector< DisjointBoxLayout > & | a_grids, | |
| const Vector< RefCountedPtr< LevelData< FluxBox > > > & | a_eta, | |||
| const Vector< RefCountedPtr< LevelData< FluxBox > > > & | a_lambda, | |||
| const Vector< RefCountedPtr< LevelData< FArrayBox > > > & | a_acoef, | |||
| Real | a_alpha, | |||
| Real | a_beta, | |||
| const Vector< int > & | a_refRatios, | |||
| const ProblemDomain & | a_domainCoar, | |||
| const Real & | a_dxCoar, | |||
| BCHolder | a_bc, | |||
| Real | a_safety = VTOP_DEFAULT_SAFETY, |
|||
| Real | a_relaxTolerance = 0.0, |
|||
| int | a_relaxMinIter = 1000 | |||
| ) | [virtual] |
| virtual NWOViscousTensorOp* NWOViscousTensorOpFactory::MGnewOp | ( | const ProblemDomain & | a_FineindexSpace, | |
| int | a_depth, | |||
| bool | a_homoOnly = true | |||
| ) | [virtual] |
Create an operator at an index space = coarsen(a_fineIndexSpace, 2^a_depth) Return NULL if no such Multigrid level can be created at this a_depth. If a_homoOnly = true, then only homogeneous boundary conditions will be needed.
Implements MGLevelOpFactory< LevelData< FArrayBox > >.
| virtual NWOViscousTensorOp* NWOViscousTensorOpFactory::AMRnewOp | ( | const ProblemDomain & | a_indexSpace | ) | [virtual] |
return a new operator. this is done with a new call. caller is responsible for deletion
Implements AMRLevelOpFactory< LevelData< FArrayBox > >.
| virtual int NWOViscousTensorOpFactory::refToFiner | ( | const ProblemDomain & | a_indexSpace | ) | const [virtual] |
return refinement ratio to next finer level.
Implements AMRLevelOpFactory< LevelData< FArrayBox > >.
| void NWOViscousTensorOpFactory::setDefaults | ( | ) |
set any relevant default values
| void NWOViscousTensorOpFactory::operator= | ( | const NWOViscousTensorOpFactory & | a_opin | ) | [inline, private] |
References MayDay::Error().
int NWOViscousTensorOpFactory::s_coefficientAverageType [static] |
Vector<RefCountedPtr<LevelData<FluxBox> > > NWOViscousTensorOpFactory::m_eta [private] |
Referenced by ~NWOViscousTensorOpFactory().
Vector<RefCountedPtr<LevelData<FluxBox> > > NWOViscousTensorOpFactory::m_lambda [private] |
Referenced by ~NWOViscousTensorOpFactory().
Vector<RefCountedPtr<LevelData<FArrayBox> > > NWOViscousTensorOpFactory::m_acoef [private] |
Referenced by ~NWOViscousTensorOpFactory().
LevelData<FArrayBox> NWOViscousTensorOpFactory::m_phic [private] |
Vector<Real> NWOViscousTensorOpFactory::m_dx [private] |
Vector<int> NWOViscousTensorOpFactory::m_refRatios [private] |
BCHolder NWOViscousTensorOpFactory::m_bc [private] |
Real NWOViscousTensorOpFactory::m_alpha [private] |
Real NWOViscousTensorOpFactory::m_beta [private] |
Real NWOViscousTensorOpFactory::m_safety [private] |
int NWOViscousTensorOpFactory::m_relaxMinIter [private] |
1.5.5