33 #ifndef primitiveFieldsFwd_H
34 #define primitiveFieldsFwd_H
45 template<
class Type>
class Field;
Include the header files for all the primitive types that Fields are instantiated for.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Field< sphericalTensor > sphericalTensorField
Specialisation of Field<T> for sphericalTensor.
Field< vector > vectorField
Specialisation of Field<T> for vector.
Field< label > labelField
Specialisation of Field<T> for label.
Field< symmTensor > symmTensorField
Specialisation of Field<T> for symmTensor.
Field< tensor > tensorField
Specialisation of Field<T> for tensor.