Functions |
template<class Type > |
void | component (pointPatchField< typename Field< Type >::cmptType > &sf, const pointPatchField< Type > &f, const direction d) |
template<class Type > |
void | T (pointPatchField< Type > &f1, const pointPatchField< Type > &f2) |
template<class Type , int r> |
void | pow (Field< typename powProduct< Type, r >::type > &f, const pointPatchField< Type > &vf) |
template<class Type > |
void | sqr (Field< typename outerProduct< Type, Type >::type > &f, const pointPatchField< Type > &vf) |
template<class Type > |
void | magSqr (pointPatchField< scalar > &sf, const pointPatchField< Type > &f) |
template<class Type > |
void | mag (pointPatchField< scalar > &sf, const pointPatchField< Type > &f) |
template<class Type > |
void | cmptAv (pointPatchField< typename Field< Type >::cmptType > &cf, const pointPatchField< Type > &f) |
template<class Type > |
void | cmptMag (pointPatchField< Type > &cf, const pointPatchField< Type > &f) |
template<class Type > |
void | max (pointPatchField< Type > &f, const pointPatchField< Type > &f1, const pointPatchField< Type > &f2) |
template<class Type > |
void | max (pointPatchField< Type > &f, const pointPatchField< Type > &f1, const Type &s) |
template<class Type > |
void | min (pointPatchField< Type > &f, const pointPatchField< Type > &f1, const pointPatchField< Type > &f2) |
template<class Type > |
void | min (pointPatchField< Type > &f, const pointPatchField< Type > &f1, const Type &s) |
template<class Type > |
void | cmptMultiply (pointPatchField< Type > &f, const pointPatchField< Type > &f1, const pointPatchField< Type > &f2) |
template<class Type > |
void | cmptMultiply (pointPatchField< Type > &f, const pointPatchField< Type > &f1, const Type &s) |
template<class Type > |
void | cmptDivide (pointPatchField< Type > &f, const pointPatchField< Type > &f1, const pointPatchField< Type > &f2) |
template<class Type > |
void | cmptDivide (pointPatchField< Type > &f, const pointPatchField< Type > &f1, const Type &s) |
template<class Type > |
void | negate (pointPatchField< Type > &f, const pointPatchField< Type > &f1) |
template<class Type > |
void | multiply (pointPatchField< Type > &f, const pointPatchField< scalar > &f1, const pointPatchField< Type > &f2) |
template<class Type > |
void | multiply (pointPatchField< Type > &f, const pointPatchField< Type > &f1, const pointPatchField< scalar > &f2) |
template<class Type > |
void | divide (pointPatchField< Type > &f, const pointPatchField< Type > &f1, const pointPatchField< scalar > &f2) |
template<class Type > |
void | multiply (pointPatchField< Type > &f, const scalar &s, const pointPatchField< Type > &f1) |
template<class Type > |
void | multiply (pointPatchField< Type > &f, const pointPatchField< Type > &f1, const scalar &s) |
template<class Type > |
void | divide (pointPatchField< Type > &f, const pointPatchField< Type > &f1, const scalar &s) |
template<class Type1 , class Type2 > |
void | add (pointPatchField< typename typeOfSum< Type1, Type2 >::type > &f, const pointPatchField< Type1 > &f1, const pointPatchField< Type2 > &f2) |
template<class Type , class Form , class Cmpt , int nCmpt> |
void | add (pointPatchField< typename typeOfSum< Type, Form >::type > &f, const pointPatchField< Type > &f1, const VectorSpace< Form, Cmpt, nCmpt > &vs) |
template<class Form , class Cmpt , int nCmpt, class Type > |
void | add (pointPatchField< typename typeOfSum< Form, Type >::type > &f, const VectorSpace< Form, Cmpt, nCmpt > &vs, const pointPatchField< Type > &f1) |
template<class Type1 , class Type2 > |
void | subtract (pointPatchField< typename typeOfSum< Type1, Type2 >::type > &f, const pointPatchField< Type1 > &f1, const pointPatchField< Type2 > &f2) |
template<class Type , class Form , class Cmpt , int nCmpt> |
void | subtract (pointPatchField< typename typeOfSum< Type, Form >::type > &f, const pointPatchField< Type > &f1, const VectorSpace< Form, Cmpt, nCmpt > &vs) |
template<class Form , class Cmpt , int nCmpt, class Type > |
void | subtract (pointPatchField< typename typeOfSum< Form, Type >::type > &f, const VectorSpace< Form, Cmpt, nCmpt > &vs, const pointPatchField< Type > &f1) |
template<class Type1 , class Type2 > |
void | outer (pointPatchField< typename outerProduct< Type1, Type2 >::type > &f, const pointPatchField< Type1 > &f1, const pointPatchField< Type2 > &f2) |
template<class Type , class Form , class Cmpt , int nCmpt> |
void | outer (pointPatchField< typename outerProduct< Type, Form >::type > &f, const pointPatchField< Type > &f1, const VectorSpace< Form, Cmpt, nCmpt > &vs) |
template<class Form , class Cmpt , int nCmpt, class Type > |
void | outer (pointPatchField< typename outerProduct< Form, Type >::type > &f, const VectorSpace< Form, Cmpt, nCmpt > &vs, const pointPatchField< Type > &f1) |
template<class Type1 , class Type2 > |
void | cross (pointPatchField< typename crossProduct< Type1, Type2 >::type > &f, const pointPatchField< Type1 > &f1, const pointPatchField< Type2 > &f2) |
template<class Type , class Form , class Cmpt , int nCmpt> |
void | cross (pointPatchField< typename crossProduct< Type, Form >::type > &f, const pointPatchField< Type > &f1, const VectorSpace< Form, Cmpt, nCmpt > &vs) |
template<class Form , class Cmpt , int nCmpt, class Type > |
void | cross (pointPatchField< typename crossProduct< Form, Type >::type > &f, const VectorSpace< Form, Cmpt, nCmpt > &vs, const pointPatchField< Type > &f1) |
template<class Type1 , class Type2 > |
void | dot (pointPatchField< typename innerProduct< Type1, Type2 >::type > &f, const pointPatchField< Type1 > &f1, const pointPatchField< Type2 > &f2) |
template<class Type , class Form , class Cmpt , int nCmpt> |
void | dot (pointPatchField< typename innerProduct< Type, Form >::type > &f, const pointPatchField< Type > &f1, const VectorSpace< Form, Cmpt, nCmpt > &vs) |
template<class Form , class Cmpt , int nCmpt, class Type > |
void | dot (pointPatchField< typename innerProduct< Form, Type >::type > &f, const VectorSpace< Form, Cmpt, nCmpt > &vs, const pointPatchField< Type > &f1) |
template<class Type1 , class Type2 > |
void | dotdot (pointPatchField< typename scalarProduct< Type1, Type2 >::type > &f, const pointPatchField< Type1 > &f1, const pointPatchField< Type2 > &f2) |
template<class Type , class Form , class Cmpt , int nCmpt> |
void | dotdot (pointPatchField< typename scalarProduct< Type, Form >::type > &f, const pointPatchField< Type > &f1, const VectorSpace< Form, Cmpt, nCmpt > &vs) |
template<class Form , class Cmpt , int nCmpt, class Type > |
void | dotdot (pointPatchField< typename scalarProduct< Form, Type >::type > &f, const VectorSpace< Form, Cmpt, nCmpt > &vs, const pointPatchField< Type > &f1) |
void | hdual (pointPatchField< vector > &, const pointPatchField< tensor > &) |
void | hdual (pointPatchField< tensor > &, const pointPatchField< vector > &) |
void | diag (pointPatchField< vector > &, const pointPatchField< tensor > &) |
void | tr (pointPatchField< scalar > &, const pointPatchField< tensor > &) |
void | dev (pointPatchField< tensor > &, const pointPatchField< tensor > &) |
void | dev2 (pointPatchField< tensor > &, const pointPatchField< tensor > &) |
void | det (pointPatchField< scalar > &, const pointPatchField< tensor > &) |
void | inv (pointPatchField< tensor > &, const pointPatchField< tensor > &) |
void | symm (pointPatchField< tensor > &, const pointPatchField< tensor > &) |
void | twoSymm (pointPatchField< tensor > &, const pointPatchField< tensor > &) |
void | skew (pointPatchField< tensor > &, const pointPatchField< tensor > &) |
void | eigenValues (pointPatchField< vector > &, const pointPatchField< tensor > &) |
void | eigenVectors (pointPatchField< tensor > &, const pointPatchField< tensor > &) |