38#ifndef Foam_transformList_H
39#define Foam_transformList_H
Map from edge (expressed as its endpoints) to value. Hashing (and ==) on an edge is symmetric.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A HashTable to objects of type <T> with a label key.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
refinementData transform(const tensor &, const refinementData val)
No-op rotational transform for base types.
Field< tensor > tensorField
Specialisation of Field<T> for tensor.
void transformList(const tensor &rotTensor, UList< T > &field)
Inplace transform a list of elements.
UList< label > labelUList
A UList of labels.