Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove an outdated comment. Link to step-19. #14230

Merged
merged 1 commit into from
Aug 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions include/deal.II/particles/data_out.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ namespace Particles
/**
* This class generates graphical output for the particles stored by a
* ParticleHandler object. From a particle handler, it generates patches which
* can then be used to write traditional output files. This class currently
* only supports writing the particle position and their ID and does not allow
* to write the properties attached to the particles
* can then be used to write traditional output files.
*
* The class does, in essence, for particles what ::DataOut does for
* finite element fields, using a similar interface. It is used in
* step-19, for example.
*
* @ingroup Particle
*/
Expand Down