|
ThunderEgg
1.0.0
|
This represents an interface where the neighbor is at the same refinement level. More...
#include <NormalIfaceInfo.h>


Public Member Functions | |
| NormalIfaceInfo (const PatchInfo< D > &pinfo, Side< D > s) | |
| Construct a new NormalIfaceInfo object. More... | |
Public Member Functions inherited from ThunderEgg::Schur::IfaceInfo< D > | |
| IfaceInfo (int rank, int id) | |
| Construct a new IfaceInfo object. More... | |
| virtual | ~IfaceInfo () |
| Destroy the IfaceInfo object. | |
Additional Inherited Members | |
Public Attributes inherited from ThunderEgg::Schur::IfaceInfo< D > | |
| int | rank |
| The rank that the interface resides on. | |
| int | id |
| The globally unique ID of the interface. | |
| int | patch_local_index = -1 |
| the local index in the interface for the local patch interface vector | |
| int | col_local_index = -1 |
| the local index in the interface for the local column interface vector | |
| int | row_local_index = -1 |
| the local index in the interface for the local row interface vector | |
| int | global_index = -1 |
| the global index in the interface vector. | |
This represents an interface where the neighbor is at the same refinement level.
| D | the number of Cartesian dimensions in a patch |
|
inline |
Construct a new NormalIfaceInfo object.
| pinfo | the associated PatchInfo object |
| s | the side of the patch that the interface is on |