[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, 11 Oct 2018 14:23:24 -0400 (EDT) |
branch: fixmisspell
commit e26a31fff4773352bd961cc2868c3113f824e6fc
Author: Tetsuo Koyama <address@hidden>
Date: Fri Oct 12 03:23:08 2018 +0900
Fix typo in docs
---
doc/sphinx/source/project/femdesc.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/sphinx/source/project/femdesc.rst
b/doc/sphinx/source/project/femdesc.rst
index 5d1ad1d..8212c3e 100644
--- a/doc/sphinx/source/project/femdesc.rst
+++ b/doc/sphinx/source/project/femdesc.rst
@@ -129,7 +129,7 @@ piecewise polynomials, interpolant wavelets, etc.
To be used by the finite element description, a shape function type must be
able
to be evaluated on a point (``a = F.eval(pt)``, where ``pt`` is a
``base_node``)
-and must have a method to compute the derivtive with respect to the ith
variable
+and must have a method to compute the derivative with respect to the ith
variable
(``F.derivative(i)``).
For the moment, only polynomials and piecewise polynomials are defined in the