Nektar++
|
#include <MultiRegions.hpp>
Public Member Functions | |
RotPeriodicInfo (const int dir, const NekDouble angle, const NekDouble tol) | |
RotPeriodicInfo () | |
Public Attributes | |
int | m_dir |
Axis of rotation. 0 = 'x', 1 = 'y', 2 = 'z'. More... | |
NekDouble | m_angle |
Angle of rotation in radians. More... | |
NekDouble | m_tol |
Tolerance to rotation is considered identical. More... | |
Definition at line 203 of file MultiRegions.hpp.
|
inline |
Definition at line 205 of file MultiRegions.hpp.
|
inline |
Definition at line 211 of file MultiRegions.hpp.
NekDouble Nektar::MultiRegions::RotPeriodicInfo::m_angle |
Angle of rotation in radians.
Definition at line 216 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::DisContField3D::FindPeriodicFaces().
int Nektar::MultiRegions::RotPeriodicInfo::m_dir |
Axis of rotation. 0 = 'x', 1 = 'y', 2 = 'z'.
Definition at line 214 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::DisContField3D::FindPeriodicFaces().
NekDouble Nektar::MultiRegions::RotPeriodicInfo::m_tol |
Tolerance to rotation is considered identical.
Definition at line 218 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::DisContField3D::FindPeriodicFaces().