Commit 350c16bb authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

addressed remaining notes in the appendix

parent c026e740
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -237,8 +237,8 @@ Using this transformation to calculate the integral leads to
                                         - 2 (\vec P_0 + \vec P_1)^T (\vec P_e + \vec P_f)  +  6 \vec P_e \vec P_f \right) .
\end{align}

In general, all entries in the matrix $\matrix B_{i,j,K}$ are non-zero and the mass-lumping technique using the numerical integration from \cref{eq:mass_lumping_numerical_integration} cannot be applied.
\todo{It can!}
In general, all entries in the matrix $\matrix B_{i,j,K}$ are non-zero.
% and the mass-lumping technique using the numerical integration from \cref{eq:mass_lumping_numerical_integration} cannot be applied.\todo{It can!}
The inverse matrix $\matrix b_{i,j,K}$ is computed using the LU factorization.

\clearpage
@@ -287,6 +287,6 @@ Using this transformation to calculate the integral leads to
                                         + 20 \vec P_e \vec P_f \right) .
\end{align}

In general, all entries in the matrix $\matrix B_{i,j,K}$ are non-zero and the mass-lumping technique using the numerical integration from \cref{eq:mass_lumping_numerical_integration} cannot be applied.
\todo{It can!}
In general, all entries in the matrix $\matrix B_{i,j,K}$ are non-zero.
% and the mass-lumping technique using the numerical integration from \cref{eq:mass_lumping_numerical_integration} cannot be applied.\todo{It can!}
The inverse matrix $\matrix b_{i,j,K}$ is computed using the LU factorization.
+7 −4
Original line number Diff line number Diff line
@@ -7,10 +7,13 @@
A Python script solving the system of equations that the given velocity set must satisfy.
The reference mentioned in the code is \cite[Section~3.4.7.2]{kruger:2017lattice}.

\bigskip
\noindent
[\href{https://mmg-gitlab.fjfi.cvut.cz/gitlab/-/snippets/2}{online version}]
\todo{hide the link in the printed version}
\vspace{1ex}
\begin{ocg}[printocg=never, exportocg=never, showingui=false]{PDF-only layer}{my-layer-id}{1}
    % content of the environment is visible in PDF, but blank when printing
    % https://gitlab.com/agrahn/ocgx2#usage
    \hfill[\href{https://mmg-gitlab.fjfi.cvut.cz/gitlab/-/snippets/2}{online version}]
\end{ocg}
\vspace{1ex}

\inputminted[
    linenos=true,
+1 −1
Original line number Diff line number Diff line
\usepackage{hyperref}
\hypersetup{
    colorlinks = true,
    % TODO disable colors for printing
    linkcolor = RedViolet,
    citecolor = RedViolet,
    urlcolor = RoyalBlue,
    filecolor = RoyalBlue,
}
\usepackage{ocgx2}

% better pdf bookmarks - build in one pass, more options (hyperref's bookmarks will be disabled)
\usepackage{bookmark}