Lines Matching defs:basis

24 static int CeedBasisApplyTensorCore_Cuda_shared(CeedBasis basis, bool apply_add, const CeedInt num_…  in CeedBasisApplyTensorCore_Cuda_shared()
195 static int CeedBasisApplyTensor_Cuda_shared(CeedBasis basis, const CeedInt num_elem, CeedTransposeM… in CeedBasisApplyTensor_Cuda_shared()
201 static int CeedBasisApplyAddTensor_Cuda_shared(CeedBasis basis, const CeedInt num_elem, CeedTranspo… in CeedBasisApplyAddTensor_Cuda_shared()
210 static int CeedBasisApplyAtPointsCore_Cuda_shared(CeedBasis basis, bool apply_add, const CeedInt nu… in CeedBasisApplyAtPointsCore_Cuda_shared()
433 static int CeedBasisApplyAtPoints_Cuda_shared(CeedBasis basis, const CeedInt num_elem, const CeedIn… in CeedBasisApplyAtPoints_Cuda_shared()
439 static int CeedBasisApplyAddAtPoints_Cuda_shared(CeedBasis basis, const CeedInt num_elem, const Cee… in CeedBasisApplyAddAtPoints_Cuda_shared()
448 static int CeedBasisApplyNonTensorCore_Cuda_shared(CeedBasis basis, bool apply_add, const CeedInt n… in CeedBasisApplyNonTensorCore_Cuda_shared()
556 static int CeedBasisApplyNonTensor_Cuda_shared(CeedBasis basis, const CeedInt num_elem, CeedTranspo… in CeedBasisApplyNonTensor_Cuda_shared()
562 static int CeedBasisApplyAddNonTensor_Cuda_shared(CeedBasis basis, const CeedInt num_elem, CeedTran… in CeedBasisApplyAddNonTensor_Cuda_shared()
571 static int CeedBasisDestroy_Cuda_shared(CeedBasis basis) { in CeedBasisDestroy_Cuda_shared()
595 … const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, CeedBasis basis) { in CeedBasisCreateTensorH1_Cuda_shared()
663 … const CeedScalar *grad, const CeedScalar *q_ref, const CeedScalar *q_weight, CeedBasis basis) { in CeedBasisCreateH1_Cuda_shared()