main.tex (2572B)
1 \RequirePackage{amsmath} 2 \documentclass[runningheads]{llncs} 3 \usepackage{url} 4 \usepackage{graphicx} 5 \graphicspath{{figures/}} 6 \usepackage{booktabs} 7 \usepackage[caption=false]{subfig} 8 \usepackage{mathtools} 9 \usepackage{cleveref} 10 \usepackage{amsmath} 11 \usepackage{enumitem} 12 \usepackage[boxed]{algorithm2e} 13 14 \newcommand{\keywords}[1]{\par\addvspace\baselineskip 15 \noindent\keywordname\enspace\ignorespaces#1} 16 17 % custom mathematical expressions 18 \newcommand{\Var}[1]{\sigma_{#1}^2} 19 \newcommand{\Fourier}[1]{\mathcal{F}\left\{#1\right\}} 20 \newcommand{\InverseFourier}[1]{\mathcal{F}^{-1}\left\{#1\right\}} 21 \newcommand{\Fun}[1]{\mathcal{D}_1\left(x,#1\right)} 22 \newcommand{\FunSecond}[1]{\mathcal{D}_2\left(x,#1\right)} 23 \newcommand{\FunThird}[1]{\mathcal{D}_2\left(x,#1\right)} 24 \newcommand{\FunThreeD}[1]{\mathcal{D}_3\left(x,y,#1\right)} 25 \newcommand{\Sinh}[1]{\cosh\left(#1\right)} 26 \newcommand{\SinhX}[1]{\sinh\left(#1\right)} 27 28 \newcommand{\FourierY}[2]{\mathcal{F}_{#2}\!\left\{#1\right\}} 29 \newcommand{\InverseFourierY}[2]{\mathcal{F}^{-1}_{#2}\!\left\{#1\right\}} 30 31 \newcommand{\FourierX}[3]{\mathcal{F}_{#2}\!\left\{#1\right\}\!\left(#3\right)} 32 \newcommand{\InverseFourierX}[3]{\mathcal{F}^{-1}_{#2}\!\left\{#1\right\}\!\left(#3\right)} 33 34 % properly aligned version of sqrt for \zeta_y^2 35 \newcommand{\SqrtZeta}[1]{\sqrt{\vphantom{\zeta_x^2}\smash[b]{#1}}} 36 37 % wave vector 38 \newcommand{\Kvec}{\vec{k}} 39 \newcommand{\Kveclen}{\lvert\smash[b]{\Kvec}\rvert} 40 41 42 43 44 \title{Acceleration of computing and visualization processes with OpenCL for standing sea wave simulation model} 45 \titlerunning{Acceleration of computing and visualization} 46 \toctitle{Acceleration of computing and visualization processes with OpenCL for standing sea wave simulation model} 47 \author{Andrei Ivashchenko \and Alexey Belezeko \and Ivan Gankevich \and Vladimir Korkhov \and Nataliia Kulabukhova} 48 \authorrunning{A.~Ivashchenko, A.~Belezeko, I.~Gankevich, V. Korkhov, N.~Kulabukhova} 49 \tocauthor{A.\:Ivashchenko et al.} 50 \institute{Saint Petersburg State University,\\Dept. of Computer Modeling and Multiprocessor Systems,\\Universitetskii prospekt 35, Petergof, Saint Petersburg, Russia 198504\\\email{aiivashchenko@cc.spbu.ru, alexey.belezeko@gmail.com, i.gankevich@spbu.ru, v.korkhov@spbu.ru, n.kulabukhova@spbu.ru}} 51 52 53 % 1. Add authors. Check 54 % 2. Architecture diagram. Check 55 % 3. Resize figures. Check 56 % 4. Rewrite section mentioning CUDA. 57 58 \begin{document} 59 60 \maketitle 61 62 \input{src/abstract} 63 \input{src/head} 64 \input{src/body} 65 \input{src/tail} 66 67 \bibliographystyle{splncs03} 68 \bibliography{src/refs.bib} 69 70 \end{document}