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 182 of file MultiRegions.hpp.
|
inline |
Definition at line 184 of file MultiRegions.hpp.
|
inline |
Definition at line 190 of file MultiRegions.hpp.
int Nektar::MultiRegions::PeriodicEntity::id |
Geometry ID of entity.
Definition at line 193 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 197 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 195 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::DisContField3D::SetUpDG(), and Nektar::MultiRegions::DisContField2D::SetUpDG().