From 5a3202fac53848fa88e051b07184c806fcf4a1aa Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Thu, 10 Mar 2011 12:11:54 +0000 Subject: [PATCH] parameter_list update --- doc/parallel_parameters.tex | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/parallel_parameters.tex b/doc/parallel_parameters.tex index e0723ff3..8c5147ab 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 -- GitLab