Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| documentation:language_reference:functions:getmultipoleintegral [2018/09/25 13:39] – created Simon Heinze | documentation:language_reference:functions:getmultipoleintegral [2025/11/20 03:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ### | ### | ||
| - | alligned paragraph text | + | GetMultipoleIntegral(k, |
| + | |||
| + | The Integral is calculated over the full domain of the interpolation function f1, where a Gaussian quadrature rule with N points between each two knots of the interpolated function is used. | ||
| ### | ### | ||
| ===== Input ===== | ===== Input ===== | ||
| - | * bla : Integer | + | * k : Integer |
| - | * bla2 : Real | + | * f1,f2 : InterpolatingFunction |
| + | * N : Integer - optional - defines the number of gaussian weights per interval that are used to integrate (N $\leq$ 7) | ||
| ===== Output ===== | ===== Output ===== | ||
| - | * bla : real | + | * real |
| - | + | ||
| - | ===== Example ===== | + | |
| - | + | ||
| - | ### | + | |
| - | description text | + | |
| - | ### | + | |
| - | ==== Input ==== | ||
| - | <code Quanty Example.Quanty> | ||
| - | -- some example code | ||
| - | </ | ||
| - | ==== Result ==== | ||
| - | <file Quanty_Output> | ||
| - | text produced as output | ||
| - | </ | ||
| ===== Table of contents ===== | ===== Table of contents ===== | ||
| {{indexmenu> | {{indexmenu> | ||