getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] r4806 - /trunk/getfem/interface/tests/matlab/demo_plast


From: Yves . Renard
Subject: [Getfem-commits] r4806 - /trunk/getfem/interface/tests/matlab/demo_plasticity.m
Date: Sun, 09 Nov 2014 12:32:09 -0000

Author: renard
Date: Sun Nov  9 13:32:09 2014
New Revision: 4806

URL: http://svn.gna.org/viewcvs/getfem?rev=4806&view=rev
Log:
minor modifications

Modified:
    trunk/getfem/interface/tests/matlab/demo_plasticity.m

Modified: trunk/getfem/interface/tests/matlab/demo_plasticity.m
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/tests/matlab/demo_plasticity.m?rev=4806&r1=4805&r2=4806&view=diff
==============================================================================
--- trunk/getfem/interface/tests/matlab/demo_plasticity.m       (original)
+++ trunk/getfem/interface/tests/matlab/demo_plasticity.m       Sun Nov  9 
13:32:09 2014
@@ -22,7 +22,7 @@
 %%
 
 % We compute a plasticity problem with a Von Mises criterion with or
-% without kinetic hardening
+% without kinematic hardening
 % For convenience we consider an homogenous Dirichlet condition on the left
 % of the domain and an easy computed Neumann Condition on the right
 
@@ -95,7 +95,11 @@
 von_mises_threshold(CVbottom) = 7000;
 von_mises_threshold(CVtop) = 8000;
 % Definition of hardening parameter
-H = mu(1)/5;
+if (with_hardening)
+  H = mu(1)/5;
+else
+  H = 0;
+end
 
 % Create the model
 md = gfModel('real');




reply via email to

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