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

AllRegularService Class Reference

A geometry service that is always regular. More...

#include <AllRegularService.H>

Inheritance diagram for AllRegularService:

Inheritance graph
[legend]
Collaboration diagram for AllRegularService:

Collaboration graph
[legend]
List of all members.

Public Methods

 AllRegularService ()
virtual ~AllRegularService ()
virtual bool isRegular (const Box &region, const Box &domain, const RealVect &origin, const Real &dx) const
virtual bool isCovered (const Box &region, const Box &domain, const RealVect &origin, const Real &dx) const
virtual void fillGraph (BaseFab< int > &a_regIrregCovered, Vector< IrregNode > &a_nodes, const Box &a_validRegion, const Box &a_ghostRegion, const Box &a_domain, const RealVect &a_origin, const Real &a_dx) const

Detailed Description

A geometry service that is always regular.


Constructor & Destructor Documentation

AllRegularService::AllRegularService  
 

virtual AllRegularService::~AllRegularService   [virtual]
 


Member Function Documentation

virtual void AllRegularService::fillGraph BaseFab< int > &    a_regIrregCovered,
Vector< IrregNode > &    a_nodes,
const Box   a_validRegion,
const Box   a_ghostRegion,
const Box   a_domain,
const RealVect   a_origin,
const Real   a_dx
const [virtual]
 

irregGraph contains a complete list of irregular vofs. \ validRegion is the the region of the graph \ domain is the domain of compuation \ regIrregCovered = 1 for regular, 0 for irregular, -1 for covered. regIrregCovered must contain the valid region grown by 1. \ In chombospeak, \ ghostregion = (grow(validRegion, 1) & domain);

Implements GeometryService.

virtual bool AllRegularService::isCovered const Box   region,
const Box   domain,
const RealVect   origin,
const Real   dx
const [virtual]
 

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

Implements GeometryService.

virtual bool AllRegularService::isRegular const Box   region,
const Box   domain,
const RealVect   origin,
const Real   dx
const [virtual]
 

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

Implements GeometryService.


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