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

Go to the source code of this file.

Macros

#define doLocalCode(Method)
 

Detailed Description

Original source file fvFieldReconstructor.C

Definition in file fvFieldReconstructor.C.

Macro Definition Documentation

◆ doLocalCode

#define doLocalCode (   Method)
Value:
{ \
nTotal += this->Method <scalar> (objects, selected); \
nTotal += this->Method <vector> (objects, selected); \
nTotal += this->Method <sphericalTensor> (objects, selected); \
nTotal += this->Method <symmTensor> (objects, selected); \
nTotal += this->Method <tensor> (objects, selected); \
}