Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Nektar::MultiRegions::_PeriodicEntity Struct Reference

#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.
StdRegions::Orientation orient
 Orientation of entity within higher dimensional entity.
bool isLocal
 Flag specifying if this entity is local to this partition.

Detailed Description

Definition at line 183 of file MultiRegions.hpp.

Constructor & Destructor Documentation

Nektar::MultiRegions::_PeriodicEntity::_PeriodicEntity ( const int  id,
const StdRegions::Orientation  orient,
const bool  isLocal 
)
inline

Definition at line 185 of file MultiRegions.hpp.

Nektar::MultiRegions::_PeriodicEntity::_PeriodicEntity ( )
inline

Definition at line 191 of file MultiRegions.hpp.

{}

Member Data Documentation

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().