getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] (no subject)


From: Yves Renard
Subject: [Getfem-commits] (no subject)
Date: Mon, 25 Jun 2018 03:15:45 -0400 (EDT)

branch: master
commit 8ebe2d21b77890b6419782dec055a6a81aef5194
Author: Yves Renard <address@hidden>
Date:   Mon Jun 25 09:07:55 2018 +0200

    minor changes
---
 doc/sphinx/source/glossary.rst          | 4 ++--
 doc/sphinx/source/whatsnew/5.3.rst      | 2 +-
 interface/src/python/getfem_python.c    | 2 +-
 interface/tests/python/Makefile.am      | 2 ++
 src/getfem_generic_assembly_semantic.cc | 2 +-
 5 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/doc/sphinx/source/glossary.rst b/doc/sphinx/source/glossary.rst
index 0d87455..0f843a7 100644
--- a/doc/sphinx/source/glossary.rst
+++ b/doc/sphinx/source/glossary.rst
@@ -27,7 +27,7 @@ Glossary
       problem in general. 
 
    Element
-      A element is a small piece of a domain with a special shape (a segment,
+      An element is a small piece of a domain with a special shape (a segment,
       a triangle, a quadrilateron, an tetrahedron, a hexahedron or a prism
       for dimensions less or equal to three. A mesh is the union of
       non intersecting elements.
@@ -62,7 +62,7 @@ Glossary
 
    Reference element
       A reference element or a convex of reference is a special **element**
-      on which the elmentary computations (integrals) are performed.
+      on which the elementary computations (integrals) are performed.
       For instance, the reference segment in |gf| is the segment [0,1].
       The reference triangle is the triangle (0,0), (0,1), (1,0). etc.
 
diff --git a/doc/sphinx/source/whatsnew/5.3.rst 
b/doc/sphinx/source/whatsnew/5.3.rst
index a45f79e..8e8c069 100644
--- a/doc/sphinx/source/whatsnew/5.3.rst
+++ b/doc/sphinx/source/whatsnew/5.3.rst
@@ -6,7 +6,7 @@
 
 The main contribution of this version is the extension of the language 
allowing macro definition and explicit differentiation.
 
-Released version, 2018/06/20.
+Released version, 2018/06/22.
 
 The main changes are:
 
diff --git a/interface/src/python/getfem_python.c 
b/interface/src/python/getfem_python.c
index 0d77ad8..643ba38 100644
--- a/interface/src/python/getfem_python.c
+++ b/interface/src/python/getfem_python.c
@@ -781,7 +781,7 @@ getfem_env(PyObject *self, PyObject *args) {
     ("2004-2018 GetFEM++ project");
   } else if (strcmp(word_in,"authors") == 0) {
     word_out = PyString_FromString
-    ("Yves Renard, Julien Pommier");
+    ("Yves Renard, Julien Pommier, Konstantinos Poulios");
   } else if (strcmp(word_in,"url") == 0) {
     word_out = PyString_FromString("http://home.gna.org/getfem/";);
   } else if (strcmp(word_in,"license") == 0) {
diff --git a/interface/tests/python/Makefile.am 
b/interface/tests/python/Makefile.am
index 8319e8d..e9af543 100644
--- a/interface/tests/python/Makefile.am
+++ b/interface/tests/python/Makefile.am
@@ -43,6 +43,8 @@ EXTRA_DIST=                                           \
        demo_step_by_step.py                            \
        demo_stokes_3D_tank.py                          \
        demo_stokes_3D_tank_draw.py                     \
+       demo_finite_strain_plasticity.py                \
+       demo_finite_strain_plasticity_3D.py             \
        demo_thermo_elasticity_electrical_coupling.py   \
        demo_cracked_thermo_elastic_body.py             \
        demo_nonlinear_elasticity.py                    \
diff --git a/src/getfem_generic_assembly_semantic.cc 
b/src/getfem_generic_assembly_semantic.cc
index c087ced..0e1c161 100644
--- a/src/getfem_generic_assembly_semantic.cc
+++ b/src/getfem_generic_assembly_semantic.cc
@@ -1805,7 +1805,7 @@ namespace getfem {
                             ref_elt_dim, eval_fixed_size, ignore_X, option);
            child1 = pnode->children[1];
          } else {
-           mi = child1->t.sizes(); mi.push_back(me.dim());
+           mi = child1->t.sizes(); mi.push_back(meshdim);
            child1->t.adjust_sizes(mi);
            child1->node_type = GA_NODE_ZERO;
            gmm::clear(child1->tensor().as_vector());



reply via email to

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