41 #ifndef complexFields_H
42 #define complexFields_H
Pre-declare SubField and related Field type.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
Field< complexVector > complexVectorField
Specialisation of Field<T> for complexVector.
scalarField Im(const UList< complex > &cf)
Field< complex > complexField
Specialisation of Field<T> for complex.
complexField ImComplexField(const UList< scalar > &sf)
complexField ReComplexField(const UList< scalar > &sf)
complexField ComplexField(const UList< scalar > &re, const UList< scalar > &im)
scalarField ReImSum(const UList< complex > &cf)
scalarField Re(const UList< complex > &cf)
Specialisations of Field<T> for scalar, vector and tensor.