Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ midpoint
Method
midpoint
src/OpenFOAM/meshes/boundBox/boundBoxI.H:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
78
inline Foam::point Foam::boundBox::midpoint() const
79
{
80
return 0.5 * (max_ + min_);
81
}
82
83
84
inline Foam::vector Foam::boundBox::span() const
Callers
3
autoDensity.C
File · 0.80
fillBox
Function · 0.80
initialRefinement
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected