32template<
template<
class>
class Field,
class Cmpt>
48template<
template<
class>
class Field,
class Cmpt>
51 const FieldField<Field, Vector<Cmpt>>& input,
52 FieldField<Field, Cmpt>&
x,
53 FieldField<Field, Cmpt>&
y,
54 FieldField<Field, Cmpt>& z
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.
#define forAll(list, i)
Loop across all elements in list.
Specialisation of FieldField<T> for vector.