Skip to content
Snippets Groups Projects
Commit 5a3202fa authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

parameter_list update

parent dfa8ce49
No related branches found
No related tags found
No related merge requests found
...@@ -66,4 +66,24 @@ constructor of MeshDistributor. {\small ...@@ -66,4 +66,24 @@ constructor of MeshDistributor. {\small
information about all DOF indices in ranks domain. They may be information about all DOF indices in ranks domain. They may be
useful for debugging or some postprocessing steps. \\\hline useful for debugging or some postprocessing steps. \\\hline
\end{longtable}} \end{longtable}}
\section{HL\_SignedDistTraverse}
Reinitialization class HL\_SignedDistTraverse gets the label \texttt{[name]} as first argument in the constructor. {\small
\begin{longtable}[c]{|>{\ttfamily}lp{.15\textwidth}>{\ttfamily}lp{.4\textwidth}|}
\hline
\textrm{\textbf{keyword}} & \textrm{\textbf{data type}} & \textrm{\textbf{default}} & \textrm{\textbf{description}} \\
\hline\hline
\hline
\basis tolerance & \textbf{double} & & Tolerance for Hopf-Lax update iteration loop.\\\hline
\basis maximal number of iteration steps & \textbf{int} & & Maximal number of mesh iterations for Hopf-Lax update.\\\hline
\basis Gauss-Seidel iteration & \textbf{bool} & & Indicates whether Gauss-Seidel or Jacobi iteration is used. 0: Jacobi, 1: Gauss-Seidel\\\hline
\basis infinity value & \textbf{double} & & Initialization value ``inifinity'' for non-boundary vertices. Must be $>$ 1000\\\hline
\end{longtable}}
\end{document} \end{document}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment