Nektar++
|
#include <MultiRegions.hpp>
Public Member Functions | |
_PeriodicEntity (const int id, const StdRegions::Orientation orient, const bool isLocal) | |
_PeriodicEntity () | |
Public Attributes | |
int | id |
Geometry ID of entity. More... | |
StdRegions::Orientation | orient |
Orientation of entity within higher dimensional entity. More... | |
bool | isLocal |
Flag specifying if this entity is local to this partition. More... | |
Definition at line 183 of file MultiRegions.hpp.
|
inline |
Definition at line 185 of file MultiRegions.hpp.
|
inline |
Definition at line 191 of file MultiRegions.hpp.
int Nektar::MultiRegions::_PeriodicEntity::id |
Geometry ID of entity.
Definition at line 194 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::DisContField3D::SetUpDG(), Nektar::MultiRegions::DisContField2D::SetUpDG(), Nektar::MultiRegions::DisContField1D::SetUpDG(), and Nektar::MultiRegions::AssemblyMapDG::SetUpUniversalTraceMap().
bool Nektar::MultiRegions::_PeriodicEntity::isLocal |
Flag specifying if this entity is local to this partition.
Definition at line 198 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::DisContField3D::SetUpDG(), Nektar::MultiRegions::DisContField2D::SetUpDG(), Nektar::MultiRegions::DisContField1D::SetUpDG(), and Nektar::MultiRegions::AssemblyMapDG::SetUpUniversalTraceMap().
StdRegions::Orientation Nektar::MultiRegions::_PeriodicEntity::orient |
Orientation of entity within higher dimensional entity.
Definition at line 196 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::DisContField3D::SetUpDG(), and Nektar::MultiRegions::DisContField2D::SetUpDG().