getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] branch fixmisspell updated: :wrench: t


From: Tetsuo Koyama
Subject: [Getfem-commits] [getfem-commits] branch fixmisspell updated: :wrench: typo
Date: Sun, 12 Apr 2020 09:51:43 -0400

This is an automated email from the git hooks/post-receive script.

tkoyama010 pushed a commit to branch fixmisspell
in repository getfem.

The following commit(s) were added to refs/heads/fixmisspell by this push:
     new 0cdf24e  :wrench: typo
0cdf24e is described below

commit 0cdf24e1cdcb661e189a25493b4a52736cb2abfd
Author: Tetsuo Koyama <address@hidden>
AuthorDate: Sun Apr 12 13:51:14 2020 +0000

    :wrench: typo
---
 doc/sphinx/source/userdoc/gasm_high.rst | 2 +-
 doc/sphinx/source/userdoc/gasm_low.rst  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/sphinx/source/userdoc/gasm_high.rst 
b/doc/sphinx/source/userdoc/gasm_high.rst
index 431fd32..391f7d7 100644
--- a/doc/sphinx/source/userdoc/gasm_high.rst
+++ b/doc/sphinx/source/userdoc/gasm_high.rst
@@ -894,7 +894,7 @@ For instance, a term like
 
    \int_{\Omega_1}\int_{\Omega_1}e^{-\|x-y\|}u(x)u(y)dydx,
 
-would correspond to the following weak for language expression::
+would correspond to the following weak form language expression::
 
   exp(Norm(X-Secondary_domain(X)))*u*Secondary_domain(u)
 
diff --git a/doc/sphinx/source/userdoc/gasm_low.rst 
b/doc/sphinx/source/userdoc/gasm_low.rst
index d46d1ed..8e1accc 100644
--- a/doc/sphinx/source/userdoc/gasm_low.rst
+++ b/doc/sphinx/source/userdoc/gasm_low.rst
@@ -11,7 +11,7 @@
 Compute arbitrary terms - low-level generic assembly procedures (deprecated)
 ============================================================================
 
-This section present the first version of generic assembly procedure which has 
been implemented in |gf| and is now considered as deprecated. It allows to make 
the assembly of arbitrary matrices in the linear case. In the nonlinear case, 
some special "non_linear_term" object have to be implemented, which could be a 
bit tricky and obliges to use very low-level internal tools of |gf|. The 
generic weak for language (GWFL) has been developed to circumvent these 
difficulties (see :ref:`ud-gasm [...]
+This section present the first version of generic assembly procedure which has 
been implemented in |gf| and is now considered as deprecated. It allows to make 
the assembly of arbitrary matrices in the linear case. In the nonlinear case, 
some special "non_linear_term" object have to be implemented, which could be a 
bit tricky and obliges to use very low-level internal tools of |gf|. The 
generic weak form language (GWFL) has been developed to circumvent these 
difficulties (see :ref:`ud-gas [...]
 
 As it can be seen in the file :file:`getfem/getfem_assembling.h`, all the
 previous assembly procedures use a |gf_gasm| object and provide it an adequate



reply via email to

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