Home
last modified time | relevance | path

Searched defs:interp_1d (Results 1 – 15 of 15) sorted by relevance

/libCEED/backends/ref/
H A Dceed-ref-basis.c69 const CeedScalar *interp_1d; in CeedBasisApplyCore_Ref() local
93 const CeedScalar *interp_1d; in CeedBasisApplyCore_Ref() local
278 …sisCreateTensorH1_Ref(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Ref()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor.h19 …nterp(const CeedInt num_elem, const CeedInt is_transpose, const CeedScalar *__restrict__ interp_1d, in Interp()
77 … Grad(const CeedInt num_elem, const CeedInt is_transpose, const CeedScalar *__restrict__ interp_1d, in Grad()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor.h19 …nterp(const CeedInt num_elem, const CeedInt is_transpose, const CeedScalar *__restrict__ interp_1d, in Interp()
77 … Grad(const CeedInt num_elem, const CeedInt is_transpose, const CeedScalar *__restrict__ interp_1d, in Grad()
/libCEED/backends/sycl-shared/
H A Dceed-sycl-shared-basis.sycl.cpp168 …eTensorH1_Sycl_shared(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Sycl_shared()
/libCEED/interface/
H A Dceed-basis.c737 const CeedScalar *grad_1d, *interp_1d; in CeedBasisGetCollocatedGrad() local
769 const CeedScalar *interp_1d, *q_ref_1d; in CeedBasisGetChebyshevInterp1D() local
1536 …(Ceed ceed, CeedInt dim, CeedInt num_comp, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, in CeedBasisCreateTensorH1()
1597 CeedScalar c1, c2, c3, c4, dx, *nodes, *interp_1d, *grad_1d, *q_ref_1d, *q_weight_1d; in CeedBasisCreateTensorH1Lagrange() local
1991 const CeedScalar *q_ref_1d, *q_weight_1d, *interp_1d, *grad_1d; in CeedBasisView() local
2366 int CeedBasisGetInterp1D(CeedBasis basis, const CeedScalar **interp_1d) { in CeedBasisGetInterp1D()
H A Dceed-preconditioning.c1285 static int CeedBuildMassLaplace(const CeedScalar *interp_1d, const CeedScalar *grad_1d, const CeedS… in CeedBuildMassLaplace()
2909 const CeedScalar *interp_1d, *grad_1d, *q_weight_1d; in CeedOperatorCreateFDMElementInverse() local
H A Dceed-fortran.c521 …eateTensorH1(int *ceed, int *dim, int *num_comp, int *P_1d, int *Q_1d, const CeedScalar *interp_1d, in fCeedBasisCreateTensorH1()
613 CEED_EXTERN void fCeedBasisGetInterp1D(int *basis, CeedScalar *interp_1d, int64_t *offset, int *err… in fCeedBasisGetInterp1D()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp43 const CeedScalar *interp_1d = impl->d_interp_1d; in CeedBasisApplyInterp_Sycl() local
146 const CeedScalar *interp_1d = impl->d_interp_1d; in CeedBasisApplyGrad_Sycl() local
561 …isCreateTensorH1_Sycl(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Sycl()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-basis.c398 …sisCreateTensorH1_Hip(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Hip()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-basis.c399 …isCreateTensorH1_Cuda(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Cuda()
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared-basis.c594 …eTensorH1_Cuda_shared(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Cuda_shared()
/libCEED/backends/magma/
H A Dceed-magma-basis.c531 …sCreateTensorH1_Magma(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Magma()
/libCEED/backends/hip-shared/
H A Dceed-hip-shared-basis.c655 …teTensorH1_Hip_shared(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Hip_shared()
/libCEED/include/
H A Dceed-impl.h225 …CeedScalar *interp_1d; /* row-major matrix of shape [Q1d, P1d] expressing the values of nodal basi… member
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl407 function CeedBasisCreateTensorH1(ceed, dim, num_comp, P_1d, Q_1d, interp_1d, grad_1d, q_ref_1d, q_w… argument
487 function CeedBasisGetInterp1D(basis, interp_1d) argument