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

DumbBellBL Class Reference

#include <DumbBellBL.H>

Inheritance diagram for DumbBellBL:

Inheritance graph
[legend]
Collaboration diagram for DumbBellBL:

Collaboration graph
[legend]
List of all members.

Public Methods

 DumbBellBL (const Real &a_radius, const Real &a_height, const RealVect &a_center, const int &a_axis, const bool &a_interior, const Real &a_dx, const int &a_symmetry)
virtual ~DumbBellBL ()
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
int m_symmetry

Private Methods

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

Constructor & Destructor Documentation

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

virtual DumbBellBL::~DumbBellBL   [virtual]
 

DumbBellBL::DumbBellBL   [inline, private]
 

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


Member Function Documentation

virtual bool DumbBellBL::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 DumbBellBL::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 DumbBellBL::LevelSurface const RealVect   a_vec const [protected]
 

virtual Real DumbBellBL::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* DumbBellBL::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 DumbBellBL::operator= const DumbBellBL &    a_radius [inline, private]
 

virtual pair<int, Side::LoHiSide> DumbBellBL::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 DumbBellBL::m_axis [protected]
 

RealVect DumbBellBL::m_center [protected]
 

Real DumbBellBL::m_dx [protected]
 

Real DumbBellBL::m_height [protected]
 

bool DumbBellBL::m_interior [protected]
 

Real DumbBellBL::m_radius [protected]
 

int DumbBellBL::m_symmetry [protected]
 


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