txs auto checkin
This commit is contained in:
parent
1b1a574edc
commit
0c0017b84a
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
\documentclass[10pt,a4paper,twoside]{book}
|
\documentclass[10pt,a4paper,twoside]{book}
|
||||||
\usepackage[latin1]{inputenc}
|
%\usepackage[latin1]{inputenc}
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\usepackage{amsfonts}
|
\usepackage{amsfonts}
|
||||||
\usepackage{amssymb}
|
\usepackage{amssymb}
|
||||||
|
|
@ -460,6 +460,10 @@ make
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item \textbf{gmsh2}: \Gls{gmsh} file format in version 2.0. This has to be in ASCII format.
|
\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{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}
|
\end{itemize}
|
||||||
\item \textbf{meshFile}: Character.
|
\item \textbf{meshFile}: Character.
|
||||||
Mesh filename.
|
Mesh filename.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue