Nektar++
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 182 of file MultiRegions.hpp.

Constructor & Destructor Documentation

◆ PeriodicEntity() [1/2]

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

Definition at line 184 of file MultiRegions.hpp.

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

◆ PeriodicEntity() [2/2]

Nektar::MultiRegions::PeriodicEntity::PeriodicEntity ( )
inline

Definition at line 190 of file MultiRegions.hpp.

190 {}

Member Data Documentation

◆ id

int Nektar::MultiRegions::PeriodicEntity::id

◆ isLocal

bool Nektar::MultiRegions::PeriodicEntity::isLocal

◆ orient

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