getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] r4615 - /trunk/getfem/interface/src/gf_model_get.cc


From: logari81
Subject: [Getfem-commits] r4615 - /trunk/getfem/interface/src/gf_model_get.cc
Date: Wed, 16 Apr 2014 20:02:08 -0000

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 @@
        );
 
 
-    /address@hidden V = ('compute plasticity Von Mises or Tresca', @str 
datasigma, @tmf mf_vm[, @str version])
+    /address@hidden 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)address@hidden/
@@ -718,7 +718,7 @@
 
 
 
-        /address@hidden ('compute plasticity constraints', @tmim mim, @str 
varname, @str projname, @str datalambda, @str datamu, @str datathreshold, @str 
datasigma)
+    /address@hidden ('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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]