Skip to content

Commit

Permalink
Remove duplicated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Dec 28, 2024
1 parent 64da3dd commit 5bc17a6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/first_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,22 +171,6 @@ And we display the initial data.

\snippet{trimleft} uniform_heat_equation.cpp initial-display

\snippet{trimleft} uniform_heat_equation.cpp time iteration

To display the data, a chunk is created on the host using the \ref ddc::create_mirror function.

\snippet{trimleft} uniform_heat_equation.cpp host-chunk

We deepcopy the data from the `ghosted_last_temp` chunk to `ghosted_temp` on the host.

\snippet{trimleft} uniform_heat_equation.cpp boundary conditions

\snippet{trimleft} uniform_heat_equation.cpp initial-deepcopy

And we display the initial data.

\snippet{trimleft} uniform_heat_equation.cpp initial-display

For the numerical scheme, two chunkspans are created:

* `next_temp` a span excluding ghosts of the temperature at the time-step we will build.
Expand Down

0 comments on commit 5bc17a6

Please sign in to comment.