From 9bbc0d480340fdf99f10ec36bceb18f381440a04 Mon Sep 17 00:00:00 2001 From: Fengbo Han Date: Tue, 8 Aug 2017 17:29:14 +0200 Subject: [PATCH] implemented fast yield surface fitting with yield stop criteria --- processing/misc/yieldSurfaceFast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/misc/yieldSurfaceFast.py b/processing/misc/yieldSurfaceFast.py index 7b00124e7..654e90145 100755 --- a/processing/misc/yieldSurfaceFast.py +++ b/processing/misc/yieldSurfaceFast.py @@ -1332,7 +1332,7 @@ parser.add_option('-e', '--exponent', dest='exponent', type='float', parser.add_option('-u', '--uniaxial', dest='eqStress', type='float', help='Equivalent stress', metavar='float') parser.add_option('--flag', dest='flag', type='string', - help='the variable based which the yield will be judged, totalStrain, plasticStrain or plasticWork', metavar='string') + help='yield stop flag, totalStrain, plasticStrain or plasticWork', metavar='string') parser.set_defaults(min = 12, max = 20,