Chombo + EB  3.0
Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
ViscousTensorOpFactory Class Reference

#include <ViscousTensorOp.H>

Inheritance diagram for ViscousTensorOpFactory:
Inheritance graph
[legend]

Public Member Functions

virtual ~ViscousTensorOpFactory ()
 
 ViscousTensorOpFactory (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)
 
 ViscousTensorOpFactory (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 ViscousTensorOpMGnewOp (const ProblemDomain &a_FineindexSpace, int depth, bool homoOnly=true)
 
virtual ViscousTensorOpAMRnewOp (const ProblemDomain &a_indexSpace)
 
virtual int refToFiner (const ProblemDomain &) const
 
void setDefaults ()
 set any relevant default values More...
 
- Public Member Functions inherited from AMRLevelOpFactory< LevelData< FArrayBox > >
virtual ~AMRLevelOpFactory ()
 
- Public Member Functions inherited from MGLevelOpFactory< LevelData< FArrayBox > >
 MGLevelOpFactory ()
 Base class constructor. More...
 
virtual ~MGLevelOpFactory ()
 Destructor. More...
 

Static Public Attributes

static int s_coefficientAverageType
 

Private Member Functions

 ViscousTensorOpFactory ()
 weak construction is bad More...
 
 ViscousTensorOpFactory (const ViscousTensorOpFactory &a_opin)
 
void operator= (const ViscousTensorOpFactory &a_opin)
 

Private Attributes

Vector< RefCountedPtr< LevelData< FluxBox > > > m_eta
 
Vector< RefCountedPtr< LevelData< FluxBox > > > m_lambda
 
Vector< RefCountedPtr< LevelData< FArrayBox > > > m_acoef
 
LevelData< FArrayBoxm_phic
 
Vector< ProblemDomainm_domains
 
Vector< DisjointBoxLayoutm_boxes
 
Vector< Realm_dx
 
Vector< int > m_refRatios
 
BCHolder m_bc
 
Real m_alpha
 
Real m_beta
 
Real m_safety
 
Real m_relaxTolerance
 
int m_relaxMinIter
 

Detailed Description

Factory to create ViscousTensorOps

Constructor & Destructor Documentation

◆ ~ViscousTensorOpFactory()

virtual ViscousTensorOpFactory::~ViscousTensorOpFactory ( )
inlinevirtual

◆ ViscousTensorOpFactory() [1/4]

ViscousTensorOpFactory::ViscousTensorOpFactory ( 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 
)

◆ ViscousTensorOpFactory() [2/4]

ViscousTensorOpFactory::ViscousTensorOpFactory ( 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 
)

◆ ViscousTensorOpFactory() [3/4]

ViscousTensorOpFactory::ViscousTensorOpFactory ( )
inlineprivate

weak construction is bad

References MayDay::Error().

◆ ViscousTensorOpFactory() [4/4]

ViscousTensorOpFactory::ViscousTensorOpFactory ( const ViscousTensorOpFactory a_opin)
inlineprivate

References MayDay::Error().

Member Function Documentation

◆ define()

virtual void ViscousTensorOpFactory::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

◆ MGnewOp()

virtual ViscousTensorOp* ViscousTensorOpFactory::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 > >.

◆ AMRnewOp()

virtual ViscousTensorOp* ViscousTensorOpFactory::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 > >.

◆ refToFiner()

virtual int ViscousTensorOpFactory::refToFiner ( const ProblemDomain a_indexSpace) const
virtual

return refinement ratio to next finer level.

Implements AMRLevelOpFactory< LevelData< FArrayBox > >.

◆ setDefaults()

void ViscousTensorOpFactory::setDefaults ( )

set any relevant default values

◆ operator=()

void ViscousTensorOpFactory::operator= ( const ViscousTensorOpFactory a_opin)
inlineprivate

References coarsenStuff(), and MayDay::Error().

Member Data Documentation

◆ s_coefficientAverageType

int ViscousTensorOpFactory::s_coefficientAverageType
static

◆ m_eta

Vector<RefCountedPtr<LevelData<FluxBox> > > ViscousTensorOpFactory::m_eta
private

◆ m_lambda

Vector<RefCountedPtr<LevelData<FluxBox> > > ViscousTensorOpFactory::m_lambda
private

◆ m_acoef

Vector<RefCountedPtr<LevelData<FArrayBox> > > ViscousTensorOpFactory::m_acoef
private

◆ m_phic

LevelData<FArrayBox> ViscousTensorOpFactory::m_phic
private

◆ m_domains

Vector<ProblemDomain> ViscousTensorOpFactory::m_domains
private

◆ m_boxes

Vector<DisjointBoxLayout> ViscousTensorOpFactory::m_boxes
private

◆ m_dx

Vector<Real> ViscousTensorOpFactory::m_dx
private

◆ m_refRatios

Vector<int> ViscousTensorOpFactory::m_refRatios
private

◆ m_bc

BCHolder ViscousTensorOpFactory::m_bc
private

◆ m_alpha

Real ViscousTensorOpFactory::m_alpha
private

◆ m_beta

Real ViscousTensorOpFactory::m_beta
private

◆ m_safety

Real ViscousTensorOpFactory::m_safety
private

◆ m_relaxTolerance

Real ViscousTensorOpFactory::m_relaxTolerance
private

◆ m_relaxMinIter

int ViscousTensorOpFactory::m_relaxMinIter
private

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