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 06:58:38 -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 9cdaaa1  :wrench: typo
9cdaaa1 is described below

commit 9cdaaa18065f1897a9b17ac273e0b594e957f897
Author: Tetsuo Koyama <address@hidden>
AuthorDate: Sun Apr 12 10:57:38 2020 +0000

    :wrench: typo
---
 doc/sphinx/source/project/contribute.rst    | 2 +-
 doc/sphinx/source/tutorial/wheel.rst        | 2 +-
 doc/sphinx/source/userdoc/model_Nitsche.rst | 2 +-
 doc/sphinx/source/userdoc/parallel.rst      | 2 +-
 doc/sphinx/source/whatsnew/4.3.rst          | 3 ++-
 5 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/sphinx/source/project/contribute.rst 
b/doc/sphinx/source/project/contribute.rst
index cf57886..a02d3a0 100644
--- a/doc/sphinx/source/project/contribute.rst
+++ b/doc/sphinx/source/project/contribute.rst
@@ -28,7 +28,7 @@ How to contribute / Git repository on Savannah
 .. _tfwebteam: https://www.transifex.com/getfem-doc
 
 .. |cfvlang| replace:: Currently supported languages by Sphinx are
-.. _cfvlang: 
http://www.sphinx-doc.org/en/stable/usage/configuration.html#confval-language
+.. _cfvlang: 
https://www.sphinx-doc.org/en/latest/usage/configuration.html#confval-language
 
 .. |sphintl| replace:: Sphinx Internationalization
 .. _sphintl: http://www.sphinx-doc.org/en/stable/intl.html
diff --git a/doc/sphinx/source/tutorial/wheel.rst 
b/doc/sphinx/source/tutorial/wheel.rst
index 8fe66df..9622851 100644
--- a/doc/sphinx/source/tutorial/wheel.rst
+++ b/doc/sphinx/source/tutorial/wheel.rst
@@ -157,7 +157,7 @@ where :math:`X` is the vector of coordinates of the point. 
We add this transform
 
   md.add_interpolate_transformation_from_expression('Proj1', mesh1, mesh2, 
'[X(1);0]')
 
-As a consequence, it will be possible to use this transformation, from the 
mesh of the wheel to the mesh of the foundation, into GWFL expressions. Notes 
that this is here a very simple constant expression. More complex expressions 
depending on the data or even the variables of the model can be used. If the 
expression of a transformation depends on the variable of the model, the 
tangent linear system will automatically takes into account this dependence 
(see :ref:`ud-gasm-high-transf` for [...]
+As a consequence, it will be possible to use this transformation, from the 
mesh of the wheel to the mesh of the foundation, into GWFL expressions. Notes 
that this is here a very simple constant expression. More complex expressions 
depending on the data or even the variables of the model can be used. If the 
expression of a transformation depends on the variable of the model, the 
tangent linear system will automatically takes into account this dependence 
(see :ref:`ud-gasm-high-transf` for [...]
 
 Using the defined transformation, we can write an integral contact condition 
using an augmented Lagrangian formulation (see :ref:`ud-model-contact-friction` 
for more details). The corresponding term (to be added to the rest of the weak 
formulation) reads:
 
diff --git a/doc/sphinx/source/userdoc/model_Nitsche.rst 
b/doc/sphinx/source/userdoc/model_Nitsche.rst
index 0dfe51c..f4b2080 100644
--- a/doc/sphinx/source/userdoc/model_Nitsche.rst
+++ b/doc/sphinx/source/userdoc/model_Nitsche.rst
@@ -27,7 +27,7 @@ This is the case for instance for mixed formulations of 
incompressible elasticit
 The Neumann terms depend also frequently on some parameters of the model 
(elasticity coefficients ...) but this is assumed to be contained in its 
expression.
 
 For instance, if there is a Laplace term (:math:`\Delta u`), applied on the 
variable :math:`u`, the Neumann term will be :math:`G = \dfrac{\partial 
u}{\partial n}` where :math:`n` is the outward unit normal on the considered 
boundary.
-If :math:`u` represents the displacements of a deformable body, the Neumann 
term will be :math:`G = \sigma(u)n`, where :math:`\sigma(u)` is the stress 
tensor depending on the consitutive law.
+If :math:`u` represents the displacements of a deformable body, the Neumann 
term will be :math:`G = \sigma(u)n`, where :math:`\sigma(u)` is the stress 
tensor depending on the constitutive law.
 Of course, in that case :math:`G` also depends on some material parameters.
 If additionally a mixed incompressibility brick is added with a variable 
:math:`p` denoting the pressure, the Neumann term on :math:`u` will depend on 
:math:`p` in the following way:
 :math:`G = \sigma(u)n - pn`
diff --git a/doc/sphinx/source/userdoc/parallel.rst 
b/doc/sphinx/source/userdoc/parallel.rst
index 14b2d68..5d03fe3 100644
--- a/doc/sphinx/source/userdoc/parallel.rst
+++ b/doc/sphinx/source/userdoc/parallel.rst
@@ -14,7 +14,7 @@ parallelization adapted to its specificities in order to
 obtain a good load balancing. You may build your own parallelization
 using the mesh regions to parallelize assembly procedures.
 
-Nevertheless, the brick system offers a generic parallelization based on MPI
+Nevertheless, the brick system offers a generic parallelization based on `Open 
MPI <https://www.open-mpi.org>`_
 (communication between processes),
 `METIS <http://glaros.dtc.umn.edu/gkhome/metis/metis/overview>`_
 (partition of the mesh)
diff --git a/doc/sphinx/source/whatsnew/4.3.rst 
b/doc/sphinx/source/whatsnew/4.3.rst
index 8b8c476..b7ba26c 100644
--- a/doc/sphinx/source/whatsnew/4.3.rst
+++ b/doc/sphinx/source/whatsnew/4.3.rst
@@ -22,7 +22,8 @@ The main changes are:
    * A large sliding contact with friction brick is now working
      (work of Konstantinos Poulios and Yves Renard) and will be extended soon.
 
-   * A support for Nitsche type method for Dirichlet and contact conditions.   
     the corresponding model bricks will certainly evolve to incorporate the
+   * A support for Nitsche type method for Dirichlet and contact conditions.
+     The corresponding model bricks will certainly evolve to incorporate the
      use of the high-level generic assembly.
 
    * A torus_mesh_fem object allowing to easily transform 3D problems into



reply via email to

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