[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: |
Thu, 27 Sep 2018 04:18:18 -0400 (EDT) |
branch: fixmisspell
commit b183b46f746a45164e988c5a80d15e7fd8ebcc65
Author: Tetsuo Koyama <address@hidden>
Date: Thu Sep 27 16:55:51 2018 +0900
Fix typo in docs
---
doc/sphinx/source/install/install_windows.rst | 2 +-
doc/sphinx/source/project/libdesc_interface.rst | 2 +-
doc/sphinx/source/userdoc/model_dirichlet.rst | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/sphinx/source/install/install_windows.rst
b/doc/sphinx/source/install/install_windows.rst
index 9ba1839..18e6b80 100644
--- a/doc/sphinx/source/install/install_windows.rst
+++ b/doc/sphinx/source/install/install_windows.rst
@@ -133,7 +133,7 @@ possible with `Cygwin <https://www.cygwin.com/>`_.
Build with the Python interface
*******************************
-Additionnaly to build the Python interface, you will have first to install a
64bits version of Python 2 or 3 on your system together with Numpy and Scipy
packages. The simpler way is to install Anaconda2 or 3 (it already contains
Numpy and Scipy packages which are necessary). For instance with Anaconda2
+Additionaly to build the Python interface, you will have first to install a
64bits version of Python 2 or 3 on your system together with Numpy and Scipy
packages. The simpler way is to install Anaconda2 or 3 (it already contains
Numpy and Scipy packages which are necessary). For instance with Anaconda2
- Install Anaconda2 and add to windows path ``C:\install_dir\Anaconda2``
and ``C:\install_dir\Anaconda2\Scripts`` where ``install_dir`` is the
diff --git a/doc/sphinx/source/project/libdesc_interface.rst
b/doc/sphinx/source/project/libdesc_interface.rst
index 9934d45..de012ad 100644
--- a/doc/sphinx/source/project/libdesc_interface.rst
+++ b/doc/sphinx/source/project/libdesc_interface.rst
@@ -309,7 +309,7 @@ You have also to complete functions
``name_of_getfemint_class_id`` and ``class_i
You have to add the call of the interface function in
:file:`getfem_interface.cc` and modifiy the file :file:`bin/extract_doc` and
run the configure file.
-The methods ``get('char')`` and ``get('display')`` should be defined for each
object. The first one should give a string allowing the object to be saved in a
file and the second one is to give some information about the object.
Additionnaly, a constructor from a string is necessary to load the object from
a file.
+The methods ``get('char')`` and ``get('display')`` should be defined for each
object. The first one should give a string allowing the object to be saved in a
file and the second one is to give some information about the object.
Additionaly, a constructor from a string is necessary to load the object from a
file.
For the Scilab interface the file
:file:`sci_gateway/c/builder_gateway_c.sce.in` has to be modified and the files
in the directory :file:`macros/overload`.
diff --git a/doc/sphinx/source/userdoc/model_dirichlet.rst
b/doc/sphinx/source/userdoc/model_dirichlet.rst
index 0195238..9ea696e 100644
--- a/doc/sphinx/source/userdoc/model_dirichlet.rst
+++ b/doc/sphinx/source/userdoc/model_dirichlet.rst
@@ -94,7 +94,7 @@ The third version of the Dirichlet condition brick use a
simplification of the l
add_Dirichlet_condition_with_simplification(md, varname, region,
dataname = std::string());
-If `dataname` is ommited, an homogeneous Dirichlet condition is applied. If
`dataname` is given, the constraint is that it has to be constant or described
on the same finite element method as the variable `varname` on which the
Dirichlet condition is applied. Additionnaly, If `dataname` is constant, it can
only be applied to Lagrange finite element methods.
+If `dataname` is ommited, an homogeneous Dirichlet condition is applied. If
`dataname` is given, the constraint is that it has to be constant or described
on the same finite element method as the variable `varname` on which the
Dirichlet condition is applied. Additionaly, If `dataname` is constant, it can
only be applied to Lagrange finite element methods.
Generalized Dirichlet condition brick
-------------------------------------
- [Getfem-commits] [getfem-commits] fixmisspell updated (6fe32ef -> 9aba30b), Tetsuo Koyama, 2018/09/27
- [Getfem-commits] (no subject), Tetsuo Koyama, 2018/09/27
- [Getfem-commits] (no subject), Tetsuo Koyama, 2018/09/27
- [Getfem-commits] (no subject), Tetsuo Koyama, 2018/09/27
- [Getfem-commits] (no subject), Tetsuo Koyama, 2018/09/27
- [Getfem-commits] (no subject), Tetsuo Koyama, 2018/09/27
- [Getfem-commits] (no subject), Tetsuo Koyama, 2018/09/27
- [Getfem-commits] (no subject), Tetsuo Koyama, 2018/09/27
- [Getfem-commits] (no subject), Tetsuo Koyama, 2018/09/27
- [Getfem-commits] (no subject), Tetsuo Koyama, 2018/09/27
- [Getfem-commits] (no subject),
Tetsuo Koyama <=