Extend reservoir element set to active cells in under/overburden

Fix fault extension if both sides start or end at same depth
This commit is contained in:
jonjenssen
2024-01-26 17:13:57 +01:00
committed by jonjenssen
parent ad34bbf125
commit 2864ac7466
6 changed files with 82 additions and 3 deletions

View File

@@ -342,6 +342,7 @@ void RimFaultReactivationModel::updateVisualization()
m_2Dmodel->setPartColors( m_modelPart1Color, m_modelPart2Color );
m_2Dmodel->setGenerator( generator );
m_2Dmodel->updateGeometry( m_startCellIndex, (cvf::StructGridInterface::FaceType)m_startCellFace() );
m_2Dmodel->postProcessElementSets( eclipseCase() );
view->scheduleCreateDisplayModelAndRedraw();
}