mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8409 NNC : Make sure NNC flow vector directions are stable
This commit is contained in:
@@ -54,11 +54,16 @@ public:
|
||||
private:
|
||||
struct ElementVectorResultVisualization
|
||||
{
|
||||
ElementVectorResultVisualization( cvf::Vec3d faceCenter, cvf::Vec3d faceNormal, double result, double approximateCellLength )
|
||||
ElementVectorResultVisualization( cvf::Vec3d faceCenter,
|
||||
cvf::Vec3d faceNormal,
|
||||
double result,
|
||||
double approximateCellLength,
|
||||
bool centerArrow )
|
||||
: faceCenter( faceCenter )
|
||||
, faceNormal( faceNormal )
|
||||
, result( result )
|
||||
, approximateCellLength( approximateCellLength )
|
||||
, centerArrow( centerArrow )
|
||||
{
|
||||
}
|
||||
|
||||
@@ -66,6 +71,7 @@ private:
|
||||
cvf::Vec3f faceNormal;
|
||||
double result;
|
||||
double approximateCellLength;
|
||||
bool centerArrow;
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user