Skip to content

Commit

Permalink
add parallel propagation skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
NonDairyNeutrino committed Nov 25, 2024
1 parent 5d03eca commit 8c3a2f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion presentations/asa/poma/src/index.tex
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,16 @@ \section{Methods}

\subsubsection{Parallel Propagation}

\subsubsection{Corrections}
\begin{itemize}
\item Choose coarse propagator $\mathcal{C}$ - e.g. RK2 with a large time step
\item Choose fine propagator $\mathcal{F}$ - e.e. Velocity-Verlet with small time step
\item On $i$-th iteration, use $\mathcal{C}$ to solve each subproblem $p$ in parallel - coarse solution is $\mathcal{C} u_p^i$
\item On $i$-th iteration, use $\mathcal{F}$ to solve each subproblem $p$ in parallel - fine solution is $\mathcal{F} u_p^i$
\end{itemize}

\subsubsection{Corrections}
\begin{itemize}
\item Coarse propagate big-picture solution but with each term corrected
\subsubsection{Iterate}

\subsection{GPU Computing}
Expand Down

0 comments on commit 8c3a2f9

Please sign in to comment.