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 178 of file MultiRegions.hpp.
|
inline |
Definition at line 180 of file MultiRegions.hpp.
|
inline |
Definition at line 185 of file MultiRegions.hpp.
NekDouble Nektar::MultiRegions::RotPeriodicInfo::m_angle |
Angle of rotation in radians.
Definition at line 192 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::DisContField::FindPeriodicTraces().
int Nektar::MultiRegions::RotPeriodicInfo::m_dir |
Axis of rotation. 0 = 'x', 1 = 'y', 2 = 'z'.
Definition at line 190 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::DisContField::FindPeriodicTraces().
NekDouble Nektar::MultiRegions::RotPeriodicInfo::m_tol |
Tolerance to rotation is considered identical.
Definition at line 194 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::DisContField::FindPeriodicTraces().