-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PolyhedralGrid: use MPIHelper's default communicator for CollectiveCommunication. #431
base: master
Are you sure you want to change the base?
Conversation
defining the CollectiveCommunication.
jenkins build this please |
Any objections of this being merged? |
opm/grid/polyhedralgrid/geometry.hh
Outdated
@@ -130,26 +135,24 @@ namespace Dune | |||
PolyhedralGridBasicGeometry ( ExtraData data, const EntitySeed& seed ) | |||
: storage_( data, seed ) | |||
{ | |||
GeometryType myType = type(); | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it important to keep the commented-out code?
I do not mind merging this when Jenkins is green.
b1f2f35
to
ff6dc6e
Compare
jenkins build this please |
@atgeirr: I removed the unused code. |
actually needed.
ff6dc6e
to
b5e621e
Compare
jenkins build this please |
The test of polyhedralgrid fails due to a degenerated element (volume near zero). |
This fixes a compilation issue with ebos.