Jacobi1D
ποΈ Jacobi1D example 1
This example shows the usage of [[Jacobi1D_]] class.
ποΈ Jacobi1D example 10
This example shows the usage of [[Jacobi1D_]] class. We test GaussRadauQuadrature function in this routine, which returns the GaussRadauQuadrature points for Jacobi polynomial.
ποΈ Jacobi1D example 11
This example shows the usage of [[Jacobi1D_]] class. We test GaussLobattoQuadrature function in this routine, which returns the Gauss-Lobatto Quadrature points for Jacobi polynomial.
ποΈ Jacobi1D example 12
This example shows the usage of [[Jacobi1D_]] class. We test orthonormal Jacobi polynomial in this case.
ποΈ Jacobi1D example 13
This example shows the usage of [[Jacobi1D]] class. We test BasisEval(). This is a developer level routine designed for [[JacobiSpace1D]]. Users should not use this subroutine.
ποΈ Jacobi1D example 14
This example shows the usage of [[Jacobi1D]] class. We test BasisEval(). This is a developer level routine designed for [[JacobiSpace1D]]. Users should not use this subroutine.
ποΈ Jacobi1D example 15
This example shows the usage of [[Jacobi1D]] class. We test BasisEvalGradient(). This is a developer level routine designed for [[JacobiSpace1D]]. Users should not use this subroutine.
ποΈ Jacobi1D example 16
This example shows the usage of [[Jacobi1D]] class. We test BasisEvalGradient(). This is a developer level routine designed for [[JacobiSpace1D]]. Users should not use this subroutine.
ποΈ Jacobi1D example 2
This example shows the usage of [[Jacobi1D_]] class. It checks the memory leak.
ποΈ Jacobi1D example 3
This example shows the usage of [[Jacobi1D_]] class. We test Eval in this routine
ποΈ Jacobi1D example 4
This example shows the usage of [[Jacobi1D_]] class. It checks the memory leak.
ποΈ Jacobi1D example 5
This example shows the usage of [[Jacobi1D_]] class. We test EvalGradient in this routine. the argument of EvalGradient is scalar in this routine.
ποΈ Jacobi1D example 6
This example shows the usage of [[Jacobi1D_]] class. We test EvalGradient in this routine. the argument of EvalGradient is vector in this routine.
ποΈ Jacobi1D example 7
This example shows the usage of [[Jacobi1D_]] class. We test Zeros function in this routine, which returns the zeros of Jacobi polynomial.
ποΈ Jacobi1D example 8
This example shows the usage of [[Jacobi1D_]] class. We test GaussQuadrature function in this routine, which returns the GaussQuadrature points for Jacobi polynomial.
ποΈ Jacobi1D example 9
This example shows the usage of [[Jacobi1D_]] class. We test GaussRadauQuadrature function in this routine, which returns the GaussRadauQuadrature points for Jacobi polynomial.