Skip to content
Snippets Groups Projects
Commit d302ac59 authored by Ashwin Vishnu's avatar Ashwin Vishnu
Browse files

Corrections on fluidfft paper

parent 1e67d14c
No related branches found
No related tags found
No related merge requests found
...@@ -1746,7 +1746,8 @@ ...@@ -1746,7 +1746,8 @@
\href{https://bitbucket.org/fluiddyn/fluiddyn/issues}{Issues page on Bitbucket}. \href{https://bitbucket.org/fluiddyn/fluiddyn/issues}{Issues page on Bitbucket}.
Discussions and questions can be aired on instant messaging channels in Riot (or Discussions and questions can be aired on instant messaging channels in Riot (or
equivalent with Matrix protocol) at equivalent with Matrix protocol) at
\href{https://riot.im/app/#/room/#fluiddyn-users:matrix.org}{\codeinline{\#fluiddyn-users:matrix.org}} \url{%
https://matrix.to/#/#fluiddyn-users:matrix.org}
or via IRC protocol on Freenode at \codeinline{\#fluiddyn-users}. or via IRC protocol on Freenode at \codeinline{\#fluiddyn-users}.
\subsection*{Conclusions} \subsection*{Conclusions}
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
vimtex: vimtex:
# gvim $(name).tex --servername GVIM & # gvim $(name).tex --servername GVIM &
# xterm -class GVIM -e vim $(name).tex --servername GVIM & # xterm -class GVIM -e vim $(name).tex --servername GVIM &
NVIM_LISTEN_ADDRESS=GVIM nvim-gtk $(name).tex & NVIM_LISTEN_ADDRESS=GVIM nvim-qt $(name).tex &
doit: vimtex $(name).pdf doit: vimtex $(name).pdf
zathura $(name).pdf & zathura $(name).pdf &
......
This diff is collapsed.
...@@ -22,8 +22,9 @@ ...@@ -22,8 +22,9 @@
evince $(name).pdf & evince $(name).pdf &
vimtex: vimtex:
gvim $(name).tex --servername GVIM & # gvim $(name).tex --servername GVIM &
# gnome-terminal -- vim $(name).tex --servername GVIM # xterm -class GVIM -e vim $(name).tex --servername GVIM &
NVIM_LISTEN_ADDRESS=GVIM nvim-qt $(name).tex &
doit: vimtex $(name).pdf doit: vimtex $(name).pdf
zathura $(name).pdf & zathura $(name).pdf &
......
...@@ -1200,8 +1200,8 @@ ...@@ -1200,8 +1200,8 @@
the \href{https://bitbucket.org/fluiddyn/fluidsim/issues}{Issues page on the \href{https://bitbucket.org/fluiddyn/fluidsim/issues}{Issues page on
Bitbucket}. Discussions and questions can be aired on instant messaging Bitbucket}. Discussions and questions can be aired on instant messaging
channels in Riot (or equivalent with Matrix protocol) at channels in Riot (or equivalent with Matrix protocol) at
\href{https://riot.im/app/#/room/#fluiddyn-users:matrix.org}{\codeinline{% \url{%
\#fluiddyn-users:matrix.org}} https://matrix.to/#/#fluiddyn-users:matrix.org}
or via IRC protocol on Freenode at \codeinline{\#fluiddyn-users}. or via IRC protocol on Freenode at \codeinline{\#fluiddyn-users}.
\section*{Acknowledgements} \section*{Acknowledgements}
......
...@@ -120,5 +120,5 @@ ...@@ -120,5 +120,5 @@
\href{http://fftw.org}{#2}}{% \href{http://fftw.org}{#2}}{%
\ifstrequal{#2}{MKL}{% \ifstrequal{#2}{MKL}{%
\href{https://software.intel.com/en-us/mkl}{#2}}{% \href{https://software.intel.com/en-us/mkl}{#2}}{%
\ifstrequal{#2}{pfft}{% \ifstrequal{#2}{PFFT}{%
\href{https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.en}{#2}}{% \href{https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.en}{#2}}{%
...@@ -124,5 +124,5 @@ ...@@ -124,5 +124,5 @@
\href{https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.en}{#2}}{% \href{https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.en}{#2}}{%
\ifstrequal{#2}{p3dfft}{% \ifstrequal{#2}{P3DFFT}{%
\href{http://p3dfft.net}{#2}}{% \href{http://p3dfft.net}{#2}}{%
\ifstrequal{#2}{2decomp\&FFT}{% \ifstrequal{#2}{2decomp\&FFT}{%
\href{http://www.2decomp.org}{#2}}{% \href{http://www.2decomp.org}{#2}}{%
......
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