次のページから現在のページの下部に画像を強制的に移動するにはどうすればよいですか?

次のページから現在のページの下部に画像を強制的に移動するにはどうすればよいですか?

次のコードがあります:

Concretely, the algorithm works as follows: Given an n x m grid with 'k' processes, we split up the grid horizontally into 'k' chunks, where each process is responsible for its own chunk. Each chunk is padded with extra halo regions at the top and bottom (with the exception of the topmost and bottom-most chunks -- these will have exactly one extra halo region). We then use MPI interface to allow processes to exchange halo regions with each other and compute the stencil algorithm on their respective chunks. 


\begin{figure}[H]
    \centering
    \includegraphics[trim={0 0 0cm 0},clip,scale=0.4]{halo}
    \caption{Halo exchange between 3 processes using Row Decomposition}
    \label{fig:9-stars stencil}
\end{figure}

私のページは次のようになります:

ここに画像の説明を入力してください

画像をページ 1 の一番下まで引き上げたいのですが、どうすれば実現できますか?

関連情報