getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] (no subject)


From: Konstantinos Poulios
Subject: [Getfem-commits] (no subject)
Date: Sat, 14 Jul 2018 01:43:32 -0400 (EDT)

branch: fixmisspell
commit 0c10151a3d0f80ca3d1281de90cb312a07ea9a4e
Author: Konstantinos Poulios <address@hidden>
Date:   Sat Jul 14 07:43:13 2018 +0200

    Fix typo
---
 doc/sphinx/source/userdoc/gasm_high.rst                            | 4 ++--
 doc/sphinx/source/userdoc/model_contact_friction_large_sliding.rst | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/sphinx/source/userdoc/gasm_high.rst 
b/doc/sphinx/source/userdoc/gasm_high.rst
index 15fe7da..2497b13 100644
--- a/doc/sphinx/source/userdoc/gasm_high.rst
+++ b/doc/sphinx/source/userdoc/gasm_high.rst
@@ -766,11 +766,11 @@ For instance, the assembly expression to prescribe the 
equality of a variable ``
 
 (see :file:`demo\_periodic\_laplacian.m` in :file:`interface/tests/matlab` 
directory).
 
-In some situations, the interpolation of a point may fail if the transformed 
point is outside the target mesh. Both in order to treat this case and to allow 
the transformation to differentiate some other cases (see 
:ref:`ud-model-contact-friction_raytrace_inter_trans` for the differentiation 
between rigid bodies and deformable ones in the 
Raytracing_interpolate_transformation) the tranformation returns an integer 
identifiant to the weak form language. A value 0 of this identifiant means  
[...]
+In some situations, the interpolation of a point may fail if the transformed 
point is outside the target mesh. Both in order to treat this case and to allow 
the transformation to differentiate some other cases (see 
:ref:`ud-model-contact-friction_raytrace_inter_trans` for the differentiation 
between rigid bodies and deformable ones in the 
Raytracing_interpolate_transformation) the tranformation returns an integer 
identifier to the weak form language. A value 0 of this identifier means th 
[...]
 
   Interpolate_filter(transname, expr, i)
 
-where ``transname`` is the name of the transformation, ``expr`` is the 
expression to be evaluated and ``i`` value of the returned integer identifiant 
for which the expression have to be computed. Note that ``i`` can be ommited, 
in that case, the expression is evaluated for a nonzero identifiant (i.e. when 
a corresponding point has been found). For instance, the previous assembly 
expression to prescribe the equality of a variable ``u`` with its interpolation 
could be writtne::
+where ``transname`` is the name of the transformation, ``expr`` is the 
expression to be evaluated and ``i`` value of the returned integer identifier 
for which the expression have to be computed. Note that ``i`` can be ommited, 
in that case, the expression is evaluated for a nonzero identifier (i.e. when a 
corresponding point has been found). For instance, the previous assembly 
expression to prescribe the equality of a variable ``u`` with its interpolation 
could be writtne::
 
   Interpolate_filter(transmane, Interpolate(u,my_transformation)-u)*lambda)
   + Interpolate_filter(transmane, lambda*lambda, 0)
diff --git a/doc/sphinx/source/userdoc/model_contact_friction_large_sliding.rst 
b/doc/sphinx/source/userdoc/model_contact_friction_large_sliding.rst
index 80fa8f4..ec3a981 100644
--- a/doc/sphinx/source/userdoc/model_contact_friction_large_sliding.rst
+++ b/doc/sphinx/source/userdoc/model_contact_friction_large_sliding.rst
@@ -61,7 +61,7 @@ It is also possible to add a rigid obstacle (considered as a 
master surface) tha
 
 where ``expr`` is the expression of a signed distance to the obstacle using 
the syntax of the weak form language (``X`` being the current position, 
``X(0)``, ``X(1)`` ... the corresponding components). For instance an 
expression ``X(0) + 5`` will correspond to a flat obstacle lying on the right 
of the position ``-5`` of the first coordinate. Be aware that the expression 
have to be close to a signed distance, which in particular means that the 
gradient norm have to be close to 1. 
 
-In order to distinguish between non-contact situations and the occurence of a 
contact with another deformable body or with a rigid obstacle, the 
transformation returns an integer identifiant which can be used by the 
`Interpolate_filter` command of the weak form language (see 
:ref:`ud-gasm-high-transf`). The different values:
+In order to distinguish between non-contact situations and the occurence of a 
contact with another deformable body or with a rigid obstacle, the 
transformation returns an integer identifier which can be used by the 
`Interpolate_filter` command of the weak form language (see 
:ref:`ud-gasm-high-transf`). The different values:
 
 * 0 : no contact found on this Gauss point
 



reply via email to

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