LifeV
|
Ghost entity data structure. More...
#include <GhostEntityData.hpp>
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) |
Ghost entity data structure.
TODO: add description
Definition at line 49 of file GhostEntityData.hpp.
|
friend |
Definition at line 40 of file GhostEntityData.cpp.
ID localFacetId |
ID in the current sub-domain of the face.
Definition at line 52 of file GhostEntityData.hpp.
ID ghostElementLocalId |
ID of element that faces the local one on the other sub-domain.
Definition at line 55 of file GhostEntityData.hpp.
UInt ghostElementPosition |
Position on the ghost element.
Definition at line 58 of file GhostEntityData.hpp.