Skip to content

Commit b0d50cb

Browse files
committed
fix Note about tgvs
1 parent 985e1f3 commit b0d50cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/documentation/finite-element.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,17 +1594,17 @@ After the "=" sign, one may find sums of:
15941594

15951595
* An "on" vectorial form (for Dirichlet): :freefem:`on(u=g, tgv= none positive value )` ,
15961596

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]"`
15991599

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]"`
16011601

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]"`.
16031603

16041604
* If needed, the different kind of terms in the sum can appear more than once.
16051605
* The integral mesh and the mesh associated to test functions or unknown functions can be different in the case of :freefem:`varf` form.
16061606
* :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
16081608
* :freefem:`Tl.x`, :freefem:`Tl.y` and :freefem:`Tl.z` are the tangent’s components of the line in case of :freefem:`meshL` integral
16091609

16101610
.. 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

Comments
 (0)