OpenFOAM-5.x/src/OpenFOAM/fields/Fields
Henry Weller 6a5d5e903e septernion: Changed definition of the forward transformation for consistency with spatialTransform
inline Foam::vector Foam::septernion::transformPoint(const vector& v) const
{
    return r().transform(v - t());
}

Now there is a 1:1 correspondence between septernion and
spatialTransform and a septernion constructor from spatialTransform
provided.

Additionally "septernion::transform" has been renamed
"septernion::transformPoint" to clarify that it transforms coordinate
points rather than displacements or other relative vectors.
2016-04-15 11:27:18 +01:00
..
complexFields Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
diagTensorField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
DynamicField Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
Field Field: Add block member function to return sub-sets of the field as VectorSpaces 2016-03-30 18:17:51 +01:00
labelField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
oneField Updated headers 2016-04-06 14:22:24 +01:00
quaternionField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
scalarField Field: Simplified tmp reuse and cleanup 2016-02-25 15:07:14 +00:00
sphericalTensorField Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
symmTensorField Field: Simplified tmp reuse and cleanup 2016-02-25 15:07:14 +00:00
symmTransformField Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
tensorField Field: Simplified tmp reuse and cleanup 2016-02-25 15:07:14 +00:00
transformField septernion: Changed definition of the forward transformation for consistency with spatialTransform 2016-04-15 11:27:18 +01:00
transformList Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
triadField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
uniformField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
vector2DField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
vectorField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
zeroField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
fieldTypes.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
primitiveFields.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
primitiveFieldsFwd.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00