Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ Diff
Method
Diff
comp/interpolate.cpp:359–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
357
}
358
359
shared_ptr<CoefficientFunction> Diff (const CoefficientFunction * var, shared_ptr<CoefficientFunction> dir) const override
360
{
361
if (this == var) return dir;
362
return InterpolateCF(func->Diff(var, dir),fes);
363
}
364
};
365
366
Callers
1
Diff
Method · 0.45
Calls
1
InterpolateCF
Function · 0.85
Tested by
no test coverage detected