Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:general:fonctions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:user:general:fonctions [2015/01/08 17:43] – [Functions] bomandoc:user:general:fonctions [2021/01/28 18:28] (current) papeleux
Line 22: Line 22:
  
 __Remark:__ As can be seen above, the first and last segments are extrapolated if a value of the function is required outside its domain. __Remark:__ As can be seen above, the first and last segments are extrapolated if a value of the function is required outside its domain.
 +
 +===== CyclicPieceWiseLinearFunction =====
 +The ''CyclicPieceWiseLinearFunction'' allows to duplicate infinitely  a ''PieceWiseLinearFunction''.
 +
 +{{ :doc:user:cyclicpiecewiselinearfunction.png?600 |}}
 +
 +2 constrains are applied on Data : 
 +  - the first abcisse must be equal to 0.0 (abs1 = 0.0)
 +  - the cycle must be closed (ord1 = ordLast)
  
 ===== PythonOneParameterFunction ===== ===== PythonOneParameterFunction =====
Line 42: Line 51:
  
     fct1 = PieceWiseLinearFunction()     fct1 = PieceWiseLinearFunction()
-    fct1.setdata(0,0) +    fct1.setData(0,0) 
-    fct1.setdata(1,1)+    fct1.setData(1,1)
  
 can be also defined with a classical python function: can be also defined with a classical python function:
doc/user/general/fonctions.1420735429.txt.gz · Last modified: 2016/03/30 15:22 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki