Skip to content

[cpgrid] fix grid creator, cleanup fvelementgeometry

Bernd Flemisch requested to merge fix/cpgridcreator into master

The static Opm::Deck variable was handled incorrectly in the grid creator. Fix the behavior by initializing the variable directly.

Also perform a cleanup of the FVElementGeometry by removing the lines associated with local coordinates and removing an unused local variable.

Merge request reports