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

Go to the source code of this file.

Macros

#define doLocalCode(Method)
 

Detailed Description

Original source file faFieldReconstructor.C

Definition in file faFieldReconstructor.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); \
}