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

Go to the source code of this file.

Macros

#define RECONSTRUCTS_LAGRANGIAN_FIELDS_TYPE(Type, nullArg)
 

Detailed Description

Original source file LagrangianFieldReconstructor.C

Definition in file LagrangianFieldReconstructor.C.

Macro Definition Documentation

◆ RECONSTRUCTS_LAGRANGIAN_FIELDS_TYPE

#define RECONSTRUCTS_LAGRANGIAN_FIELDS_TYPE (   Type,
  nullArg 
)
Value:
result = \
result \
|| reconstructs<LagrangianField<Type>> \
( \
objects, \
selectedFields \
) \
|| reconstructs<LagrangianDynamicField<Type>> \
( \
selectedFields \
) \
|| reconstructs<LagrangianInternalField<Type>> \
( \
objects, \
selectedFields \
) \
|| reconstructs<LagrangianInternalDynamicField<Type>> \
( \
selectedFields \
);
objects