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

Function cosh

fem/coefficient_stdmath.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 return MakeStdMathFunction<GenericSinh>(x);
315 }
316 shared_ptr<CoefficientFunction> cosh(shared_ptr<CoefficientFunction> x)
317 {
318 return MakeStdMathFunction<GenericCosh>(x);
319 }
320 shared_ptr<CoefficientFunction> asinh(shared_ptr<CoefficientFunction> x)
321 {
322 return MakeStdMathFunction<GenericASinh>(x);

Callers 3

DiffJacobiMethod · 0.70
DiffMethod · 0.70
operator()Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected