getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Mon, 8 Apr 2019 05:25:40 -0400 (EDT)

branch: fixmisspell
commit 05bd3af82b40635d468137545c3fba2f2664de43
Author: Tetsuo Koyama <address@hidden>
Date:   Mon Apr 8 18:23:04 2019 +0900

    Fix typo in docs
---
 doc/sphinx/source/project/femdesc.rst                 | 2 +-
 doc/sphinx/source/project/libdesc_event.rst           | 2 +-
 doc/sphinx/source/project/libdesc_high_gen_assemb.rst | 2 +-
 doc/sphinx/source/project/libdesc_interface.rst       | 4 ++--
 doc/sphinx/source/project/libdesc_model.rst           | 4 ++--
 doc/sphinx/source/tutorial/basic_usage.rst            | 2 +-
 doc/sphinx/source/tutorial/wheel.rst                  | 4 ++--
 doc/sphinx/source/userdoc/model_time_integration.rst  | 2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/doc/sphinx/source/project/femdesc.rst 
b/doc/sphinx/source/project/femdesc.rst
index 5f9e6cb..21e7ea6 100644
--- a/doc/sphinx/source/project/femdesc.rst
+++ b/doc/sphinx/source/project/femdesc.rst
@@ -48,7 +48,7 @@ elements:
 
 .. c:function:: bgeot::prism_P1_structure(dim_type d)
 
-   description of a prism of dimension ``d``
+   description of a prism of dimension ``d``.
 
 For instance if one needs the description of a square, one can call
 equivalently::
diff --git a/doc/sphinx/source/project/libdesc_event.rst 
b/doc/sphinx/source/project/libdesc_event.rst
index 32813e8..43cfe15 100644
--- a/doc/sphinx/source/project/libdesc_event.rst
+++ b/doc/sphinx/source/project/libdesc_event.rst
@@ -70,7 +70,7 @@ has changed between two calls.
 Perspectives
 ^^^^^^^^^^^^
 
-The event management of some objects should be analysed with care  This is the 
case for instance of |mls|, |mfls|, |pmf|, etc.
+The event management of some objects should be analysed with care. This is the 
case for instance of |mls|, |mfls|, |pmf|, etc.
 
 The event management still have to be improved to be a fully reactive system.
 
diff --git a/doc/sphinx/source/project/libdesc_high_gen_assemb.rst 
b/doc/sphinx/source/project/libdesc_high_gen_assemb.rst
index bd01d9a..fddcc42 100644
--- a/doc/sphinx/source/project/libdesc_high_gen_assemb.rst
+++ b/doc/sphinx/source/project/libdesc_high_gen_assemb.rst
@@ -86,7 +86,7 @@ Assembly tensors
 
 Assembly tensors are represented on each node by a ``bgeot::tensor<double>`` 
object. However, there is a specific structure in 
:file:`src/getfem\_generic\_assembly.cc` for assembly tensors because there is 
several format of assembly tensors :
 
-- Normal tensor. The first and second indices may represent the test function 
local indices if the node represent a first or second order term. Remember that 
in |gf| all tensors are stored with a Fortran order. This means that for 
instance a for a :math:`N\times P\times Q` tensor one has ``t(i, j, k) = t[i + 
j*N + k*N*P]``.
+- Normal tensor. The first and second indices may represent the test function 
local indices if the node represent a first or second order term. Remember that 
in |gf| all tensors are stored with a Fortran order. This means that for 
instance t for a :math:`N\times P\times Q` tensor one has ``t(i, j, k) = t[i + 
j*N + k*N*P]``.
 
 - Copied tensor. When a node is detected to have exactly the same expression 
compared to an already compiled one, the assembly tensor will contain a pointer 
to the assembly tensor of the already compiled node. The consequence is that no 
unnecessary copy is made.
 
diff --git a/doc/sphinx/source/project/libdesc_interface.rst 
b/doc/sphinx/source/project/libdesc_interface.rst
index 29a4c42..4365677 100644
--- a/doc/sphinx/source/project/libdesc_interface.rst
+++ b/doc/sphinx/source/project/libdesc_interface.rst
@@ -134,8 +134,8 @@ To make all the things work automatically, a certain number 
of rules have to be
 
   - :file:`gf_objectname_set.cc` : contains the methods which transform the 
object (if any).
 
-* A list of function is defined by only one file :file:`gf_commandname.cc`
-  it contains a list of sub-commands.
+* A list of function is defined by only one file :file:`gf_commandname.cc`.
+  It contains a list of sub-commands.
 
 
 * For each file, the main commentary on the list of functions or methods is 
delimited by the tags '/address@hidden' and '@*/'. For a file corresponding to 
the constructors of an object, the commentary should correspond to the 
description of the object.
diff --git a/doc/sphinx/source/project/libdesc_model.rst 
b/doc/sphinx/source/project/libdesc_model.rst
index 162b47a..81e47b6 100644
--- a/doc/sphinx/source/project/libdesc_model.rst
+++ b/doc/sphinx/source/project/libdesc_model.rst
@@ -25,9 +25,9 @@ Files
    :file:`getfem_models.h` and :file:`getfem_models.cc`, "Defines the object 
