Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ limit
Function
limit
src/OpenFOAM/primitives/complex/complexI.H:209–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
208
209
inline complex limit(const complex& c1, const complex& c2)
210
{
211
return complex(limit(c1.re, c2.re), limit(c1.im, c2.im));
212
}
213
214
215
inline const complex& sum(const complex& c)
Callers
nothing calls this directly
Calls
1
complex
Class · 0.85
Tested by
no test coverage detected