Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CylinderBL Class Reference

#include <CylinderBL.H>

Inheritance diagram for CylinderBL:

Inheritance graph
[legend]
Collaboration diagram for CylinderBL:

Collaboration graph
[legend]
List of all members.

Public Methods

 CylinderBL (const Real &a_radius, const Real &a_height, const RealVect &a_center, const int &a_axis, const bool &a_interior, const Real &a_dx)
virtual ~CylinderBL ()
virtual bool isRegular (const Box &a_region, const Box &a_domain, const RealVect &a_origin, const Real &a_dx) const
virtual bool isCovered (const Box &a_region, const Box &a_domain, const RealVect &a_origin, const Real &a_dx) const
virtual pair< int, Side::LoHiSideupDirection (const RealVect &a_midpt, const IntVect &a_iv) const
virtual Real localFuncValue (const RealVect &a_independentCoords, const int &a_upDirection, const IntVect &a_iv, const Box &a_domain, const RealVect &a_origin, const Real &a_dx) const
virtual BaseLevelSetnew_baseLevelSet () const

Protected Methods

Real LevelSurface (const RealVect &a_vec) const

Protected Attributes

RealVect m_center
Real m_radius
Real m_height
int m_axis
bool m_interior
Real m_dx

Private Methods

 CylinderBL ()
 CylinderBL (const CylinderBL &a_radius)
void operator= (const CylinderBL &a_radius)

Constructor & Destructor Documentation

CylinderBL::CylinderBL const Real   a_radius,
const Real   a_height,
const RealVect   a_center,
const int &    a_axis,
const bool &    a_interior,
const Real   a_dx
 

virtual CylinderBL::~CylinderBL   [virtual]
 

CylinderBL::CylinderBL   [inline, private]
 

CylinderBL::CylinderBL const CylinderBL &    a_radius [inline, private]
 


Member Function Documentation

virtual bool CylinderBL::isCovered const Box   a_region,
const Box   a_domain,
const RealVect   a_origin,
const Real   a_dx
const [virtual]
 

Return true if every cell in region is covered at the refinement described by dx.

Implements BaseLevelSet.

virtual bool CylinderBL::isRegular const Box   a_region,
const Box   a_domain,
const RealVect   a_origin,
const Real   a_dx
const [virtual]
 

Return true if every cell in region is regular at the refinement described by dx.

Implements BaseLevelSet.

Real CylinderBL::LevelSurface const RealVect   a_vec const [protected]
 

virtual Real CylinderBL::localFuncValue const RealVect   a_independentCoords,
const int &    a_upDirection,
const IntVect   a_iv,
const Box   a_domain,
const RealVect   a_origin,
const Real   a_dx
const [virtual]
 

Return the value at the dependent coordinate given the independent coordinates.

Implements BaseLevelSet.

virtual BaseLevelSet* CylinderBL::new_baseLevelSet   const [virtual]
 

Return a newly allocated derived class. The responsibility for deleting the memory is left to the calling function.

Implements BaseLevelSet.

void CylinderBL::operator= const CylinderBL &    a_radius [inline, private]
 

virtual pair<int, Side::LoHiSide> CylinderBL::upDirection const RealVect   a_midpt,
const IntVect   a_iv
const [virtual]
 

This returns the signed integer which most closely represents the normal direction. The first integer of the pair is of the interface at an irregular cell (which coordinate direction has the largest normal component). This will only be called if the cell is irregular.

Implements BaseLevelSet.


Member Data Documentation

int CylinderBL::m_axis [protected]
 

RealVect CylinderBL::m_center [protected]
 

Real CylinderBL::m_dx [protected]
 

Real CylinderBL::m_height [protected]
 

bool CylinderBL::m_interior [protected]
 

Real CylinderBL::m_radius [protected]
 


The documentation for this class was generated from the following file:
Generated on Wed Apr 16 14:35:05 2003 for EBChombo by doxygen1.2.16