MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / grad

Function grad

src/finiteVolume/finiteVolume/fvc/fvcGrad.C:139–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

fvcGrad.CFile · 0.70
fvcCurl.CFile · 0.70
gradScheme.CFile · 0.50
calcGradMethod · 0.50
correctFunction · 0.50
LimitedScheme.CFile · 0.50

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected