GEOS
GEOS copied to clipboard
feat: Add functions to connect well perforation to surface elements
- move
calculateElementCenters
for subregions earlier intoFaceManager::computeGeometry
, so cell centers for surface elements are available when well perforation is processed - remove
registerWrapper
forelementCenter
andelementVolume
inEmbeddedSurfaceSubRegion
, they already registered in the base class - modify
getReservoirElementDimensions
/getBoundingBox
to supportSurfaceElementSubRegion
- add
SurfaceElementSubRegion
version ofisPointInsideElement
and helper functionsisPointInPolygon2d/3d
(not super refined implementation but something to start working with)