Go to the documentation of this file.
36 #ifndef IntegrationScheme_H
37 #define IntegrationScheme_H
116 const word& phiName_;
191 #define makeIntegrationScheme(Type) \
193 defineNamedTemplateTypeNameAndDebug(IntegrationScheme<Type>, 0); \
195 defineTemplateRunTimeSelectionTable \
197 IntegrationScheme<Type>, \
202 #define makeIntegrationSchemeType(SS, Type) \
204 defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \
206 IntegrationScheme<Type>::adddictionaryConstructorToTable<SS<Type> > \
207 add##SS##Type##ConstructorToTable_;