Modified documentation to change input meshFormat from gmsh to gmsh2 in

preparation for supporting gmsh v4 in the future.
This commit is contained in:
Jorge Gonzalez 2021-03-29 09:49:19 +02:00
commit 16b86542d4
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View file

@ -358,7 +358,10 @@ make
\end{itemize} \end{itemize}
\item \textbf{meshType}: Character. \item \textbf{meshType}: Character.
Format of mesh file. Format of mesh file.
Currently, only the value \textbf{gmsh} is accepted, which makes reference to \Gls{gmsh} v2.0 output format. Accepted formats are:
\begin{itemize}
\item \textbf{gmsh2}: \Gls{gmsh} file format in version 2.0.
\end{itemize}
\item \textbf{meshFile}: Character. \item \textbf{meshFile}: Character.
Mesh filename. Mesh filename.
This file is searched in the path \textbf{output.path} and must contain the file extension. This file is searched in the path \textbf{output.path} and must contain the file extension.