Go to the documentation of this file.
89 virtual const word&
type()
const = 0;
184 #define makeFvD2dt2TypeScheme(SS, Type) \
186 defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \
188 d2dt2Scheme<Type>::addIstreamConstructorToTable<SS<Type> > \
189 add##SS##Type##IstreamConstructorToTable_;
192 #define makeFvD2dt2Scheme(SS) \
194 makeFvD2dt2TypeScheme(SS, scalar) \
195 makeFvD2dt2TypeScheme(SS, vector) \
196 makeFvD2dt2TypeScheme(SS, sphericalTensor) \
197 makeFvD2dt2TypeScheme(SS, symmTensor) \
198 makeFvD2dt2TypeScheme(SS, tensor)