37#ifndef vectorFieldField_H
38#define vectorFieldField_H
51template<
template<
class>
class Field,
class Cmpt>
61template<
template<
class>
class Field,
class Cmpt>
A field of fields is a PtrList of fields with reference counting.
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
Templated 3D Vector derived from VectorSpace adding construction from 3 components,...
void unzip(const FieldField< Field, SphericalTensor< Cmpt > > &input, FieldField< Field, Cmpt > &ii)
Unzip sphericalTensor field field into components.
void zip(FieldField< Field, SphericalTensor< Cmpt > > &result, const FieldField< Field, Cmpt > &ii)
Zip together sphericalTensor field field from components.
Specialisation of FieldField<T> for scalar.