Chombo + EB + MF
3.2
|
#include <map>
#include "RealVect.H"
#include "IntVect.H"
#include "MayDay.H"
#include "CellEdge.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Classes | |
struct | STLUtil::IVCompareSWO |
struct | STLUtil::EdgeCompareSWO |
struct | STLUtil::RealIntCompare |
struct | STLUtil::TriInCell |
Namespaces | |
STLUtil | |
Macros | |
#define | _STLUTIL_H_ |
Typedefs | |
typedef map< IntVect, TriInCell, IVCompareSWO > | STLUtil::CellMap |
typedef map< IntVect, bool, IVCompareSWO > | STLUtil::NodeMap |
typedef map< CellEdge, RealVect, EdgeCompareSWO > | STLUtil::EdgeMap |
typedef CellMap::iterator | STLUtil::CellMapIt |
typedef NodeMap::iterator | STLUtil::NodeMapIt |
typedef EdgeMap::iterator | STLUtil::EdgeMapIt |
Functions | |
void | STLUtil::PMap (const CellMap &m) |
void | STLUtil::PMap (const NodeMap &m) |
void | STLUtil::PMap (const pair< IntVect, TriInCell > &p) |
void | STLUtil::PIV (const IntVect &iv) |
void | STLUtil::PRV (const RealVect &iv) |
void | STLUtil::PVec (const Vector< int > &v) |
void | STLUtil::PVec (const Vector< IntVect > &v) |
void | STLUtil::PVec (const Vector< RealVect > &v) |
void | STLUtil::PVec (const Vector< Vector< IntVect > > &v) |
void | STLUtil::PVec (const Vector< Vector< int > > &v) |
RealVect | STLUtil::IVToRV (const IntVect &iv, const RealVect &a_origin, const RealVect &a_dx) |
IntVect | STLUtil::RVSign (const RealVect &rv) |
#define _STLUTIL_H_ |