Improvements to mesh and double mesh #13
2 changed files with 4 additions and 1 deletions
Modified documentation to change input meshFormat from gmsh to gmsh2 in
preparation for supporting gmsh v4 in the future.
commit
16b86542d4
Binary file not shown.
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue