
Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Macros | |
| #define | PrintControl(Ctrl, Name) |
Functions | |
| defineTypeNameAndDebug (UPstream, 0) | |
| registerOptSwitch ("nodeComms", int, Foam::UPstream::nodeCommsControl_) | |
| registerOptSwitch ("nodeComms.min", int, Foam::UPstream::nodeCommsMin_) | |
| registerOptSwitch ("topoControl", int, Foam::UPstream::topologyControl_) | |
| registerOptSwitch ("floatTransfer", bool, Foam::UPstream::floatTransfer) | |
| registerOptSwitch ("nProcsSimpleSum", int, Foam::UPstream::nProcsSimpleSum) | |
| registerOptSwitch ("nbx.min", int, Foam::UPstream::nProcsNonblockingExchange) | |
| registerOptSwitch ("nbx.tuning", int, Foam::UPstream::tuning_NBX_) | |
| registerOptSwitch ("nPollProcInterfaces", int, Foam::UPstream::nPollProcInterfaces) | |
| registerOptSwitch ("maxCommsSize", int, Foam::UPstream::maxCommsSize) | |
Variables | |
| const int | nPredefinedComm |
| #define PrintControl | ( | Ctrl, | |
| Name ) |
Referenced by UPstream::printTopoControl().
| registerOptSwitch | ( | "nodeComms" | , |
| int | , | ||
| Foam::UPstream::nodeCommsControl_ | ) |
References UPstream::nodeCommsControl_, and Foam::debug::optimisationSwitch().

| registerOptSwitch | ( | "nodeComms.min" | , |
| int | , | ||
| Foam::UPstream::nodeCommsMin_ | ) |
References UPstream::nodeCommsMin_, and Foam::debug::optimisationSwitch().

| registerOptSwitch | ( | "topoControl" | , |
| int | , | ||
| Foam::UPstream::topologyControl_ | ) |
References Foam::debug::optimisationSwitch(), and UPstream::topologyControl_.

| registerOptSwitch | ( | "floatTransfer" | , |
| bool | , | ||
| Foam::UPstream::floatTransfer | ) |
References UPstream::floatTransfer, and Foam::debug::optimisationSwitch().

| registerOptSwitch | ( | "nProcsSimpleSum" | , |
| int | , | ||
| Foam::UPstream::nProcsSimpleSum | ) |
References UPstream::nProcsSimpleSum, and Foam::debug::optimisationSwitch().

| registerOptSwitch | ( | "nbx.min" | , |
| int | , | ||
| Foam::UPstream::nProcsNonblockingExchange | ) |
References UPstream::nProcsNonblockingExchange, and Foam::debug::optimisationSwitch().

| registerOptSwitch | ( | "nbx.tuning" | , |
| int | , | ||
| Foam::UPstream::tuning_NBX_ | ) |
References Foam::debug::optimisationSwitch(), and UPstream::tuning_NBX_.

| registerOptSwitch | ( | "nPollProcInterfaces" | , |
| int | , | ||
| Foam::UPstream::nPollProcInterfaces | ) |
References name, UPstream::nPollProcInterfaces, and Foam::debug::optimisationSwitches().

| registerOptSwitch | ( | "maxCommsSize" | , |
| int | , | ||
| Foam::UPstream::maxCommsSize | ) |
References UPstream::maxCommsSize, and Foam::debug::optimisationSwitch().

| const int nPredefinedComm |
Definition at line 888 of file UPstream.C.