Skip to content
Gijs Molenaar edited this page Feb 13, 2014 · 4 revisions

Funklet

A Funklet is a general parameterization for a meqparm. At this moment only the Polc and the PolcLog are available.

For reference: the polc coeff have the following meaning:

           * v(f,t) = c<sub>00</sub> + c<sub>01</sub>t + c<sub>10</sub>f + c<sub>11</sub>f t + c<sub>02</sub>t<sup>2</sup> + c<sub>20</sub>f<sup>2</sup> + .... 

You can set the solvability mask:

  • coeff_mask : array of bool with same size as coeff. Eg. F,F,T],[F,F,F will only solve for the C02 coefficient.
Clone this wiki locally