BoxArray.cpp File Reference

#include <iostream>
#include <BLassert.H>
#include <BoxArray.H>

Include dependency graph for BoxArray.cpp:


Defines

#define BL_IGNORE_MAX   100000

Functions

std::ostream & operator<< (std::ostream &os, const BoxArray &ba)
 Write a BoxArray to an ostream in ASCII format.
BoxArray BoxLib::boxComplement (const Box &b1in, const Box &b2)
 Makes a BoxArray from the the complement of b2 in b1in.
BoxArray BoxLib::complementIn (const Box &b, const BoxArray &ba)
 Makes a BoxArray from the complement of BoxArray ba in Box b.
BoxArray BoxLib::intersect (const BoxArray &ba, const Box &b)
 Makes a BoxArray from the intersection of Box b and BoxArray ba.
BoxArray BoxLib::intersect (const BoxArray &lhs, const BoxArray &rhs)
 Makes a BoxArray from the intersection of two BoxArrays.

Define Documentation

#define BL_IGNORE_MAX   100000


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const BoxArray ba 
)

Write a BoxArray to an ostream in ASCII format.

References BoxLib::Error(), and BoxArray::size().


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