Skip to content
Snippets Groups Projects
Commit 320aac0e authored by Chris Cantwell's avatar Chris Cantwell
Browse files

Formatting and tidying of ADRSolver and IncNS docs.

parent 73b2afb8
No related branches found
No related tags found
No related merge requests found
......@@ -324,10 +324,12 @@ region is then assigned an appropriate boundary condition.
<D VAR="u" VALUE="sin(PI*x)*sin(PI*y)" />
</REGION>
<REGION REF="1">
<R VAR="u" VALUE="sin(PI*x)*sin(PI*y)-PI*sin(PI*x)*cos(PI*y)" PRIMCOEFF="1" />
<R VAR="u" VALUE="sin(PI*x)*sin(PI*y)-PI*sin(PI*x)*cos(PI*y)"
PRIMCOEFF="1" />
</REGION>
<REGION REF="2">
<N VAR="u" VALUE="(5/sqrt(61))*PI*cos(PI*x)*sin(PI*y)-(6/sqrt(61))*PI*sin(PI*x)*cos(PI*y)" />
<N VAR="u" VALUE="(5/sqrt(61))*PI*cos(PI*x)*sin(PI*y)-
(6/sqrt(61))*PI*sin(PI*x)*cos(PI*y)" />
</REGION>
.
.
......
This diff is collapsed.
......@@ -220,12 +220,12 @@ outer sep=0,fill=black!05]{\texttt{#1}};}
\NewEnviron{notebox}
{\par\medskip\noindent
\begin{tikzpicture}
\node[inner sep=3pt,fill=black!10,draw=black!30] (box)
\node[inner sep=5pt,fill=black!10,draw=black!30] (box)
{\parbox[t]{.99\linewidth}{%
\begin{minipage}{.1\textwidth}
\begin{minipage}{.1\linewidth}
\centering\tikz[scale=1]\node[scale=1.5]{\bcinfo};
\end{minipage}%
\begin{minipage}{.8\textwidth}
\begin{minipage}{.9\linewidth}
\textbf{Note}\par\smallskip
\BODY
\end{minipage}\hfill}%
......@@ -235,12 +235,12 @@ outer sep=0,fill=black!05]{\texttt{#1}};}
\NewEnviron{warningbox}
{\par\medskip\noindent
\begin{tikzpicture}
\node[inner sep=3pt,fill=red!10,draw=black!30] (box)
\node[inner sep=5pt,fill=red!10,draw=black!30] (box)
{\parbox[t]{.99\linewidth}{%
\begin{minipage}{.1\textwidth}
\begin{minipage}{.1\linewidth}
\centering\tikz[scale=1]\node[scale=1.5]{\bcdanger};
\end{minipage}%
\begin{minipage}{.8\textwidth}
\begin{minipage}{.9\linewidth}
\textbf{Warning}\par\smallskip
\BODY
\end{minipage}\hfill}%
......@@ -250,12 +250,12 @@ outer sep=0,fill=black!05]{\texttt{#1}};}
\NewEnviron{tipbox}
{\par\medskip\noindent
\begin{tikzpicture}
\node[inner sep=3pt,fill=green!10,draw=black!30] (box)
\node[inner sep=5pt,fill=green!10,draw=black!30] (box)
{\parbox[t]{.99\linewidth}{%
\begin{minipage}{.1\textwidth}
\begin{minipage}{.1\linewidth}
\centering\tikz[scale=1]\node[scale=1.5]{\bclampe};
\end{minipage}%
\begin{minipage}{.8\textwidth}
\begin{minipage}{.9\linewidth}
\textbf{Tip}\par\smallskip
\BODY
\end{minipage}\hfill}%
......@@ -265,12 +265,12 @@ outer sep=0,fill=black!05]{\texttt{#1}};}
\NewEnviron{custombox}[3]
{\par\medskip\noindent
\begin{tikzpicture}
\node[inner sep=3pt,fill=#3!10,draw=black!30] (box)
{\parbox[t]{.99\textwidth}{%
\begin{minipage}{.1\textwidth}
\node[inner sep=5pt,fill=#3!10,draw=black!30] (box)
{\parbox[t]{.99\linewidth}{%
\begin{minipage}{.1\linewidth}
\centering\tikz[scale=1]\node[scale=1.5]{#2};
\end{minipage}%
\begin{minipage}{.8\textwidth}
\begin{minipage}{.9\linewidth}
\textbf{#1}\par\smallskip
\BODY
\end{minipage}\hfill}%
......
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