mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6301 Handle HEX8 elements to compute mud weight window for non-reservoir.
This commit is contained in:
@@ -389,7 +389,7 @@ RigFemScalarResultFrames* RigFemPartResultCalculatorMudWeightWindow::calculate(
|
||||
size_t kMin = std::min( k, kRefLayer );
|
||||
size_t kMax = std::max( k, kRefLayer );
|
||||
|
||||
if ( elmType == HEX8P && validIndex )
|
||||
if ( ( elmType == HEX8P || elmType == HEX8 ) && validIndex )
|
||||
{
|
||||
for ( int elmNodIdx = 0; elmNodIdx < elmNodeCount; ++elmNodIdx )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user