Fault Reactivation Model: Remove incorrect boundary conditions.

This commit is contained in:
Kristian Bendiksen
2023-09-20 15:42:57 +02:00
parent 636535e720
commit 06eb0fb724

View File

@@ -316,15 +316,6 @@ std::pair<bool, std::string>
}
}
std::string partSymmetry = "XSYMM";
for ( const auto& part : parts )
{
auto partNameIt = partNames.find( part );
CAF_ASSERT( partNameIt != partNames.end() );
std::string partName = partNameIt->second;
printBoundaryCondition( stream, partName + "." + partName, partSymmetry );
}
return { true, "" };
}