From: Wolfgang Bangerth Date: Mon, 13 Oct 2014 23:59:16 +0000 (-0500) Subject: Minor documentation updates. X-Git-Tag: v8.2.0-rc1~107^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e407cb9bed0c48c9fbba6586da9d8c9055edb221;p=dealii.git Minor documentation updates. --- diff --git a/include/deal.II/base/time_stepping.h b/include/deal.II/base/time_stepping.h index de564fe1d0..d68715bf2a 100644 --- a/include/deal.II/base/time_stepping.h +++ b/include/deal.II/base/time_stepping.h @@ -314,9 +314,10 @@ namespace TimeStepping * is the function $ f(t,y) $ that should be integrated, the input * parameters are the time t and the vector y and the output is value of * f at this point. @p id_minus_tau_J_inverse is a function that computes - * $ inv(I-\tau J)$ where $ I $ is the identity matrix, $ \tau - * $ is given, and $ J $ is the Jacobian $ \frac{\partial - * J}{\partial y} $. The input parameters are the time, $ \tau $, and + * $ (I-\tau J)^{-1}$ where $ I $ is the identity matrix, $ \tau $ + * is given, and $ J $ is the Jacobian $ \frac{\partial + * J}{\partial y} $. The input parameters this function receives + * are the time, $ \tau $, and * a vector. The output is the value of function at this point. * evolve_one_time_step returns the time at the end of the time step. */