getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] branch devel-tetsuo-add_lumped_mass_py


From: Tetsuo Koyama
Subject: [Getfem-commits] [getfem-commits] branch devel-tetsuo-add_lumped_mass_python_interface_squash updated: Add brick at the end of the methods in tests
Date: Tue, 20 Apr 2021 19:57:45 -0400

This is an automated email from the git hooks/post-receive script.

tkoyama010 pushed a commit to branch 
devel-tetsuo-add_lumped_mass_python_interface_squash
in repository getfem.

The following commit(s) were added to 
refs/heads/devel-tetsuo-add_lumped_mass_python_interface_squash by this push:
     new bffdb60  Add brick at the end of the methods in tests
bffdb60 is described below

commit bffdb607cf8e4667ae303bee795813a31159adc5
Author: Tetsuo Koyama <tkoyama010@gmail.com>
AuthorDate: Wed Apr 21 08:56:09 2021 +0900

    Add brick at the end of the methods in tests
---
 interface/tests/matlab-octave/demo_elasticity.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/tests/matlab-octave/demo_elasticity.m 
b/interface/tests/matlab-octave/demo_elasticity.m
index 74b51a9..f71f7fd 100644
--- a/interface/tests/matlab-octave/demo_elasticity.m
+++ b/interface/tests/matlab-octave/demo_elasticity.m
@@ -93,11 +93,11 @@ if (option == 1)
 elseif (option == 2)
   gf_model_set(md, 'add initialized data', 'E', [E]);
   gf_model_set(md, 'add initialized data', 'nu', [nu]);
-  gf_model_set(md, 'add isotropic linearized elasticity brick pstrain', mim, 
'u', 'E', 'nu');
+  gf_model_set(md, 'add isotropic linearized elasticity pstrain brick', mim, 
'u', 'E', 'nu');
 elseif (option == 3)
   gf_model_set(md, 'add initialized data', 'E', [E]);
   gf_model_set(md, 'add initialized data', 'nu', [nu]);
-  gf_model_set(md, 'add isotropic linearized elasticity brick pstress', mim, 
'u', 'E', 'nu');
+  gf_model_set(md, 'add isotropic linearized elasticity pstress brick', mim, 
'u', 'E', 'nu');
 end
 
 if (incompressible)



reply via email to

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