diff --git a/TP-FEMM/src/bobine.md b/TP-FEMM/src/bobine.md index 897ebcdd605e0bb639247f47b5d3bfcda343457a..6a352db9838ac776c6d8c38218d2245f37eee15f 100644 --- a/TP-FEMM/src/bobine.md +++ b/TP-FEMM/src/bobine.md @@ -274,7 +274,7 @@ mi_setarcsegmentprop(5,'a=0',0,1); % affectation ``` * *Python :* ```Python -emm.mi_addboundprop('a=0',0,0,0,0) # creation d'une CL de type Dirichlet homogene +femm.mi_addboundprop('a=0',0,0,0,0) # creation d'une CL de type Dirichlet homogene femm.mi_selectarcsegment(Rdom,0) # selection du bord femm.mi_setarcsegmentprop(5,'a=0',0,1) # affectation # (le 5 est la largeur angulaire des segments de la ligne brisee