Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ ceil
Function
ceil
fem/coefficient_stdmath.cpp:347–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
return MakeStdMathFunction<GenericFloor>(x);
346
}
347
shared_ptr<CoefficientFunction> ceil(shared_ptr<CoefficientFunction> x)
348
{
349
return MakeStdMathFunction<GenericCeil>(x);
350
}
351
352
353
}
Callers
2
operator()
Method · 0.85
BuildLocalExpansion
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected