Add option of strain control in force calculator

This commit is contained in:
ear
2025-10-08 19:19:42 +05:00
parent 292e7bac74
commit 8d4c788a7e
18 changed files with 39 additions and 14 deletions

View File

@@ -26,5 +26,6 @@ namespace StructureHelperLogics.NdmCalculations.Analyses.ByForces
/// Settings of iteration
/// </summary>
IAccuracy Accuracy { get; set; }
bool CheckStrainLimit { get; set; }
}
}