Chombo + EB
3.0
|
#include <CoordinateSystem.H>
Public Types | |
typedef IndexTM< int, dim > | IvDim |
typedef IndexTM< Real, dim > | RvDim |
Public Member Functions | |
CoordinateSystem () | |
CoordinateSystem (const CoordinateSystem< dim > &a_info) | |
CoordinateSystem (const RvDim &a_origin, const RvDim &a_dx) | |
CoordinateSystem (const CoordinateSystem< dim+1 > &a_hISystem, const int &a_idir) | |
~CoordinateSystem () | |
RvDim | convert (const RvDim &a_point, const CoordinateSystem< dim > &a_system) const |
Real | convertDir (const Real &a_coord, const CoordinateSystem< dim > &a_system, const int &a_dir) const |
void | print (ostream &out) const |
void | operator= (const CoordinateSystem< dim > &a_coordinateSystem) |
Public Attributes | |
RvDim | m_origin |
RvDim | m_dx |
typedef IndexTM<int,dim> CoordinateSystem< dim >::IvDim |
CoordinateSystem< dim >::CoordinateSystem | ( | ) |
CoordinateSystem< dim >::CoordinateSystem | ( | const CoordinateSystem< dim > & | a_info | ) |
CoordinateSystem< dim >::CoordinateSystem | ( | const RvDim & | a_origin, |
const RvDim & | a_dx | ||
) |
CoordinateSystem< dim >::CoordinateSystem | ( | const CoordinateSystem< dim+1 > & | a_hISystem, |
const int & | a_idir | ||
) |
CoordinateSystem< dim >::~CoordinateSystem | ( | ) |
IndexTM< Real, dim > CoordinateSystem< dim >::convert | ( | const RvDim & | a_point, |
const CoordinateSystem< dim > & | a_system | ||
) | const |
Real CoordinateSystem< dim >::convertDir | ( | const Real & | a_coord, |
const CoordinateSystem< dim > & | a_system, | ||
const int & | a_dir | ||
) | const |
Referenced by CutCellMoments< GLOBALDIM >::fullCellQuadrature().
void CoordinateSystem< dim >::print | ( | ostream & | out | ) | const |
Referenced by operator<<().
void CoordinateSystem< dim >::operator= | ( | const CoordinateSystem< dim > & | a_coordinateSystem | ) |
RvDim CoordinateSystem< dim >::m_origin |
RvDim CoordinateSystem< dim >::m_dx |