| 137 | GeometricField |
| 138 | < |
| 139 | typename outerProduct<vector,Type>::type, fvPatchField, volMesh |
| 140 | > |
| 141 | > |
| 142 | grad |
| 143 | ( |
| 144 | const GeometricField<Type, fvPatchField, volMesh>& vf |
| 145 | ) |
| 146 | { |
| 147 | return fvc::grad(vf, "grad(" + vf.name() + ')'); |
| 148 | } |
| 149 | |
| 150 | |
| 151 | template<class Type> |
no test coverage detected