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 document
Date: Tue, 20 Apr 2021 19:51:34 -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 3e69a4f  Add brick at the end of the methods in document
3e69a4f is described below

commit 3e69a4fb4f5a463f1e7ca8e78195ee9dcc59b0f7
Author: Tetsuo Koyama <tkoyama010@gmail.com>
AuthorDate: Wed Apr 21 08:51:01 2021 +0900

    Add brick at the end of the methods in document
---
 doc/sphinx/source/userdoc/model_linear_elasticity.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/sphinx/source/userdoc/model_linear_elasticity.rst 
b/doc/sphinx/source/userdoc/model_linear_elasticity.rst
index 6ebbf1f..ca28a87 100644
--- a/doc/sphinx/source/userdoc/model_linear_elasticity.rst
+++ b/doc/sphinx/source/userdoc/model_linear_elasticity.rst
@@ -56,13 +56,13 @@ representing the |Lame| coefficients.
 
 The function which adds this brick to a model and parametrized with Young 
modulus and Poisson ratio is::
 
-  ind_brick = getfem::add_isotropic_linearized_elasticity_brick_pstrain
+  ind_brick = getfem::add_isotropic_linearized_elasticity_pstrain_brick
               (md, mim, varname, data_E, data_nu, region = size_type(-1));
 
 
 This brick represent a plane strain approximation when it is applied to a 2D 
mesh (and a standard model on a 3D mesh). In order to obtain a plane stress 
approximation for 2D meshes, one can use::
 
-  ind_brick = getfem::add_isotropic_linearized_elasticity_brick_pstress
+  ind_brick = getfem::add_isotropic_linearized_elasticity_pstress_brick
               (md, mim, varname, data_E, data_nu, region = size_type(-1));
 
 For 3D meshes, the two previous bricks give the same result.



reply via email to

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