getfem-commits
[Top][All Lists]
Advanced

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

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


From: logari81
Subject: [Getfem-commits] r5254 - in /trunk/getfem: doc/sphinx/source/userdoc/ interface/src/ src/ src/getfem/
Date: Tue, 22 Mar 2016 23:11:59 -0000

Author: logari81
Date: Wed Mar 23 00:11:57 2016
New Revision: 5254

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

Modified:
    trunk/getfem/doc/sphinx/source/userdoc/gasm_high.rst
    trunk/getfem/doc/sphinx/source/userdoc/model_Mindlin_plate.rst
    trunk/getfem/interface/src/gf_asm.cc
    trunk/getfem/interface/src/gf_model_set.cc
    trunk/getfem/src/bgeot_convex_ref_simplexified.cc
    trunk/getfem/src/getfem/getfem_models.h

Modified: trunk/getfem/doc/sphinx/source/userdoc/gasm_high.rst
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/userdoc/gasm_high.rst?rev=5254&r1=5253&r2=5254&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/userdoc/gasm_high.rst        (original)
+++ trunk/getfem/doc/sphinx/source/userdoc/gasm_high.rst        Wed Mar 23 
00:11:57 2016
@@ -725,7 +725,7 @@
 functions given by a matrix which may depend on the element which is applied
 to the local degrees of freedom at the element level. an example of definition
 of elementary transformation can be found in the file
-:file:`src/linearized_plate.cc`. It aims for instance to define a local
+:file:`src/getfem_linearized_plates.cc`. It aims for instance to define a local
 projection of a finite element on a lower level element to perform a
 reduction such as the one used in MITC elements.
 
@@ -745,7 +745,7 @@
   Elementary_transformation(Div_Test_u, transname)
   Elementary_transformation(Hess_Test_u, transname)
 
-where ``u`` is one of the FEM variables of the model/workspace. For the 
moment, the only available elementary transformation is the the one for the 
projection on rotated RT0 element for two-dimensional elements which can be 
added thanks to the function (defined in :file:`getfem/linearized_plate.h`)::
+where ``u`` is one of the FEM variables of the model/workspace. For the 
moment, the only available elementary transformation is the the one for the 
projection on rotated RT0 element for two-dimensional elements which can be 
added thanks to the function (defined in 
:file:`src/getfem/getfem_linearized_plates.h`)::
 
   add_2D_rotated_RT0_projection(model, transname)
 

Modified: trunk/getfem/doc/sphinx/source/userdoc/model_Mindlin_plate.rst
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/userdoc/model_Mindlin_plate.rst?rev=5254&r1=5253&r2=5254&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/userdoc/model_Mindlin_plate.rst      
(original)
+++ trunk/getfem/doc/sphinx/source/userdoc/model_Mindlin_plate.rst      Wed Mar 
23 00:11:57 2016
@@ -75,14 +75,14 @@
 
   \int_{\Omega}G\epsilon (\nabla u_3 - P^h(\theta))\cdot(\nabla v_3 - 
P^h(\psi))dx
 
-The principle of the definition of an elementary projection is explained if 
the description of the high-level generica assembly language (see 
:ref:`ud-gasm-high-elem-trans`) and an example can be found in the file 
:file:`src/getfem_linearized_plate.cc`.
+The principle of the definition of an elementary projection is explained if 
the description of the high-level generic assembly language (see 
:ref:`ud-gasm-high-elem-trans`) and an example can be found in the file 
:file:`src/getfem_linearized_plates.cc`.
 
 
 
 Add a Mindlin-Reissner plate model brick to a model
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 
-The following function defined in :file:`getfem/getfem_linearized_plate.h` 
allows to add a Mindlin-Reissner plate model term to a transverse displacement 
`u3` and a rotation `theta`::
+The following function defined in 
:file:`src/getfem/getfem_linearized_plates.h` allows to add a Mindlin-Reissner 
plate model term to a transverse displacement `u3` and a rotation `theta`::
 
   size_type add_Mindlin_Reissner_plate_brick
   (model, mim, mim_reduced, name_u3, name_theta, param_E,

Modified: trunk/getfem/interface/src/gf_asm.cc
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/src/gf_asm.cc?rev=5254&r1=5253&r2=5254&view=diff
==============================================================================
--- trunk/getfem/interface/src/gf_asm.cc        (original)
+++ trunk/getfem/interface/src/gf_asm.cc        Wed Mar 23 00:11:57 2016
@@ -1015,7 +1015,7 @@
        );
 
     /address@hidden A = ('bilaplacian KL', @tmim mim, @tmf mf_u, @tmf mf_d, 
@dvec a, @dvec nu[, @int region])
-      Assembly of the matrix for the Bilaplacian problem with Kirchoff-Love 
formulation.
+      Assembly of the matrix for the Bilaplacian problem with Kirchhoff-Love 
formulation.
 
       :math:`\Delta(a(x)\Delta u) = 0`   with `a` scalar.
 

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=5254&r1=5253&r2=5254&view=diff
==============================================================================
--- trunk/getfem/interface/src/gf_model_set.cc  (original)
+++ trunk/getfem/interface/src/gf_model_set.cc  Wed Mar 23 00:11:57 2016
@@ -1754,7 +1754,7 @@
       `datalambda` and `datamu` are the Lame coefficients of the studied
       material.
       `datathreshold` is the plasticity threshold of the material.
-      The three last variable could be constants or described on the
+      The three last variables could be constants or described on the
       same finite element method.
       `region` is an optional mesh region on which the term is added.
       If it is not specified, it is added on the whole mesh.

Modified: trunk/getfem/src/bgeot_convex_ref_simplexified.cc
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/src/bgeot_convex_ref_simplexified.cc?rev=5254&r1=5253&r2=5254&view=diff
==============================================================================
--- trunk/getfem/src/bgeot_convex_ref_simplexified.cc   (original)
+++ trunk/getfem/src/bgeot_convex_ref_simplexified.cc   Wed Mar 23 00:11:57 2016
@@ -300,7 +300,7 @@
       return simplexified_prism_6_nb;
     }
 
-    GMM_ASSERT1(false, "No simplexification  for this element");
+    GMM_ASSERT1(false, "No simplexification for this element");
   }
 
 

Modified: trunk/getfem/src/getfem/getfem_models.h
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/src/getfem/getfem_models.h?rev=5254&r1=5253&r2=5254&view=diff
==============================================================================
--- trunk/getfem/src/getfem/getfem_models.h     (original)
+++ trunk/getfem/src/getfem/getfem_models.h     Wed Mar 23 00:11:57 2016
@@ -961,7 +961,7 @@
     const std::string& get_macro(const std::string &name) const;
 
     /** Delete a variable or data of the model. */
-    void delete_variable(const std::string &varnamename);
+    void delete_variable(const std::string &varname);
 
     /** Gives the access to the mesh_fem of a variable if any. Throw an
         exception otherwise. */




reply via email to

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