![]() |
Ice Sheet System Model
4.18
Code documentation
|
compute legendre polynomial at specific x. This is inspired from the p_polynomial_value package, written by John Burkardt (see below for full documentation). Here, we apply the function differently: we assume previous two evaluations are provided, and we compute the level n evaluation: More...
#include "./types.h"
#include "../Exceptions/exceptions.h"
#include "../MemOps/MemOps.h"
#include "./recast.h"
Go to the source code of this file.
Functions | |
IssmDouble * | p_polynomial_value (int m, int n, IssmDouble *x) |
compute legendre polynomial at specific x. This is inspired from the p_polynomial_value package, written by John Burkardt (see below for full documentation). Here, we apply the function differently: we assume previous two evaluations are provided, and we compute the level n evaluation:
Definition in file legendre.cpp.
IssmDouble* p_polynomial_value | ( | int | m, |
int | n, | ||
IssmDouble * | x | ||
) |
Definition at line 142 of file legendre.cpp.