Functions
Test-processorRouter.C File Reference
Include dependency graph for Test-processorRouter.C:

Go to the source code of this file.

Functions

labelList procNeighbours (const polyMesh &mesh)
 
point meshCentre (const polyMesh &mesh)
 
int main (int argc, char *argv[])
 

Detailed Description

Original source file Test-processorRouter.C

Definition in file Test-processorRouter.C.

Function Documentation

◆ procNeighbours()

labelList procNeighbours ( const polyMesh mesh)

Definition at line 49 of file Test-processorRouter.C.

References polyMesh::boundaryMesh(), UPstream::firstSlave(), forAll, mesh, UPstream::myProcNo(), Foam::name(), and processorPolyPatch::neighbProcNo().

Referenced by main(), and ProcessorTopology< Container, ProcPatch >::ProcessorTopology().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ meshCentre()

point meshCentre ( const polyMesh mesh)

Definition at line 87 of file Test-processorRouter.C.

References Foam::average(), mesh, and polyMesh::points().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)