#include <iosfwd>
#include <ccse-mpi.H>
#include <IntVect.H>
#include <SPACE.H>
Go to the source code of this file.
Classes | |
class | IndexType |
: Cell-Based or Node-Based Indices More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const IndexType &itype) |
Write an IndexType to an ostream in ASCII. | |
std::istream & | operator>> (std::istream &is, IndexType &itype) |
Read an IndexType from an istream. |
std::ostream& operator<< | ( | std::ostream & | os, | |
const IndexType & | itype | |||
) |
std::istream& operator>> | ( | std::istream & | is, | |
IndexType & | itype | |||
) |
Read an IndexType from an istream.
References BL_ASSERT, BL_IGNORE_MAX, BoxLib::Error(), IndexType::set(), and IndexType::unset().