Chombo + EB + MF  3.2
Public Member Functions | Protected Attributes | List of all members
CartesianCoordSysFactory Class Reference

factory for CartesianCoordSys More...

#include <CartesianCoordSys.H>

Inheritance diagram for CartesianCoordSysFactory:
Inheritance graph
[legend]

Public Member Functions

 CartesianCoordSysFactory (const ProblemDomain &a_baseDomain, const Vector< int > &a_vectRefRatios, const RealVect &a_baseDx, const RealVect &a_stretch=RealVect::Unit)
 constructor More...
 
virtual CoordSys< FArrayBox, FluxBox > * getCoordSys (const DisjointBoxLayout &grids, const ProblemDomain &levelDomain, const IntVect &a_ghostVect) const
 
- Public Member Functions inherited from CoordSysFactory< FArrayBox, FluxBox >
 CoordSysFactory ()
 
virtual ~CoordSysFactory ()
 

Protected Attributes

Vector< ProblemDomainm_vectDomains
 
Vector< int > m_vectRefRatios
 
Vector< RealVectm_dxVect
 
RealVect m_stretch
 

Detailed Description

factory for CartesianCoordSys

Constructor & Destructor Documentation

◆ CartesianCoordSysFactory()

CartesianCoordSysFactory::CartesianCoordSysFactory ( const ProblemDomain a_baseDomain,
const Vector< int > &  a_vectRefRatios,
const RealVect a_baseDx,
const RealVect a_stretch = RealVect::Unit 
)

constructor

baseDomain is problemDomain at coarsest level (level 0) vectRefRefine are refinement ratios baseDx is cell spacing at level 0 maxLevel is defined by vectRefRefine.size() + 1

Member Function Documentation

◆ getCoordSys()

virtual CoordSys<FArrayBox, FluxBox>* CartesianCoordSysFactory::getCoordSys ( const DisjointBoxLayout grids,
const ProblemDomain levelDomain,
const IntVect a_ghostVect 
) const
virtual

Member Data Documentation

◆ m_vectDomains

Vector<ProblemDomain> CartesianCoordSysFactory::m_vectDomains
protected

◆ m_vectRefRatios

Vector<int> CartesianCoordSysFactory::m_vectRefRatios
protected

◆ m_dxVect

Vector<RealVect> CartesianCoordSysFactory::m_dxVect
protected

◆ m_stretch

RealVect CartesianCoordSysFactory::m_stretch
protected

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