-
Notifications
You must be signed in to change notification settings - Fork 78
Assign average output values for parent cells #955
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
Conversation
|
jenkins build this opm-simulators=6642 serial please |
bc40dd0 to
e5d17b6
Compare
|
jenkins build this serial please |
|
jenkins build this opm-simulators=6642 serial please |
|
jenkins build this serial please |
|
jenkins build this opm-simulators=6642 serial nompi please |
1 similar comment
|
jenkins build this opm-simulators=6642 serial nompi please |
|
jenkins build this opm-simulators=6642 serial please |
|
jenkins build this opm-simulators=6642 serial please |
9e39aad to
dcc659f
Compare
|
jenkins build this opm-simulators=6642 serial please |
dcc659f to
49420f8
Compare
|
jenkins build this opm-simulators=6642 serial please |
dd69899 to
34fc5b5
Compare
|
jenkins build this opm-simulators=6642 serial please |
|
jenkins build this serial please |
|
jenkins build this opm-simulators=6642 serial please |
34fc5b5 to
303330e
Compare
06a5536 to
bfbbe67
Compare
|
jenkins build this serial please |
bfbbe67 to
327f2e7
Compare
|
jenkins build this serial please |
blattms
left a comment
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.
Thanks. Looks good.
This PR follows up on #945, which introduced a method for extracting data::Solution and restart values from the leaf grid back to the level grids. In that implementation, cells that disappeared during refinement (i.e., parent cells) were assigned “rubbish” values.
This PR replaces those "rubbish" values with the average of the corresponding children’s data. At the moment, all named data fields are handled using this averaging approach. In future work, we plan to refine this behavior for specific field properties that may require different aggregation methods.