From: Bruno Blais Date: Fri, 29 May 2020 11:47:50 +0000 (-0400) Subject: Update examples/step-68/doc/intro.dox X-Git-Tag: v9.3.0-rc1~1101^2~27 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe5d3fea5bcf788affee7ac907481b95aa58bdb;p=dealii.git Update examples/step-68/doc/intro.dox Co-authored-by: Peter Munch --- diff --git a/examples/step-68/doc/intro.dox b/examples/step-68/doc/intro.dox index cfca2e80b9..9314c3782a 100644 --- a/examples/step-68/doc/intro.dox +++ b/examples/step-68/doc/intro.dox @@ -23,7 +23,7 @@ Particles play an important part in numerical models for a large or they can even be used to simulate the motion of granular matter, as is the case with the Discrete Element Method (DEM) (Blais et al. 2019). In the case of DEM, the resulting model is not related to the finite element method anymore, - but just leads to a serie of ordinary differential equation which describes + but just leads to a system of ordinary differential equation which describes the motion of the particles and the dynamic of their collisions. All of these models can be built using deal.II particle handling capabilities.