LifeV
GhostEntityData Struct Reference

Ghost entity data structure. More...

#include <GhostEntityData.hpp>

+ Collaboration diagram for GhostEntityData:

Data Fields

ID localFacetId
 ID in the current sub-domain of the face. More...
 
ID ghostElementLocalId
 ID of element that faces the local one on the other sub-domain. More...
 
UInt ghostElementPosition
 Position on the ghost element. More...
 

Friends

std::ostream & operator<< (std::ostream &out, GhostEntityData const &ged)
 

Detailed Description

Ghost entity data structure.

Author
Radu Popescu radu..nosp@m.pope.nosp@m.scu@e.nosp@m.pfl..nosp@m.ch

TODO: add description

Definition at line 49 of file GhostEntityData.hpp.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  out,
GhostEntityData const &  ged 
)
friend

Definition at line 40 of file GhostEntityData.cpp.

Field Documentation

◆ localFacetId

ID localFacetId

ID in the current sub-domain of the face.

Definition at line 52 of file GhostEntityData.hpp.

◆ ghostElementLocalId

ID ghostElementLocalId

ID of element that faces the local one on the other sub-domain.

Definition at line 55 of file GhostEntityData.hpp.

◆ ghostElementPosition

UInt ghostElementPosition

Position on the ghost element.

Definition at line 58 of file GhostEntityData.hpp.


The documentation for this struct was generated from the following file: