#5273 Allen Diagrams: Compute complete set of NNCs

Add class RigNncConnection
Implement algorithm to compute the complete set of Nncs
This commit is contained in:
Magne Sjaastad
2020-01-15 08:45:40 +01:00
parent 360893817e
commit fa791d0568
9 changed files with 352 additions and 32 deletions

View File

@@ -556,6 +556,8 @@ void RigMainGrid::calculateFaults( const RigActiveCellInfo* activeCellInfo )
}
}
this->nncData()->computeNncsFromFaults( this );
distributeNNCsToFaults();
}