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

Function log

fem/coefficient_stdmath.cpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 return MakeStdMathFunction<GenericExp>(x);
332 }
333 shared_ptr<CoefficientFunction> log(shared_ptr<CoefficientFunction> x)
334 {
335 return MakeStdMathFunction<GenericLog>(x);
336 }
337
338 shared_ptr<CoefficientFunction> erf(shared_ptr<CoefficientFunction> x)
339 {

Callers 15

CheckResidualMethod · 0.90
my_gammlnFunction · 0.70
LegendreFunctionFunction · 0.70
HermiteFunctionFunction · 0.70
operator()Method · 0.70
DiffMethod · 0.70
DiffJacobiMethod · 0.70
gammlnFunction · 0.70
operator()Method · 0.70
EvalMethod · 0.50
bessy0Function · 0.50
bessy1Function · 0.50

Calls

no outgoing calls

Tested by 2

test_diffFunction · 0.40
test_diffFunction · 0.40