![]() |
|
Public Member Functions | |
ProcessorTopology (const PtrList< Patch > &patches) | |
Construct from boundaryMesh. | |
const labelListList & | cellFaces () const |
From processor to unique inter-processor 'face'. | |
const labelListList & | faceCells () const |
From unique inter-processor 'face' to the two processors using it. | |
const labelList & | procPatchMap () const |
from neighbour processor to index in boundaryMesh. Local information | |
const patchScheduleList & | patchSchedule () const |
Order in which the patches should be initialised/evaluated. | |
label | getFace (const label nbrProcID) const |
Get label of 'face' for connection to neighbour procID on current. | |
label | getFace (const label myProcID, const label nbrProcID) const |
Get label of 'face' for connection to neighbour procID. |
|
Construct from boundaryMesh.
|
|
From processor to unique inter-processor 'face'.
Definition at line 139 of file ProcessorTopology.H. |
|
From unique inter-processor 'face' to the two processors using it.
Definition at line 145 of file ProcessorTopology.H. |
|
Get label of 'face' for connection to neighbour procID.
|
|
Get label of 'face' for connection to neighbour procID on current. processor. |
|
Order in which the patches should be initialised/evaluated. corresponding to the schedule Definition at line 163 of file ProcessorTopology.H. |
|
from neighbour processor to index in boundaryMesh. Local information (so not same over all processors) Definition at line 154 of file ProcessorTopology.H. |