mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fault Reactivation: Fix part boundary conditions.
Disallows movement out of the plane (fixates the nodes in Y direction).
This commit is contained in:
parent
816bb2df8f
commit
b44eee2d18
@ -316,7 +316,7 @@ std::pair<bool, std::string>
|
||||
}
|
||||
}
|
||||
|
||||
std::string partSymmetry = "XSYMM";
|
||||
std::string partSymmetry = "YSYMM";
|
||||
for ( const auto& part : parts )
|
||||
{
|
||||
auto partNameIt = partNames.find( part );
|
||||
|
Loading…
Reference in New Issue
Block a user