feature/meshText #57
1 changed files with 5 additions and 1 deletions
txs auto checkin
commit
0c0017b84a
|
|
@ -1,5 +1,5 @@
|
|||
\documentclass[10pt,a4paper,twoside]{book}
|
||||
\usepackage[latin1]{inputenc}
|
||||
%\usepackage[latin1]{inputenc}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{amssymb}
|
||||
|
|
@ -460,6 +460,10 @@ make
|
|||
\begin{itemize}
|
||||
\item \textbf{gmsh2}: \Gls{gmsh} file format in version 2.0. This has to be in ASCII format.
|
||||
\item \textbf{vtu}: \Gls{vtu} file format. This has to be in ASCII format.
|
||||
\item \textbf{text}: Plain text file format only intended for 1D cases.
|
||||
This has to be in ASCII format and comma separated.
|
||||
The first column represents the position and the second column the physical ID of the node.
|
||||
Values have to be $1$ (left boundary), $2$ (right boundary), or $0$ (no boundary.)
|
||||
\end{itemize}
|
||||
\item \textbf{meshFile}: Character.
|
||||
Mesh filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue