Classes | Namespaces | Macros
AMIMethod.H File Reference
Include dependency graph for AMIMethod.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AMIMethod< SourcePatch, TargetPatch >
 Base class for Arbitrary Mesh Interface (AMI) methods. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeAMIMethod(AMIType)
 
#define makeAMIMethodType(AMIType, Method)
 

Detailed Description

Original source file AMIMethod.H

Definition in file AMIMethod.H.

Macro Definition Documentation

◆ makeAMIMethod

#define makeAMIMethod (   AMIType)
Value:
\
typedef AMIMethod<AMIType::sourcePatchType,AMIType::targetPatchType> \
AMIMethod##AMIType; \
defineNamedTemplateTypeNameAndDebug(AMIMethod##AMIType, 0); \
defineTemplateRunTimeSelectionTable(AMIMethod##AMIType, components);
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition: className.H:134

Definition at line 252 of file AMIMethod.H.

◆ makeAMIMethodType

#define makeAMIMethodType (   AMIType,
  Method 
)
Value:
\
typedef Method<AMIType::sourcePatchType,AMIType::targetPatchType> \
Method##AMIType; \
\
AMIMethod<AMIType::sourcePatchType,AMIType::targetPatchType>:: \
addcomponentsConstructorToTable<Method##AMIType> \
add##Method##AMIType##ConstructorToTable_;
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition: className.H:134

Definition at line 261 of file AMIMethod.H.