getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Thu, 27 Sep 2018 04:18:18 -0400 (EDT)

branch: fixmisspell
commit 9aba30b62c7a4a308a9ac15926f82b8197681d49
Author: Tetsuo Koyama <address@hidden>
Date:   Thu Sep 27 17:15:13 2018 +0900

    Fix typo in docs
---
 doc/sphinx/source/userdoc/model_time_integration.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sphinx/source/userdoc/model_time_integration.rst 
b/doc/sphinx/source/userdoc/model_time_integration.rst
index 218e42f..ab845fa 100644
--- a/doc/sphinx/source/userdoc/model_time_integration.rst
+++ b/doc/sphinx/source/userdoc/model_time_integration.rst
@@ -116,7 +116,7 @@ For a model `md`, the following instructions::
    model.perform_init_time_derivative(ddt);
    standard_solve(model, iter);
 
-allows to perform automatically the approximation of the initial time 
derivative. The parameter `ddt` corresponds to the small time step used to 
perform the aproximation. Typically, `dtt = dt/20` could be used where  `dt` is 
the time step used to approximate the transient problem (see the example below).
+allows to perform automatically the approximation of the initial time 
derivative. The parameter `ddt` corresponds to the small time step used to 
perform the aproximation. Typically, `ddt = dt/20` could be used where  `dt` is 
the time step used to approximate the transient problem (see the example below).
 
 The implicit theta-method for second-order problems
 ***************************************************



reply via email to

[Prev in Thread] Current Thread [Next in Thread]