Go to the documentation of this file.
82 virtual const word&
type()
const = 0;
153 #define makeFvGradTypeScheme(SS, Type) \
155 defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \
157 gradScheme<Type>::addIstreamConstructorToTable<SS<Type> > \
158 add##SS##Type##IstreamConstructorToTable_;
161 #define makeFvGradScheme(SS) \
163 makeFvGradTypeScheme(SS, scalar) \
164 makeFvGradTypeScheme(SS, vector)