Home
last modified time | relevance | path

Searched defs:q_weight_1d (Results 1 – 25 of 25) sorted by relevance

/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor.h142 __device__ void Weight1d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight1d()
155 __device__ void Weight2d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight2d()
173 __device__ void Weight3d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight3d()
193 …ern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight_1d,… in Weight()
H A Dhip-shared-basis-tensor-templates.h117 inline __device__ void Weight1d(SharedData_Hip &data, const CeedScalar *__restrict__ q_weight_1d, C… in Weight1d()
309 …e __device__ void WeightTensor2d(SharedData_Hip &data, const CeedScalar *__restrict__ q_weight_1d,… in WeightTensor2d()
646 …e __device__ void WeightTensor3d(SharedData_Hip &data, const CeedScalar *__restrict__ q_weight_1d,… in WeightTensor3d()
H A Dhip-shared-basis-tensor-flattened-templates.h277 …e__ void WeightTensor2dFlattened(SharedData_Hip &data, const CeedScalar *__restrict__ q_weight_1d,… in WeightTensor2dFlattened()
673 …e__ void WeightTensor3dFlattened(SharedData_Hip &data, const CeedScalar *__restrict__ q_weight_1d,… in WeightTensor3dFlattened()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor.h142 __device__ void Weight1d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight1d()
155 __device__ void Weight2d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight2d()
173 __device__ void Weight3d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight3d()
193 …ern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight_1d,… in Weight()
H A Dcuda-shared-basis-tensor-templates.h117 inline __device__ void Weight1d(SharedData_Cuda &data, const CeedScalar *__restrict__ q_weight_1d, … in Weight1d()
310 … __device__ void WeightTensor2d(SharedData_Cuda &data, const CeedScalar *__restrict__ q_weight_1d,… in WeightTensor2d()
648 … __device__ void WeightTensor3d(SharedData_Cuda &data, const CeedScalar *__restrict__ q_weight_1d,… in WeightTensor3d()
H A Dcuda-shared-basis-tensor.h479 …ern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight_1d,… in Weight()
H A Dcuda-shared-basis-tensor-flattened-templates.h277 …__ void WeightTensor2dFlattened(SharedData_Cuda &data, const CeedScalar *__restrict__ q_weight_1d,… in WeightTensor2dFlattened()
676 …__ void WeightTensor3dFlattened(SharedData_Cuda &data, const CeedScalar *__restrict__ q_weight_1d,… in WeightTensor3dFlattened()
/libCEED/tests/
H A Dt330-basis.h46 CeedScalar q_ref_1d[q], q_weight_1d[q]; in BuildHdivQuadrilateral() local
/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-shared-basis-tensor.h163 kernel void Weight(const CeedInt num_elem, global const CeedScalar *restrict q_weight_1d, global Ce… in Weight()
H A Dsycl-shared-basis-tensor-templates.h97 inline void Weight1d(const CeedInt Q_1D, const CeedScalar *restrict q_weight_1d, CeedScalar *restri… in Weight1d()
266 inline void WeightTensor2d(const CeedInt Q_1D, const CeedScalar *restrict q_weight_1d, CeedScalar *… in WeightTensor2d()
587 inline void WeightTensor3d(const CeedInt Q_1D, const CeedScalar *restrict q_weight_1d, CeedScalar *… in WeightTensor3d()
/libCEED/backends/ref/
H A Dceed-ref-basis.c171 const CeedScalar *q_weight_1d; in CeedBasisApplyCore_Ref() local
279 … const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, CeedBasis basis) { in CeedBasisCreateTensorH1_Ref()
/libCEED/examples/mfem/
H A Dbp1.hpp60 mfem::Vector q_ref_1d(ir.GetNPoints()), q_weight_1d(ir.GetNPoints()); in FESpace2Ceed() local
H A Dbp3.hpp61 mfem::Vector q_ref_1d(ir.GetNPoints()), q_weight_1d(ir.GetNPoints()); in FESpace2Ceed() local
/libCEED/backends/sycl-shared/
H A Dceed-sycl-shared-basis.sycl.cpp169 … const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, CeedBasis basis) { in CeedBasisCreateTensorH1_Sycl_shared()
/libCEED/interface/
H A Dceed-basis.c1537 …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
2503 int CeedGaussQuadrature(CeedInt Q, CeedScalar *q_ref_1d, CeedScalar *q_weight_1d) { in CeedGaussQuadrature()
2555 int CeedLobattoQuadrature(CeedInt Q, CeedScalar *q_ref_1d, CeedScalar *q_weight_1d) { in CeedLobattoQuadrature()
H A Dceed-fortran.c522 … const CeedScalar *grad_1d, const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, int *basis, in fCeedBasisCreateTensorH1()
653 CEED_EXTERN void fCeedGaussQuadrature(int *Q, CeedScalar *q_ref_1d, CeedScalar *q_weight_1d, int *e… in fCeedGaussQuadrature()
658 CEED_EXTERN void fCeedLobattoQuadrature(int *Q, CeedScalar *q_ref_1d, CeedScalar *q_weight_1d, int … in fCeedLobattoQuadrature()
H A Dceed-preconditioning.c1285 …place(const CeedScalar *interp_1d, const CeedScalar *grad_1d, const CeedScalar *q_weight_1d, CeedI… in CeedBuildMassLaplace()
2909 const CeedScalar *interp_1d, *grad_1d, *q_weight_1d; in CeedOperatorCreateFDMElementInverse() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp248 const CeedScalar *q_weight_1d = impl->d_q_weight_1d; in CeedBasisApplyWeight_Sycl() local
562 … const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, CeedBasis basis) { in CeedBasisCreateTensorH1_Sycl()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-basis.c399 … const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, CeedBasis basis) { in CeedBasisCreateTensorH1_Hip()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-basis.c400 … const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, CeedBasis basis) { in CeedBasisCreateTensorH1_Cuda()
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared-basis.c595 … const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, CeedBasis basis) { in CeedBasisCreateTensorH1_Cuda_shared()
/libCEED/backends/magma/
H A Dceed-magma-basis.c532 … const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, CeedBasis basis) { in CeedBasisCreateTensorH1_Magma()
/libCEED/backends/hip-shared/
H A Dceed-hip-shared-basis.c656 … const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, CeedBasis basis) { in CeedBasisCreateTensorH1_Hip_shared()
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl407 …isCreateTensorH1(ceed, dim, num_comp, P_1d, Q_1d, interp_1d, grad_1d, q_ref_1d, q_weight_1d, basis) argument
511 function CeedGaussQuadrature(Q, q_ref_1d, q_weight_1d) argument
515 function CeedLobattoQuadrature(Q, q_ref_1d, q_weight_1d) argument
/libCEED/include/
H A Dceed-impl.h222 …CeedScalar *q_weight_1d; /* array of length Q1d holding the quadrature weights on the r… member