mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Transmissibility: introduce a FaceInfo struct
use this to group variables in ::update()
This commit is contained in:
@@ -163,6 +163,14 @@ protected:
|
||||
|
||||
void removeNonCartesianTransmissibilities_(bool removeAll);
|
||||
|
||||
struct FaceInfo
|
||||
{
|
||||
DimVector faceCenter;
|
||||
int faceIdx;
|
||||
unsigned elemIdx;
|
||||
unsigned cartElemIdx;
|
||||
};
|
||||
|
||||
/// \brief Apply the Multipliers for the case PINCH(4)==TOPBOT
|
||||
///
|
||||
/// \param pinchTop Whether PINCH(5) is TOP, otherwise ALL is assumed.
|
||||
|
||||
Reference in New Issue
Block a user