Home
last modified time | relevance | path

Searched defs:grad_1d (Results 1 – 17 of 17) sorted by relevance

/libCEED/backends/ref/
H A Dceed-ref-basis.c128 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 Dbp1.hpp59 mfem::DenseMatrix grad_1d(fe1d->GetDof(), ir.GetNPoints()); in FESpace2Ceed() local
H A Dbp3.hpp60 mfem::DenseMatrix grad_1d(fe1d->GetDof(), ir.GetNPoints()); in FESpace2Ceed() local
/libCEED/backends/sycl-shared/
H A Dceed-sycl-shared-basis.sycl.cpp168 …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 Dhip-ref-basis-tensor.h78const CeedScalar *__restrict__ grad_1d, const CeedScalar *__restrict__ u, CeedScalar *__restrict__… in Grad()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor.h78const CeedScalar *__restrict__ grad_1d, const CeedScalar *__restrict__ u, CeedScalar *__restrict__… in Grad()
/libCEED/interface/
H A Dceed-basis.c737 const CeedScalar *grad_1d, *interp_1d; in CeedBasisGetCollocatedGrad() local
1537const 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 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.c522const 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 Dceed-sycl-ref-basis.sycl.cpp147 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 Dceed-hip-ref-basis.c398 …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 Dceed-cuda-ref-basis.c399 …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 Dceed-cuda-shared-basis.c594 …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 Dceed-magma-basis.c531 …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 Dceed-hip-shared-basis.c655 …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 Dceed-impl.h227 …CeedScalar *grad_1d; /* row-major matrix of shape [Q1d, P1d] matrix expressing derivatives of no… 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
495 function CeedBasisGetGrad1D(basis, grad_1d) argument