BoxDomain.cpp File Reference

#include <iostream>
#include <BoxDomain.H>

Include dependency graph for BoxDomain.cpp:


Functions

void BoxLib::intersect (BoxDomain &dest, const BoxDomain &fin, const Box &b)
 Compute the intersection of BoxDomain fin with Box b and place the result into BoxDomain dest.
void BoxLib::refine (BoxDomain &dest, const BoxDomain &fin, int ratio)
 Refine all Boxes in the domain by the refinement ratio and return the result in dest.
void BoxLib::accrete (BoxDomain &dest, const BoxDomain &fin, int sz=1)
 Grow each Box in BoxDomain fin by size sz and place the result into BoxDomain dest.
void BoxLib::coarsen (BoxDomain &dest, const BoxDomain &fin, int ratio)
 Coarsen all Boxes in the domain by the refinement ratio.
BoxDomain BoxLib::complementIn (const Box &b, const BoxDomain &bl)
 Returns the complement of BoxDomain bl in Box b.
std::ostream & operator<< (std::ostream &os, const BoxDomain &bd)
 Output a BoxDomain to an ostream is ASCII format.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const BoxDomain bd 
)

Output a BoxDomain to an ostream is ASCII format.

References BoxDomain::boxList(), and BoxLib::Error().


Generated on Fri Nov 21 10:10:57 2008 for AMRParticlePaths by  doxygen 1.5.5