You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/documentation/finite-element.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1594,17 +1594,17 @@ After the "=" sign, one may find sums of:
1594
1594
1595
1595
* An "on" vectorial form (for Dirichlet): :freefem:`on(u=g, tgv= none positive value )` ,
1596
1596
1597
-
if the value is equal to -2 (i.e :freefem:`tgv == -2`) then we put to :math:`0` all term of the line and colomn:math:`i` in the matrix, except diagonal term :math:`a_{ii}=1`, and :math:`b[i] = "(\Pi_h g)[i]"`
1598
-
else if the value is equal to -20 (i.e :freefem:`tgv == -20`) then we put to :math:`0` all term of the line and colomn:math:`i` in the matrix, and :math:`b[i] = "(\Pi_h g)[i]"`
1597
+
if the value is equal to -2 (i.e :freefem:`tgv == -2`) then we put to :math:`0` all terms of row and column:math:`i` in the matrix, except diagonal term :math:`a_{ii}=1`, and :math:`b[i] = "(\Pi_h g)[i]"`,
1598
+
else if the value is equal to -20 (i.e :freefem:`tgv == -20`) then we put to :math:`0` all terms of row and column:math:`i` in the matrix, and :math:`b[i] = "(\Pi_h g)[i]"`
1599
1599
1600
-
else if the value is equal to -10 (i.e :freefem:`tgv == -10`) then we put to :math:`0` all term of the line the matrix, and :math:`b[i] = "(\Pi_h g)[i]"`
1600
+
else if the value is equal to -10 (i.e :freefem:`tgv == -10`) then we put to :math:`0` all terms of row :math:`i` in the matrix, and :math:`b[i] = "(\Pi_h g)[i]"`
1601
1601
1602
-
else (i.e :freefem:`tgv == -1`) we put to :math:`0` all term of the line:math:`i` in the matrix, except diagonal term :math:`a_{ii}=1`, and :math:`b[i] = "(\Pi_h g)[i]"`.
1602
+
else (i.e :freefem:`tgv == -1`) we put to :math:`0` all terms of row:math:`i` in the matrix, except diagonal term :math:`a_{ii}=1`, and :math:`b[i] = "(\Pi_h g)[i]"`.
1603
1603
1604
1604
* If needed, the different kind of terms in the sum can appear more than once.
1605
1605
* The integral mesh and the mesh associated to test functions or unknown functions can be different in the case of :freefem:`varf` form.
1606
1606
* :freefem:`N.x`, :freefem:`N.y` and :freefem:`N.z` are the normal’s components.
1607
-
* :freefem:`Ns.x`, :freefem:`Ns.y` and :freefem:`Ns.z` are the normal’s components of the suface in case of :freefem:`meshS` integral
1607
+
* :freefem:`Ns.x`, :freefem:`Ns.y` and :freefem:`Ns.z` are the normal’s components of the surface in case of :freefem:`meshS` integral
1608
1608
* :freefem:`Tl.x`, :freefem:`Tl.y` and :freefem:`Tl.z` are the tangent’s components of the line in case of :freefem:`meshL` integral
1609
1609
1610
1610
.. warning:: It is not possible to write in the same integral the linear part and the bilinear part such as in :freefem:`int1d(Th)(K*v*w - f*w)`.
0 commit comments