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: Sun, 20 Oct 2019 07:08:46 -0400 (EDT)

branch: fixmisspell
commit 838fc6f8c8bc2fed280d9fe8fb959f796185c0ca
Author: Tetsuo Koyama <address@hidden>
Date:   Sun Oct 20 20:08:09 2019 +0900

    ADD: -format msh1 option of gmsh
---
 doc/sphinx/source/python/howtos.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sphinx/source/python/howtos.rst 
b/doc/sphinx/source/python/howtos.rst
index a69bba3..49beb40 100644
--- a/doc/sphinx/source/python/howtos.rst
+++ b/doc/sphinx/source/python/howtos.rst
@@ -16,7 +16,7 @@ If we have in the file `quad.geo` a parameterized mesh, as 
this:
 
 then, when we run::
 
-  $ gmsh -2 quad.geo
+  $ gmsh -2 quad.geo -format msh1
 
 the file `quad.msh` is created and contains the encoding of the mesh and its
 regions. We can import that file (*quad.msh*) to getfem::



reply via email to

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