From f4d14af68f890542dd817e7762cbc1ca1a4f474a Mon Sep 17 00:00:00 2001 From: Nuno Miguel Nobre Date: Fri, 30 Jun 2023 19:49:42 +0100 Subject: [PATCH] Fix description of the output scalar field --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecfef4b..454c819 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ This command should show a list of fTetWild parameters. The inputs of our software are triangle surface meshes in `.off/.obj/.stl/.ply` format. -We support `.mesh/.msh` format output. The default output format is `.msh` with minimum dihedral angle recorded as element scalar field, which can be visualized by software [Gmsh](http://gmsh.info/). You can use `PyMesh::MshLoader` and `PyMesh::MshSaver` in `pymesh/` for read and write `.msh` meshes. +We support `.mesh/.msh` format output. The default output format is `.msh` with the elements' energy as the scalar field, which can be visualized by software [Gmsh](http://gmsh.info/). You can use `PyMesh::MshLoader` and `PyMesh::MshSaver` in `pymesh/` for read and write `.msh` meshes. ### Features