Chombo + EB + MF
3.2
|
#include <IFData.H>
Public Types | |
typedef Real | EdgeIntersection |
typedef int | Vertex |
typedef map< Vertex, int > | CornerSigns |
typedef int | IvDim |
typedef Real | RvDim |
Public Member Functions | |
IFData () | |
IFData (const IFData< 1 > &a_ifData) | |
IFData (const IFData< 2 > &a_hIFData, const int &a_maxOrder, const int &a_idir, const int &a_hilo) | |
~IFData () | |
void | print (ostream &a_out) const |
void | operator= (const IFData< 1 > &a_ifData) |
Public Attributes | |
CornerSigns | m_cornerSigns |
EdgeIntersection | m_intersection |
CoordinateSystem< 1 > | m_globalCoord |
CoordinateSystem< 1 > | m_cellCenterCoord |
CoordinateSystem< 1 > | m_parentCoord |
bool | m_allVerticesIn |
bool | m_allVerticesOut |
bool | m_allVerticesOn |
bool | m_badNormal |
typedef Real IFData< 1 >::EdgeIntersection |
typedef map<Vertex,int> IFData< 1 >::CornerSigns |
IFData< 1 >::IFData | ( | const IFData< 2 > & | a_hIFData, |
const int & | a_maxOrder, | ||
const int & | a_idir, | ||
const int & | a_hilo | ||
) |
void IFData< 1 >::print | ( | ostream & | a_out | ) | const |
CornerSigns IFData< 1 >::m_cornerSigns |
EdgeIntersection IFData< 1 >::m_intersection |
CoordinateSystem<1> IFData< 1 >::m_globalCoord |
CoordinateSystem<1> IFData< 1 >::m_cellCenterCoord |
CoordinateSystem<1> IFData< 1 >::m_parentCoord |
bool IFData< 1 >::m_allVerticesIn |
bool IFData< 1 >::m_allVerticesOut |
bool IFData< 1 >::m_allVerticesOn |
bool IFData< 1 >::m_badNormal |