Home
last modified time | relevance | path

Searched defs:chebyshev_dx (Results 1 – 5 of 5) sorted by relevance

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-shared-basis-tensor-at-points-templates.h23 inline __device__ void ChebyshevDerivativeAtPoint(const CeedScalar x, CeedScalar *chebyshev_dx) { in ChebyshevDerivativeAtPoint()
H A Dcuda-ref-basis-tensor-at-points.h23 inline __device__ void ChebyshevDerivativeAtPoint(const CeedScalar x, CeedScalar *chebyshev_dx) { in ChebyshevDerivativeAtPoint()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-shared-basis-tensor-at-points-templates.h23 inline __device__ void ChebyshevDerivativeAtPoint(const CeedScalar x, CeedScalar *chebyshev_dx) { in ChebyshevDerivativeAtPoint()
H A Dhip-ref-basis-tensor-at-points.h23 inline __device__ void ChebyshevDerivativeAtPoint(const CeedScalar x, CeedScalar *chebyshev_dx) { in ChebyshevDerivativeAtPoint()
/libCEED/interface/
H A Dceed-basis.c66 static int CeedChebyshevDerivativeAtPoint(CeedScalar x, CeedInt n, CeedScalar *chebyshev_dx) { in CeedChebyshevDerivativeAtPoint()