models, its internal and the standard bricks (linear elasticity, generic 
elliptic brick, Dirichlet boundary conditions ...)."
    :file:`getfem_model_solvers.h` and :file:`getfem_model_solvers.cc`, 
"Defines the the standard solvers for the model object."
    :file:`getfem_contact_and_friction_common.h` and 
:file:`getfem_contact_and_friction_common.cc`, "Common algorithms for 
contact/friction conditions on deformable bodies"
-   :file:`getfem_contact_and_friction_integral.h` and 
:file:`getfem_contact_and_friction_integral.cc`, "Small sliding 
Contact/friction bricks of integral type."
+   :file:`getfem_contact_and_friction_integral.h` and 
:file:`getfem_contact_and_friction_integral.cc`, "Small sliding 
contact/friction bricks of integral type."
    :file:`getfem_contact_and_friction_large_sliding.h` and 
:file:`getfem_contact_and_friction_large_sliding.cc` , "Large sliding 
contact/friction bricks."
-   :file:`getfem_contact_and_friction_nodal.h` and 
:file:`getfem_contact_and_friction_nodal.cc`, "Small sliding nodal 
Contact/friction bricks."
+   :file:`getfem_contact_and_friction_nodal.h` and 
:file:`getfem_contact_and_friction_nodal.cc`, "Small sliding nodal 
contact/friction bricks."
    :file:`getfem_Navier_Stokes.h` , "An attempt for Navier-Stokes bricks. To 
be improved."
    :file:`getfem_fourth_order.h` and :file:`getfem_fourth_order.cc` , 
"Bilaplacian and Kirchhoff-Love plate bricks"
    :file:`getfem_linearized_plates.h` and :file:`getfem_linearized_plates.cc` 
, "Mindlin-Reissner plate brick"
diff --git a/doc/sphinx/source/tutorial/basic_usage.rst 
b/doc/sphinx/source/tutorial/basic_usage.rst
index 72f39cb..d199286 100644
--- a/doc/sphinx/source/tutorial/basic_usage.rst
+++ b/doc/sphinx/source/tutorial/basic_usage.rst
@@ -38,4 +38,4 @@ A program using getfem will often have the following 
structure ::
        
       Model.solve(...options)
 
-Note that instead of defining your pde terms with the weak form language (see 
:ref:`ud-gasm-high` for more details on the syntax of the weak form language), 
you can use predefined bricks for standard terms : generic eliptic term, 
linearized or finite strain elasticity, standard boundary conditions ...
+Note that instead of defining your pde terms with the weak form language (see 
:ref:`ud-gasm-high` for more details on the syntax of the weak form language), 
you can use predefined bricks for standard terms : generic elliptic term, 
linearized or finite strain elasticity, standard boundary conditions ...
diff --git a/doc/sphinx/source/tutorial/wheel.rst 
b/doc/sphinx/source/tutorial/wheel.rst
index d46b9fc..09d5a72 100644
--- a/doc/sphinx/source/tutorial/wheel.rst
+++ b/doc/sphinx/source/tutorial/wheel.rst
@@ -80,7 +80,7 @@ We have to select the different parts of the boundary where 
we will set some bou
   mesh1.region_subtract(CONTACT_BOUND, HOLE_BOUND)
   mesh2.set_region(BOTTOM_BOUND, fb3)
 
-Note that the command `mesh1.outer_faces_with_direction([0., -1.], n.pi/4)` 
allows to select all the faces having a unit outward normal having an angle 
less or equal to `n.pi/4` with the vector `[0., -1.]`. The command 
`mesh1.region_subtract(CONTACT_BOUND, HOLE_BOUND)` allow to delete the faces 
corresponding to the rim in the contact boundary.
+Note that the command `mesh1.outer_faces_with_direction([0., -1.], np.pi/4)` 
allows to select all the faces having a unit outward normal having an angle 
less or equal to `np.pi/4` with the vector `[0., -1.]`. The command 
`mesh1.region_subtract(CONTACT_BOUND, HOLE_BOUND)` allow to delete the faces 
corresponding to the rim in the contact boundary.
 
 Definition of finite elements methods and integration method
 ************************************************************
@@ -240,7 +240,7 @@ Note that in some configuration, it is preferable to use a 
more basic line searc
 Export the solution
 *******************
 
-Now the code to export the solution with the VonMiss stress:
+Now the code to export the solution with the VonMises stress:
 
 .. code-block:: python
 
diff --git a/doc/sphinx/source/userdoc/model_time_integration.rst 
b/doc/sphinx/source/userdoc/model_time_integration.rst
index 80ce7ea..6f1cc5f 100644
--- a/doc/sphinx/source/userdoc/model_time_integration.rst
+++ b/doc/sphinx/source/userdoc/model_time_integration.rst
@@ -315,7 +315,7 @@ Assuming that `mf_u` and `mim` are valid finite element and 
integration methods
   // Null initial value for the temperature.
   gmm::clear(model.set_real_variable("Previous_u"));
 
-  // Automatic computatio of Previous_Dot_u
+  // Automatic computation of Previous_Dot_u
   model.perform_init_time_derivative(dt/20.);
   iter.init();
   standard_solve(model, iter);



reply via email to

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