Fault activation: node adjustments along fault (#11235)

Make sure same thickness vectors and fault lines are used for both parts.
This commit is contained in:
jonjenssen
2024-02-27 17:05:48 +01:00
committed by GitHub
parent a0ecdf47a5
commit 86c33c1b46
8 changed files with 109 additions and 38 deletions

View File

@@ -261,6 +261,7 @@ void RigFaultReactivationModel::postProcessElementSets( const RimEclipseCase* eC
for ( auto part : allGridParts() )
{
m_3dparts[part]->postProcessElementSets( eCase->mainGrid(), cellInfo );
auto gridPart = m_3dparts[part];
gridPart->postProcessElementSets( eCase->mainGrid(), cellInfo );
}
}