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

Function floor

fem/coefficient_stdmath.cpp:343–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341 }
342
343 shared_ptr<CoefficientFunction> floor(shared_ptr<CoefficientFunction> x)
344 {
345 return MakeStdMathFunction<GenericFloor>(x);
346 }
347 shared_ptr<CoefficientFunction> ceil(shared_ptr<CoefficientFunction> x)
348 {
349 return MakeStdMathFunction<GenericCeil>(x);

Callers 3

DGIntegrationRuleMethod · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by 1