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

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.

188  :
189  id(id), orient(orient), isLocal(isLocal) {}
bool isLocal
Flag specifying if this entity is local to this partition.
int id
Geometry ID of entity.
StdRegions::Orientation orient
Orientation of entity within higher dimensional entity.
Nektar::MultiRegions::_PeriodicEntity::_PeriodicEntity ( )
inline

Definition at line 191 of file MultiRegions.hpp.

191 {}

Member Data Documentation

int Nektar::MultiRegions::_PeriodicEntity::id
bool Nektar::MultiRegions::_PeriodicEntity::isLocal
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().