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: Wed, 11 Nov 2020 08:42:31 -0500 (EST)

branch: master
commit 7912c992daefdb88e1068f6f11ea68515a76d9d7
Author: Yves Renard <Yves.Renard@insa-lyon.fr>
AuthorDate: Wed Nov 11 14:42:19 2020 +0100

    minor correction
---
 src/getfem_import.cc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/getfem_import.cc b/src/getfem_import.cc
index b317e57..ce0b377 100644
--- a/src/getfem_import.cc
+++ b/src/getfem_import.cc
@@ -213,9 +213,9 @@ namespace getfem {
      Lower dimensions elements in the regions of lower_dim_convex_rg will
      be imported as independant convexes.
 
-     If add_all_element_type is set to true, convexes with less dimension
-     than highest dimension pgt and are not part of other element's face will
-     be imported as independent convexes.
+     If add_all_element_type is set to true, elements with lower dimension
+     than highest dimension and that are not part of other element's face will
+     be imported as independent elements.
 
      for gmsh and gid meshes, the mesh nodes are always 3D, so for a 2D mesh
      if remove_last_dimension == true the z-component of nodes will be removed
@@ -1538,7 +1538,7 @@ namespace getfem {
     if (bgeot::casecmp(format,"gmsh")==0)
       import_gmsh_mesh_file(f,m);
     else if (bgeot::casecmp(format,"gmsh_with_lower_dim_elt")==0)
-      import_gmsh_mesh_file(f,m,0,NULL,true);
+      import_gmsh_mesh_file(f,m,0,NULL,NULL,true);
     else if (bgeot::casecmp(format,"gmshv2")==0)/* deprecate */
       import_gmsh_mesh_file(f,m,2);
     else if (bgeot::casecmp(format,"gid")==0)



reply via email to

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