Author: logari81
Date: Wed Apr 16 22:02:08 2014
New Revision: 4615

URL: http://svn.gna.org/viewcvs/getfem?rev=4615&view=rev
Log:
fix broken python interface for some plasticity methods

Modified:
    trunk/getfem/interface/src/gf_model_get.cc

Modified: trunk/getfem/interface/src/gf_model_get.cc
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/src/gf_model_get.cc?rev=4615&r1=4614&r2=4615&view=diff
==============================================================================
--- trunk/getfem/interface/src/gf_model_get.cc  (original)
+++ trunk/getfem/interface/src/gf_model_get.cc  Wed Apr 16 22:02:08 2014
@@ -691,7 +691,7 @@
        );
 
 
-    /*@GET V = ('compute plasticity Von Mises or Tresca', @str datasigma, @tmf 
mf_vm[, @str version])
+    /*@GET V = ('compute elastoplasticity Von Mises or Tresca', @str 
datasigma, @tmf mf_vm[, @str version])
       Compute on `mf_vm` the Von-Mises or the Tresca stress of a field for 
plasticity and return it into the vector V.
       `datasigma` is a vector which contains the stress constraints values 
supported by the mesh.
       `version` should be  'Von_Mises' or 'Tresca' ('Von_Mises' is the 
default).@*/
@@ -718,7 +718,7 @@
 
 
 
-        /*@GET ('compute plasticity constraints', @tmim mim, @str varname, 
@str projname, @str datalambda, @str datamu, @str datathreshold, @str datasigma)
+    /*@GET ('elastoplasticity next iter', @tmim mim, @str varname, @str 
projname, @str datalambda, @str datamu, @str datathreshold, @str datasigma)
       Compute and save the stress constraints sigma for other hypothetical 
iterations.
       'mim' is the integration method to use for the computation.
       'varname' is the main variable of the problem.


_______________________________________________
Getfem-commits mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-commits

Reply via email to