public class JacobiPolynomials extends Object
This class is used for tesseral contribution
computation.
Modifier and Type | Method | Description |
---|---|---|
static DerivativeStructure |
getValue(int l,
int v,
int w,
DerivativeStructure gamma) |
Returns the value and derivatives of the Jacobi polynomial Plv,w evaluated at γ.
|
public static DerivativeStructure getValue(int l, int v, int w, DerivativeStructure gamma)
This method is guaranteed to be thread-safe
l
- degree of the polynomialv
- v valuew
- w valuegamma
- γ valueCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.