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

Function IsOtherCoefficientFunction

fem/coefficient.cpp:6057–6060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6055}
6056
6057bool IsOtherCoefficientFunction (CoefficientFunction & coef)
6058{
6059 return (dynamic_cast<OtherCoefficientFunction*> (&coef) != nullptr);
6060}
6061
6062
6063

Callers 1

T_IntegrateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected