-
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
base: master
Are you sure you want to change the base?
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 |
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.