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 155 of file MultiRegions.hpp.
|
inline |
Definition at line 157 of file MultiRegions.hpp.
|
inline |
Definition at line 163 of file MultiRegions.hpp.
int Nektar::MultiRegions::PeriodicEntity::id |
Geometry ID of entity.
Definition at line 168 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::AssemblyCommDG::InitialiseStructure(), and Nektar::MultiRegions::DisContField::SetUpDG().
bool Nektar::MultiRegions::PeriodicEntity::isLocal |
Flag specifying if this entity is local to this partition.
Definition at line 172 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::AssemblyCommDG::InitialiseStructure(), and Nektar::MultiRegions::DisContField::SetUpDG().
StdRegions::Orientation Nektar::MultiRegions::PeriodicEntity::orient |
Orientation of entity within higher dimensional entity.
Definition at line 170 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::DisContField::SetUpDG().