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

Function exp

fem/coefficient_stdmath.cpp:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327 }
328
329 shared_ptr<CoefficientFunction> exp(shared_ptr<CoefficientFunction> x)
330 {
331 return MakeStdMathFunction<GenericExp>(x);
332 }
333 shared_ptr<CoefficientFunction> log(shared_ptr<CoefficientFunction> x)
334 {
335 return MakeStdMathFunction<GenericLog>(x);

Callers 15

my_expFunction · 0.70
LegendreFunctionFunction · 0.70
SphericalHarmonicRealFunction · 0.70
HermiteFunctionFunction · 0.70
ComputeLaguerreRuleFunction · 0.70
operator()Method · 0.70
DiffJacobiMethod · 0.70
DiffMethod · 0.70
DiffJacobiMethod · 0.70
ComputeGaussJacobiRuleFunction · 0.70
operator()Method · 0.70
DiffMethod · 0.70

Calls

no outgoing calls

Tested by 9

TestSIMDFunction · 0.40
test_periodicH1Function · 0.40
test_quasiperiodicFunction · 0.40
test_diffFunction · 0.40
test_convection1d_dgFunction · 0.40
test_shapeopt_2dFunction · 0.40