diff --git a/doc/parallel_parameters.tex b/doc/parallel_parameters.tex
index e0723ff32d348ef509333e045a3ed25e09bd098a..8c5147ab57cdbb2b188f04c50ac2a1c03d9091cb 100644
--- a/doc/parallel_parameters.tex
+++ b/doc/parallel_parameters.tex
@@ -66,4 +66,24 @@ constructor of MeshDistributor.  {\small
   information about all DOF indices in ranks domain. They may be
   useful for debugging or some postprocessing steps. \\\hline
 \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}
\ No newline at end of file