| /libCEED/backends/ref/ |
| H A D | ceed-ref-basis.c | 69 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 D | hip-ref-basis-tensor.h | 19 …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 D | cuda-ref-basis-tensor.h | 19 …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 D | ceed-sycl-shared-basis.sycl.cpp | 168 …eTensorH1_Sycl_shared(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Sycl_shared()
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 737 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 D | ceed-preconditioning.c | 1285 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 D | ceed-fortran.c | 521 …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 D | ceed-sycl-ref-basis.sycl.cpp | 43 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 D | ceed-hip-ref-basis.c | 398 …sisCreateTensorH1_Hip(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-basis.c | 399 …isCreateTensorH1_Cuda(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Cuda()
|
| /libCEED/backends/cuda-shared/ |
| H A D | ceed-cuda-shared-basis.c | 594 …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 D | ceed-magma-basis.c | 531 …sCreateTensorH1_Magma(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Magma()
|
| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared-basis.c | 655 …teTensorH1_Hip_shared(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const … in CeedBasisCreateTensorH1_Hip_shared()
|
| /libCEED/include/ |
| H A D | ceed-impl.h | 225 …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 D | libceed_bindings.jl | 407 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
|