MCPcopy 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
78inline Foam::point Foam::boundBox::midpoint() const
79{
80 return 0.5 * (max_ + min_);
81}
82
83
84inline Foam::vector Foam::boundBox::span() const

Callers 3

autoDensity.CFile · 0.80
fillBoxFunction · 0.80
initialRefinementFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected