getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] r4899 - in /trunk/getfem: doc/sphinx/source/userdoc/ in


From: logari81
Subject: [Getfem-commits] r4899 - in /trunk/getfem: doc/sphinx/source/userdoc/ interface/src/ interface/src/scilab/help/en_US/ interface/src/scilab/he...
Date: Mon, 23 Mar 2015 16:15:17 -0000

Author: logari81
Date: Mon Mar 23 17:15:17 2015
New Revision: 4899

URL: http://svn.gna.org/viewcvs/getfem?rev=4899&view=rev
Log:
fix typos

Modified:
    trunk/getfem/doc/sphinx/source/userdoc/model_elastoplasticity.rst
    trunk/getfem/doc/sphinx/source/userdoc/model_linear_elasticity.rst
    trunk/getfem/interface/src/gf_mesh_fem_set.cc
    trunk/getfem/interface/src/gf_mesh_set.cc
    trunk/getfem/interface/src/gf_model_set.cc
    trunk/getfem/interface/src/scilab/help/en_US/gf_model_set.xml
    trunk/getfem/interface/src/scilab/help/latex/getfemmatlab.lyx
    trunk/getfem/interface/src/scilab/help/latex/getfemmatlab.tex
    trunk/getfem/src/getfem/getfem_contact_and_friction_common.h
    trunk/getfem/src/getfem/getfem_contact_and_friction_large_sliding.h
    trunk/getfem/src/getfem/getfem_models.h
    trunk/getfem/src/gmm/gmm_blas.h

Modified: trunk/getfem/doc/sphinx/source/userdoc/model_elastoplasticity.rst
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/userdoc/model_elastoplasticity.rst?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/userdoc/model_elastoplasticity.rst   
(original)
+++ trunk/getfem/doc/sphinx/source/userdoc/model_elastoplasticity.rst   Mon Mar 
23 17:15:17 2015
@@ -76,7 +76,7 @@
 Perfect elasto-plasticity problem
 +++++++++++++++++++++++++++++++++
 
-Contrary to the elastic phenomenon, the plasticity of a material is 
characterised by the onset of permanent deformations whithin the solid, 
resulted from the action of the constraints to which it is subjected.
+Contrary to the elastic phenomenon, the plasticity of a material is 
characterised by the onset of permanent deformations within the solid, resulted 
from the action of the constraints to which it is subjected.
 
 Generally, these deformations appear beyond a certain stress threshold, noted 
:math:`s`. In fact, under this threshold the behavior of the material is linear 
and reversible, which means elastic. On the contrary, when :math:`\sigma` > s, 
permanent deformations appear and the behavior is not linear at all.
 
@@ -245,7 +245,7 @@
 ##################################################
 
 
-Here, :math:`\sigma` is whithin the convex :math:`K` and so the projection can 
be written as following:
+Here, :math:`\sigma` is within the convex :math:`K` and so the projection can 
be written as following:
 
 .. math::
 

Modified: trunk/getfem/doc/sphinx/source/userdoc/model_linear_elasticity.rst
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/userdoc/model_linear_elasticity.rst?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/userdoc/model_linear_elasticity.rst  
(original)
+++ trunk/getfem/doc/sphinx/source/userdoc/model_linear_elasticity.rst  Mon Mar 
23 17:15:17 2015
@@ -54,7 +54,7 @@
 brick.
 
 
-linear incompressibility (or nearly incompressibility) brick
+Linear incompressibility (or nearly incompressibility) brick
 ------------------------------------------------------------
 
 This brick adds a linear incompressibility condition (or a nearly 
incompressible

Modified: trunk/getfem/interface/src/gf_mesh_fem_set.cc
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/src/gf_mesh_fem_set.cc?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/getfem/interface/src/gf_mesh_fem_set.cc       (original)
+++ trunk/getfem/interface/src/gf_mesh_fem_set.cc       Mon Mar 23 17:15:17 2015
@@ -156,7 +156,7 @@
     /address@hidden ('classical discontinuous fem', @int K[, @tscalar alpha[, 
@ivec CVIDX]])
     Assigns a classical (Lagrange polynomial) discontinuous fem or order K.
 
-    Similar to MESH_FEM:SET('classical fem') except that
+    Similar to MESH_FEM:SET('set classical fem') except that
     FEM_PK_DISCONTINUOUS is used. Param `alpha` the node inset,
     :math:`0 \leq alpha < 1`, where 0 implies usual dof nodes, greater values
     move the nodes toward the center of gravity, and 1 means that all

Modified: trunk/getfem/interface/src/gf_mesh_set.cc
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/src/gf_mesh_set.cc?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/getfem/interface/src/gf_mesh_set.cc   (original)
+++ trunk/getfem/interface/src/gf_mesh_set.cc   Mon Mar 23 17:15:17 2015
@@ -303,7 +303,7 @@
     /address@hidden ('extend region', @int rnum, @dmat CVFIDs)
     Extends the region identified by the region number `rnum` to include
     the set of convexes or/and convex faces provided in the matrix
-    `CVFIDs`, see also 'set_region'@address@hidden/
+    `CVFIDs`, see also ``MESH:SET('set region)address@hidden/
     sub_command
       ("extend region", 2, 2, 0, 0,
        set_region(*pmesh, in, false);

Modified: trunk/getfem/interface/src/gf_model_set.cc
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/src/gf_model_set.cc?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/getfem/interface/src/gf_model_set.cc  (original)
+++ trunk/getfem/interface/src/gf_model_set.cc  Mon Mar 23 17:15:17 2015
@@ -1274,7 +1274,7 @@
     a multiplier `multname` peviously added to the model (should be a fixed
     size variable). The constraint is :math:`BU=L`
     with `B` being a rectangular sparse matrix. It is possible to change
-    the constraint at any time whith the methods MODEL:SET('set private 
matrix')
+    the constraint at any time with the methods MODEL:SET('set private matrix')
     and MODEL:SET('set private rhs'). Return the brick index in the 
address@hidden/
     sub_command
       ("add constraint with multipliers", 4, 4, 0, 1,
@@ -1324,7 +1324,7 @@
     The constraint is :math`BU=L` with `B` being a rectangular sparse matrix.
     Be aware that `B` should not contain a palin row, otherwise the whole
     tangent matrix will be plain. It is possible to change the constraint
-    at any time whith the methods MODEL:SET('set private matrix')
+    at any time with the methods MODEL:SET('set private matrix')
     and MODEL:SET('set private rhs'). The method
     MODEL:SET('change penalization coeff') can be used. Return the brick
     index in the address@hidden/

Modified: trunk/getfem/interface/src/scilab/help/en_US/gf_model_set.xml
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/src/scilab/help/en_US/gf_model_set.xml?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/getfem/interface/src/scilab/help/en_US/gf_model_set.xml       
(original)
+++ trunk/getfem/interface/src/scilab/help/en_US/gf_model_set.xml       Mon Mar 
23 17:15:17 2015
@@ -791,7 +791,7 @@
     a multiplier <literal>multname</literal> peviously added to the model 
(should be a fixed
     size variable). The constraint is <latex 
style="text"><![CDATA[BU=L]]></latex>
     with <literal>B</literal> being a rectangular sparse matrix. It is 
possible to change
-    the constraint at any time whith the methods gf_model_set(model M, 'set 
private matrix')
+    the constraint at any time with the methods gf_model_set(model M, 'set 
private matrix')
     and gf_model_set(model M, 'set private rhs'). Return the brick index in 
the model.
     </para>
     </listitem>
@@ -803,7 +803,7 @@
     The constraint is :math<literal>BU=L</literal> with <literal>B</literal> 
being a rectangular sparse matrix.
     Be aware that <literal>B</literal> should not contain a palin row, 
otherwise the whole
     tangent matrix will be plain. It is possible to change the constraint
-    at any time whith the methods gf_model_set(model M, 'set private matrix')
+    at any time with the methods gf_model_set(model M, 'set private matrix')
     and gf_model_set(model M, 'set private rhs'). The method
     gf_model_set(model M, 'change penalization coeff') can be used. Return the 
brick
     index in the model.

Modified: trunk/getfem/interface/src/scilab/help/latex/getfemmatlab.lyx
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/src/scilab/help/latex/getfemmatlab.lyx?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/getfem/interface/src/scilab/help/latex/getfemmatlab.lyx       
(original)
+++ trunk/getfem/interface/src/scilab/help/latex/getfemmatlab.lyx       Mon Mar 
23 17:15:17 2015
@@ -33666,7 +33666,7 @@
 \end_inset
 
  with `B` being a rectangular sparse matrix.
- It is possible to change the constraint at any time whith the methods 'set
+ It is possible to change the constraint at any time with the methods 'set
  private matrix' and 'set private rhs'
 \end_layout
 
@@ -33754,7 +33754,7 @@
  with `B` being a rectangular sparse matrix.
  Be aware that `B` should not contain a plain row, otherwise the whole tangent
  matrix will be plain.
- It is possible to change the constraint at any time whith the methods 'set
+ It is possible to change the constraint at any time with the methods 'set
  private matrix' and 'set private rhs'.
  The method 'change penalization coeff' can be used.
 \end_layout

Modified: trunk/getfem/interface/src/scilab/help/latex/getfemmatlab.tex
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/src/scilab/help/latex/getfemmatlab.tex?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/getfem/interface/src/scilab/help/latex/getfemmatlab.tex       
(original)
+++ trunk/getfem/interface/src/scilab/help/latex/getfemmatlab.tex       Mon Mar 
23 17:15:17 2015
@@ -3041,7 +3041,7 @@
 size variable).
 The constraint is $BU=L$ with `B` being a rectangular sparse matrix.
 It is possible to change the constraint
-at any time whith the methods 'set private matrix'
+at any time with the methods 'set private matrix'
 and 'set private rhs'
 
 \sep{@@ind_brick=gf_model_set(md,'add constraint with penalization',  \tstr 
varname, \tscal coeff, \tmat B, \tvec L)@@} :
@@ -3049,7 +3049,7 @@
 The constraint is $BU=L$ with `B` being a rectangular sparse matrix.
 Be aware that `B` should not contain a plain row, otherwise the whole
 tangent matrix will be plain. It is possible to change the constraint
-at any time whith the methods 'set private matrix'
+at any time with the methods 'set private matrix'
 and 'set private rhs'. The method 'change penalization coeff' can be used.
 
 \sep{@@ind_brick=gf_model_set(md,'add explicit matrix', \tstr varname1, \tstr 
varname2, \tmat B[, \tint issymmetric[, \tint iscoercive]])@@} :

Modified: trunk/getfem/src/getfem/getfem_contact_and_friction_common.h
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/src/getfem/getfem_contact_and_friction_common.h?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/getfem/src/getfem/getfem_contact_and_friction_common.h        
(original)
+++ trunk/getfem/src/getfem/getfem_contact_and_friction_common.h        Mon Mar 
23 17:15:17 2015
@@ -798,7 +798,7 @@
   /** Add a rigid obstacle whose geometry corresponds to the zero level-set
       of the high-level generic assembly expression `expr`
       to an existing raytracing interpolate transformation called 'transname'.
-      In `expr`, the current position is denoted `X` whith components
+      In `expr`, the current position is denoted `X` with components
       `X(1), X(2), ...`. It is also allowed to use `x` instead of `X(1)`,
       `y` instead of `X(2)`, `z` instead of `X(3)` and `w` instead of `X(4)`. 
   */

Modified: trunk/getfem/src/getfem/getfem_contact_and_friction_large_sliding.h
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/src/getfem/getfem_contact_and_friction_large_sliding.h?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/getfem/src/getfem/getfem_contact_and_friction_large_sliding.h 
(original)
+++ trunk/getfem/src/getfem/getfem_contact_and_friction_large_sliding.h Mon Mar 
23 17:15:17 2015
@@ -160,7 +160,7 @@
   /** Adds a rigid obstacle to an existing large sliding contact brick.
       `indbrick` is the brick index, `obs` is the expression of a
       function which should be closed to a signed distance to the obstacle.
-      In `obs`, the current position is denoted `X` whith components
+      In `obs`, the current position is denoted `X` with components
       `X(1), X(2), ...`. It is also allowed to use `x` instead of `X(1)`,
       `y` instead of `X(2)`, `z` instead of `X(3)` and `w` instead of `X(4)`. 
   */

Modified: trunk/getfem/src/getfem/getfem_models.h
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/src/getfem/getfem_models.h?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/getfem/src/getfem/getfem_models.h     (original)
+++ trunk/getfem/src/getfem/getfem_models.h     Mon Mar 23 17:15:17 2015
@@ -2332,7 +2332,7 @@
       sparse matrix.
       Be aware that `B` should not contain a plain row, otherwise the whole
       tangent matrix will be plain. It is possible to change the constraint
-      at any time whith the methods set_private_matrix and set_private_rhs.
+      at any time with the methods set_private_matrix and set_private_rhs.
       The method change_penalization_coeff can also be used.
   */
   template <typename MAT, typename VECT>
@@ -2352,7 +2352,7 @@
       size variable).
       The constraint is $BU=L$ with `B` being a rectangular sparse matrix.
       It is possible to change the constraint
-      at any time whith the methods set_private_matrix
+      at any time with the methods set_private_matrix
       and set_private_rhs.
   */
   template <typename MAT, typename VECT>

Modified: trunk/getfem/src/gmm/gmm_blas.h
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/src/gmm/gmm_blas.h?rev=4899&r1=4898&r2=4899&view=diff
==============================================================================
--- trunk/getfem/src/gmm/gmm_blas.h     (original)
+++ trunk/getfem/src/gmm/gmm_blas.h     Mon Mar 23 17:15:17 2015
@@ -1218,8 +1218,8 @@
   }
 
   /* ******************************************************************** */
-  /*           Matrix and vector addition                                */
-  /*   algorithms are built in order to avoid some conflicts whith        */
+  /*   Matrix and vector addition                                         */
+  /*   algorithms are built in order to avoid some conflicts with         */
   /*   repeated arguments or with overlapping part of a same object.      */
   /*   In the latter case, conflicts are still possible.                  */
   /* ******************************************************************** */




reply via email to

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