| /libCEED/backends/ref/ |
| H A D | ceed-ref-basis.c | 128 const CeedScalar *grad_1d; in CeedBasisApplyCore_Ref() local 143 const CeedScalar *grad_1d; in CeedBasisApplyCore_Ref() local 278 …ef(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const CeedScalar *grad_1d, in CeedBasisCreateTensorH1_Ref()
|
| /libCEED/examples/mfem/ |
| H A D | bp1.hpp | 59 mfem::DenseMatrix grad_1d(fe1d->GetDof(), ir.GetNPoints()); in FESpace2Ceed() local
|
| H A D | bp3.hpp | 60 mfem::DenseMatrix grad_1d(fe1d->GetDof(), ir.GetNPoints()); in FESpace2Ceed() local
|
| /libCEED/backends/sycl-shared/ |
| H A D | ceed-sycl-shared-basis.sycl.cpp | 168 …ed(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const CeedScalar *grad_1d, in CeedBasisCreateTensorH1_Sycl_shared()
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-basis-tensor.h | 78 …const CeedScalar *__restrict__ grad_1d, const CeedScalar *__restrict__ u, CeedScalar *__restrict__… in Grad()
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-basis-tensor.h | 78 …const CeedScalar *__restrict__ grad_1d, const CeedScalar *__restrict__ u, CeedScalar *__restrict__… in Grad()
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 737 const CeedScalar *grad_1d, *interp_1d; in CeedBasisGetCollocatedGrad() local 1537 …const CeedScalar *grad_1d, const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, CeedBasis *b… 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 2422 int CeedBasisGetGrad1D(CeedBasis basis, const CeedScalar **grad_1d) { in CeedBasisGetGrad1D()
|
| 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 | 522 … const CeedScalar *grad_1d, const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, int *basis, in fCeedBasisCreateTensorH1() 621 CEED_EXTERN void fCeedBasisGetGrad1D(int *basis, CeedScalar *grad_1d, int64_t *offset, int *err) { in fCeedBasisGetGrad1D()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-basis.sycl.cpp | 147 const CeedScalar *grad_1d = impl->d_grad_1d; in CeedBasisApplyGrad_Sycl() local 561 …cl(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const CeedScalar *grad_1d, in CeedBasisCreateTensorH1_Sycl()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-basis.c | 398 …ip(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const CeedScalar *grad_1d, in CeedBasisCreateTensorH1_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-basis.c | 399 …da(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const CeedScalar *grad_1d, in CeedBasisCreateTensorH1_Cuda()
|
| /libCEED/backends/cuda-shared/ |
| H A D | ceed-cuda-shared-basis.c | 594 …ed(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const CeedScalar *grad_1d, in CeedBasisCreateTensorH1_Cuda_shared()
|
| /libCEED/backends/magma/ |
| H A D | ceed-magma-basis.c | 531 …ma(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const CeedScalar *grad_1d, in CeedBasisCreateTensorH1_Magma()
|
| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared-basis.c | 655 …ed(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1d, const CeedScalar *grad_1d, in CeedBasisCreateTensorH1_Hip_shared()
|
| /libCEED/include/ |
| H A D | ceed-impl.h | 227 …CeedScalar *grad_1d; /* row-major matrix of shape [Q1d, P1d] matrix expressing derivatives of no… 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 495 function CeedBasisGetGrad1D(basis, grad_1d) argument
|