Skip to content
Snippets Groups Projects
Commit aaf24977 authored by Philipp Nuske's avatar Philipp Nuske
Browse files

adapted the "Flow of things" to the boxdarcyfluxvariables

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9219 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 1a2c649d
No related branches found
No related tags found
No related merge requests found
...@@ -336,11 +336,11 @@ Being a function is indicated by round brackets \verb+()+ but only the function ...@@ -336,11 +336,11 @@ Being a function is indicated by round brackets \verb+()+ but only the function
}$} }$}
\begin{tabular}{||l||} \begin{tabular}{||l||}
\hline\hline \hline\hline
\textbf{\textcircled{\ref{calc}}}\verb+FluxVariables vars()+ \\ \textbf{\textcircled{\ref{calc}}}\verb+FluxVariables fluxVars()+ \\
\begin{scriptsize}this is a call to a constructor: \end{scriptsize}\\ \begin{scriptsize}this is a call to a constructor: \end{scriptsize}\\
\begin{scriptsize}calculate the gradients and average the K\end{scriptsize}\\ \begin{scriptsize}calculate the velocities \end{scriptsize}\\
\textbf{called by}: 2plocalresidual.hh\\ \textbf{called by}: 2plocalresidual.hh\\
\textbf{implemented in}: 2pfluxvariables.hh\\ \textbf{implemented in}: boxdarcyfluxvariables.hh\\
\hline\hline \hline\hline
\end{tabular} \end{tabular}
$\overrightarrow{ $\overrightarrow{
...@@ -348,7 +348,7 @@ Being a function is indicated by round brackets \verb+()+ but only the function ...@@ -348,7 +348,7 @@ Being a function is indicated by round brackets \verb+()+ but only the function
\begin{tabular}{||l||} \begin{tabular}{||l||}
\hline\hline \hline\hline
\textbf{\textcircled{\ref{calc}}}\verb+computeAdvectiveFlux()+ (other models: also diffusive)\\ \textbf{\textcircled{\ref{calc}}}\verb+computeAdvectiveFlux()+ (other models: also diffusive)\\
\scriptsize{for 2p-model: calculation of phase velocities}\\ \scriptsize{upwinding decision via \verb+massUpwindWeight_+}\\
\textbf{called by}: 2plocalresidual.hh\\ \textbf{called by}: 2plocalresidual.hh\\
\textbf{implemented in}: 2plocalresidual.hh\\ \textbf{implemented in}: 2plocalresidual.hh\\
\hline\hline \hline\hline
......
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