From 9e1a85ff8f243a048e310eb3ccd6d43210370f3b Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 16 Jun 2023 19:30:49 +0200 Subject: [PATCH] Fix a typo in step-19 --- examples/step-19/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-19/doc/intro.dox b/examples/step-19/doc/intro.dox index 58d33cbed7..f424f38b03 100644 --- a/examples/step-19/doc/intro.dox +++ b/examples/step-19/doc/intro.dox @@ -25,7 +25,7 @@ this simply leads to a set of ordinary differential equations, for example if you want to track the positions of the planets in the solar system over time, then deal.II is clearly not the right tool. On the other hand, if this evolution is due to the interaction with the solution of partial differential -equation, or if having a mesh to determine which particles interact +equations, or if having a mesh to determine which particles interact with others (such as in the [smoothed particle hydrodynamics (SPH)](https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics) method), then deal.II has support for you. -- 2.39.5