Closed aritorto closed 1 year ago
jenkins build this serial please
jenkins build this serial please
jenkins build this serial please
Correct. The idea is to use it in opm-simulators/ebos, e.g. eclgenericthresholdpressure.cc, eclgenericproblem.cc (WIP on branch lookupdata-generalgrid, in opm-simulators).
Am I reading this correctly, that the new
LookupData<>
template isn't used anywhere within this PRCorrect. The idea is to use it in opm-simulators/ebos, e.g. eclgenericthresholdpressure.cc, eclgenericproblem.cc
Ah, okay. In that case I think this is good and I'll merge into master. Sorry about the delay and thanks a lot for doing this work!
Given an element in the LeafView and a container of properties, the property of its origin-cell (parent cell, if exists) is returned, in the case of (multiple LGRs) CpGrid. For general grids, the given properties are assumed to be on the leafview.
Fix CpGridData::disjointPatches(), test added.