fvMeshDistribute.C File Reference
Include dependency graph for fvMeshDistribute.C:

Go to the source code of this file.

Classes

class  lessProcPatches
 Less function class that can be used for sorting processor patches. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define doLocalCode(FieldType, Variable)   PtrList<PtrList<FieldType>> Variable(UPstream::nProcs());
 
#define doLocalCode(FieldType, Variable)
 

Functions

 defineTypeNameAndDebug (fvMeshDistribute, 0)
 

Detailed Description

Original source file fvMeshDistribute.C

Definition in file fvMeshDistribute.C.

Macro Definition Documentation

◆ doLocalCode [1/2]

#define doLocalCode (   FieldType,
  Variable 
)    PtrList<PtrList<FieldType>> Variable(UPstream::nProcs());

◆ doLocalCode [2/2]

#define doLocalCode (   FieldType,
  Variable 
)
Value:
receiveFields<FieldType> \
( \
sendProc, \
allFieldNames, \
domainMesh, \
Variable.emplace_set(sendProc), \
fieldDicts \
)