fvMeshStitcherTemplates.C File Reference

Perform mapping of finite volume fields required by stitching. More...

Include dependency graph for fvMeshStitcherTemplates.C:

Go to the source code of this file.

Macros

#define ResizePatchFields(Type, nullArg)    resizePatchFields<Type, GeoField>();
 
#define PreConformSurfaceFields(Type, nullArg)    preConformSurfaceFields<Type>();
 
#define PostNonConformSurfaceFields(Type, nullArg)    postNonConformSurfaceFields<Type>();
 
#define EvaluateVolFields(Type, nullArg)    evaluateVolFields<Type>();
 

Detailed Description

Perform mapping of finite volume fields required by stitching.

Original source file fvMeshStitcherTemplates.C

Definition in file fvMeshStitcherTemplates.C.

Macro Definition Documentation

◆ ResizePatchFields

#define ResizePatchFields (   Type,
  nullArg 
)     resizePatchFields<Type, GeoField>();

◆ PreConformSurfaceFields

#define PreConformSurfaceFields (   Type,
  nullArg 
)     preConformSurfaceFields<Type>();

◆ PostNonConformSurfaceFields

#define PostNonConformSurfaceFields (   Type,
  nullArg 
)     postNonConformSurfaceFields<Type>();

◆ EvaluateVolFields

#define EvaluateVolFields (   Type,
  nullArg 
)     evaluateVolFields<Type>();