-
Notifications
You must be signed in to change notification settings - Fork 123
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
OutputBlackoilModule: add a container for the FIP data #5939
Conversation
this is a container for the FIP map and associated code in OutputBlackoilModule. start by adding allocation functionality. for now the container only owns a reference to the map
jenkins build this please |
421258e
to
01a5641
Compare
Okay, this is now ready for review. The code is still somewhat finicky and confusing, but I think this puts us in a better place to do cleanup. |
jenkins build this please |
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.
Greatly appreciated. Packaging those ! empty()
calls into a nicer interface is a very welcome change. I do foresee some potential future improvements in this area. We almost always use these values aggregated to at least the region level, and often the field level, so we might not always need to allocate full per-cell storage. As I said, though, that's potential follow-up work so for now I'll merge this into the master branch.
Try to clean up this code a little. Still some mysteries I haven't gotten my head around.