Home
last modified time | relevance | path

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

12

/libCEED/tests/
H A Dt320-basis.h10 static void Build2DSimplex(CeedScalar *q_ref, CeedScalar *q_weight, CeedScalar *interp, CeedScalar … in Build2DSimplex()
H A Dt340-basis.h12 static void BuildHcurl2DSimplex(CeedScalar *q_ref, CeedScalar *q_weight, CeedScalar *interp, CeedSc… in BuildHcurl2DSimplex()
H A Dt340-basis.c12 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt320-basis.c12 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt324-basis.c15 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt363-basis.c15 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt362-basis.c16 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt321-basis.c19 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt322-basis.c19 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt325-basis.c15 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt342-basis.c14 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt341-basis.c14 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt323-basis.c22 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt510-operator.c25 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt582-operator.c26 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt581-operator.c26 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt511-operator.c24 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt536-operator.c25 CeedScalar q_ref[dim * q], q_weight[q]; in main() local
H A Dt526-operator.c34 CeedScalar q_ref[dim * q_tet], q_weight[q_tet]; in main() local
/libCEED/backends/ref/
H A Dceed-ref-basis.c232 const CeedScalar *q_weight; in CeedBasisApplyCore_Ref() local
312 const CeedScalar *q_ref, const CeedScalar *q_weight, CeedBasis basis) { in CeedBasisCreateH1_Ref()
334 const CeedScalar *q_ref, const CeedScalar *q_weight, CeedBasis basis) { in CeedBasisCreateHdiv_Ref()
356 … const CeedScalar *curl, const CeedScalar *q_ref, const CeedScalar *q_weight, CeedBasis basis) { in CeedBasisCreateHcurl_Ref()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-nontensor.h59 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight, … in Weight()
H A Dhip-shared-basis-nontensor-templates.h96 …ne __device__ void WeightNonTensor(SharedData_Hip &data, const CeedScalar *__restrict__ q_weight, … in WeightNonTensor()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-nontensor.h59 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight, … in Weight()
H A Dcuda-shared-basis-nontensor-templates.h96 …e __device__ void WeightNonTensor(SharedData_Cuda &data, const CeedScalar *__restrict__ q_weight, … in WeightNonTensor()
/libCEED/backends/magma/tuning/
H A Dtuning.cpp54 std::vector<double> q_ref(dim * Q, 0.0), q_weight(Q, 0.0), interp(P * Q), grad(P * Q * dim); in main() local

12