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 189 of file MultiRegions.hpp.
|
inline |
Definition at line 191 of file MultiRegions.hpp.
|
inline |
Definition at line 197 of file MultiRegions.hpp.
int Nektar::MultiRegions::PeriodicEntity::id |
Geometry ID of entity.
Definition at line 200 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 204 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 202 of file MultiRegions.hpp.
Referenced by Nektar::MultiRegions::DisContField::SetUpDG().