getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Thu, 27 Sep 2018 04:18:18 -0400 (EDT)

branch: fixmisspell
commit c443a396a2113e94cb381cedeaeacce1baa2e54f
Author: Tetsuo Koyama <address@hidden>
Date:   Thu Sep 27 16:59:51 2018 +0900

    Fix typo in docs
---
 doc/sphinx/source/userdoc/model_nonlinear_elasticity.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sphinx/source/userdoc/model_nonlinear_elasticity.rst 
b/doc/sphinx/source/userdoc/model_nonlinear_elasticity.rst
index 8c125bc..e29755a 100644
--- a/doc/sphinx/source/userdoc/model_nonlinear_elasticity.rst
+++ b/doc/sphinx/source/userdoc/model_nonlinear_elasticity.rst
@@ -305,7 +305,7 @@ The Mooney-Rivlin law accepts two optional flags, the first 
one determines if th
 
 The plane strain hyperelastic law takes a pointer on a hyperelastic law as a 
parameter and performs a 2D plane strain approximation.
 
-``md`` is the model variable, ``mim`` the integration method, ``varname`` the 
string being the name of the variable on which the term is added, ``dataname`` 
the string being the name of the data in the model representing the 
coefficients of the law (can be constant or decribe on a finite element method) 
and ``region`` is the region on which the term is considered (by default, all 
the mesh). 
+``md`` is the model variable, ``mim`` the integration method, ``varname`` the 
string being the name of the variable on which the term is added, ``dataname`` 
the string being the name of the data in the model representing the 
coefficients of the law (can be constant or describe on a finite element 
method) and ``region`` is the region on which the term is considered (by 
default, all the mesh). 
 
 
 The program :file:`nonlinear_elastostatic.cc` in :file:`tests` directory and 
:file:`demo_nonlinear_elasticity.m` in :file:`interface/tests/matlab` directory 
are some examples of use of this brick with or without an incompressibility 
condition.



reply via email to

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