Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
| Foam::fvc |
| Namespace of functions to calculate explicit derivatives.
|
|
|
template<class Type > |
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> | grad (const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf) |
|
template<class Type > |
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> | grad (const tmp< GeometricField< Type, fvsPatchField, surfaceMesh >> &tssf) |
|
template<class Type > |
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> | grad (const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
|
template<class Type > |
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> | grad (const tmp< GeometricField< Type, fvPatchField, volMesh >> &tvf, const word &name) |
|
template<class Type > |
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> | grad (const GeometricField< Type, fvPatchField, volMesh > &vf) |
|
template<class Type > |
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> | grad (const tmp< GeometricField< Type, fvPatchField, volMesh >> &tvf) |
|
Original source file fvcGrad.C
Definition in file fvcGrad.C.