Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
Classes | |
struct | FastPower |
struct | PowPower |
Functions | |
template<int n> | |
__device__ __host__ real | legendre (real x) |
template<> | |
__device__ __host__ real | legendre< 1 > (real x) |
template<> | |
__device__ __host__ real | legendre< 0 > (real x) |
__device__ __host__ real | legendre_p (int degree, real x) |
__device__ __host__ real alsutils::math::legendre | ( | real | x | ) |
Should compute the legendre polynomial of degree n at x
x | the point to evuluate in |
__device__ __host__ real alsutils::math::legendre< 0 > | ( | real | x | ) |
Should compute the legendre polynomial of degree 0 at x
x | the point to evuluate in |
__device__ __host__ real alsutils::math::legendre< 1 > | ( | real | x | ) |
Should compute the legendre polynomial of degree 1 at x
x | the point to evuluate in |
__device__ __host__ real alsutils::math::legendre_p | ( | int | degree, |
real | x | ||
) |
Should compute the legendre polynomial of degree degree at x
degree | the degree of the polynomial |
x | the point to evuluate in |