Go to the documentation of this file.
21 #ifndef THUNDEREGG_SCHUR_IFACEINFO_H
22 #define THUNDEREGG_SCHUR_IFACEINFO_H
IfaceInfo(int rank, int id)
Construct a new IfaceInfo object.
Definition: IfaceInfo.h:78
int col_local_index
the local index in the interface for the local column interface vector
Definition: IfaceInfo.h:61
int patch_local_index
the local index in the interface for the local patch interface vector
Definition: IfaceInfo.h:57
virtual ~IfaceInfo()
Destroy the IfaceInfo object.
Definition: IfaceInfo.h:85
The ThunderEgg namespace.
Definition: BiLinearGhostFiller.h:31
The IfaceInfo class represents the information for an interface on a given side of the patch.
Definition: IfaceInfo.h:43
int global_index
the global index in the interface vector.
Definition: IfaceInfo.h:69
int row_local_index
the local index in the interface for the local row interface vector
Definition: IfaceInfo.h:65
int rank
The rank that the interface resides on.
Definition: IfaceInfo.h:49
int id
The globally unique ID of the interface.
Definition: IfaceInfo.h:53