getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] (no subject)


From: Yves Renard
Subject: [Getfem-commits] (no subject)
Date: Wed, 31 May 2017 03:06:58 -0400 (EDT)

branch: devel-yves
commit de0d2ae60c1100f4b6f01b4922e40620102c899f
Author: Yves Renard <address@hidden>
Date:   Fri May 19 08:59:35 2017 +0200

    minor test modif
---
 doc/sphinx/source/userdoc/gasm_low.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sphinx/source/userdoc/gasm_low.rst 
b/doc/sphinx/source/userdoc/gasm_low.rst
index 78569cf..e9629e4 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
 ===============================================================
 
-This section present the first version of generic assembly procedure which has 
been implemented in |gf|. It is quite a low-level one. It allows to easily 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 
high-level generic assembly has been developped to circumvent these 
difficulties (see :ref:`ud-gasm-high`).
+This section present the first version of generic assembly procedure which has 
been implemented in |gf|. It allows to easily 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 high-level 
generic assembly has been developped to circumvent these difficulties (see 
:ref:`ud-gasm-high`).
 
 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]