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: Thu, 27 Sep 2018 04:18:17 -0400 (EDT)

branch: fixmisspell
commit 6ca5598745d33819c845fb30df323e349e981303
Author: Tetsuo Koyama <address@hidden>
Date:   Thu Sep 27 16:46:28 2018 +0900

    Fix typo in docs
---
 doc/sphinx/source/userdoc/model_dirichlet.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/sphinx/source/userdoc/model_dirichlet.rst 
b/doc/sphinx/source/userdoc/model_dirichlet.rst
index cb53400..0195238 100644
--- a/doc/sphinx/source/userdoc/model_dirichlet.rst
+++ b/doc/sphinx/source/userdoc/model_dirichlet.rst
@@ -168,6 +168,6 @@ The brick has two versions: a penalized version and a 
version with multipliers.
   add_pointwise_constraints_with_multipliers(md, varname, dataname_pt,
                dataname_unitv = std::string(), dataname_val = std::string());
 
-respectively for the penalized version, the one with a given multiplier fixed 
size variable and the one which automatically adds a multiplier variable of the 
right size to the model. The data `dataname_pt`, `dataname_unitv` and 
`dataname_val` should be added first to the moel. `dataname_pt` should be a 
vector containing the coordinates of the points where to prescribed the value 
of the variable `varname`. It is thus of size :math:`N N_p` where :math:`N` is 
the dimension of the mesh. `dat [...]
+respectively for the penalized version, the one with a given multiplier fixed 
size variable and the one which automatically adds a multiplier variable of the 
right size to the model. The data `dataname_pt`, `dataname_unitv` and 
`dataname_val` should be added first to the model. `dataname_pt` should be a 
vector containing the coordinates of the points where to prescribed the value 
of the variable `varname`. It is thus of size :math:`N N_p` where :math:`N` is 
the dimension of the mesh. `da [...]
 
-This brick is mainly designed to prescribe the rigid displacements for pure 
Neumann problems.
\ No newline at end of file
+This brick is mainly designed to prescribe the rigid displacements for pure 
Neumann problems.



reply via email to

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