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

Function sin

fem/coefficient_stdmath.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 shared_ptr<CoefficientFunction> sin(shared_ptr<CoefficientFunction> x)
285 {
286 return MakeStdMathFunction<GenericSin>(x);
287 }
288 shared_ptr<CoefficientFunction> cos(shared_ptr<CoefficientFunction> x)
289 {
290 return MakeStdMathFunction<GenericCos>(x);

Callers 15

main_instat.pyFile · 0.90
DoMethod · 0.90
DoMethod · 0.90
SphericalHarmonicRealFunction · 0.70
operator()Method · 0.70
DiffMethod · 0.70
meshes.pyFile · 0.50
CalcShapeMethod · 0.50
EvalMethod · 0.50
bessj0Function · 0.50
bessy0Function · 0.50
bessj1Function · 0.50

Calls

no outgoing calls

Tested by 9

TestSIMDFunction · 0.40
test_detect_symmetricFunction · 0.40
test_diffFunction · 0.40
test_eval_curved_surfaceFunction · 0.40
test_1dlaplaceFunction · 0.40