Searched refs:Weight3d (Results 1 – 2 of 2) sorted by relevance
173 __device__ void Weight3d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight3d() function196 else if (BASIS_DIM == 3) Weight3d(num_elem, q_weight_1d, v); in Weight()