MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / GetDeriv

Function GetDeriv

comp/gridfunction.hpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 shared_ptr<GridFunction> GetComponent (int compound_comp);
209
210 [[deprecated("Use GridFunction.Deriv instead!")]]
211 shared_ptr<GridFunctionCoefficientFunction> GetDeriv()
212 {
213 return Deriv();
214 }
215
216 shared_ptr<GridFunctionCoefficientFunction> Deriv()
217 {

Callers

nothing calls this directly

Calls 1

DerivFunction · 0.85

Tested by

no test coverage detected