Lines Matching refs:basis
91 static int CeedBasisApplyTensorCore_Hip_shared(CeedBasis basis, bool apply_add, const CeedInt num_e… in CeedBasisApplyTensorCore_Hip_shared() argument
100 CeedCallBackend(CeedBasisGetCeed(basis, &ceed)); in CeedBasisApplyTensorCore_Hip_shared()
102 CeedCallBackend(CeedBasisGetData(basis, &data)); in CeedBasisApplyTensorCore_Hip_shared()
103 CeedCallBackend(CeedBasisGetDimension(basis, &dim)); in CeedBasisApplyTensorCore_Hip_shared()
104 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyTensorCore_Hip_shared()
122 CeedCallBackend(CeedBasisGetNumNodes1D(basis, &P_1d)); in CeedBasisApplyTensorCore_Hip_shared()
123 CeedCallBackend(CeedBasisGetNumQuadraturePoints1D(basis, &Q_1d)); in CeedBasisApplyTensorCore_Hip_shared()
169 CeedCallBackend(CeedBasisGetNumNodes1D(basis, &P_1d)); in CeedBasisApplyTensorCore_Hip_shared()
170 CeedCallBackend(CeedBasisGetNumQuadraturePoints1D(basis, &Q_1d)); in CeedBasisApplyTensorCore_Hip_shared()
221 CeedCallBackend(CeedBasisGetNumQuadraturePoints1D(basis, &Q_1d)); in CeedBasisApplyTensorCore_Hip_shared()
261 int CeedBasisApplyTensor_Hip_shared(CeedBasis basis, const CeedInt num_elem, CeedTransposeMode t_mo… in CeedBasisApplyTensor_Hip_shared() argument
263 …CeedCallBackend(CeedBasisApplyTensorCore_Hip_shared(basis, false, num_elem, t_mode, eval_mode, u, … in CeedBasisApplyTensor_Hip_shared()
267 int CeedBasisApplyAddTensor_Hip_shared(CeedBasis basis, const CeedInt num_elem, CeedTransposeMode t… in CeedBasisApplyAddTensor_Hip_shared() argument
269 …CeedCallBackend(CeedBasisApplyTensorCore_Hip_shared(basis, true, num_elem, t_mode, eval_mode, u, v… in CeedBasisApplyAddTensor_Hip_shared()
276 static int CeedBasisApplyAtPointsCore_Hip_shared(CeedBasis basis, bool apply_add, const CeedInt num… in CeedBasisApplyAtPointsCore_Hip_shared() argument
285 CeedCallBackend(CeedBasisGetData(basis, &data)); in CeedBasisApplyAtPointsCore_Hip_shared()
286 CeedCallBackend(CeedBasisGetNumQuadraturePoints1D(basis, &Q_1d)); in CeedBasisApplyAtPointsCore_Hip_shared()
287 CeedCallBackend(CeedBasisGetDimension(basis, &dim)); in CeedBasisApplyAtPointsCore_Hip_shared()
295 CeedCallBackend(CeedBasisGetCeed(basis, &ceed)); in CeedBasisApplyAtPointsCore_Hip_shared()
303 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyAtPointsCore_Hip_shared()
304 CeedCallBackend(CeedBasisGetNumQuadratureComponents(basis, eval_mode, &q_comp)); in CeedBasisApplyAtPointsCore_Hip_shared()
335 CeedCallBackend(CeedBasisGetNumNodes1D(basis, &P_1d)); in CeedBasisApplyAtPointsCore_Hip_shared()
345 CeedCallBackend(CeedBasisGetChebyshevInterp1D(basis, chebyshev_interp_1d)); in CeedBasisApplyAtPointsCore_Hip_shared()
356 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyAtPointsCore_Hip_shared()
385 CeedCallBackend(CeedBasisGetNumNodes1D(basis, &P_1d)); in CeedBasisApplyAtPointsCore_Hip_shared()
386 CeedCallBackend(CeedBasisGetNumQuadraturePoints1D(basis, &Q_1d)); in CeedBasisApplyAtPointsCore_Hip_shared()
433 CeedCallBackend(CeedBasisGetNumNodes1D(basis, &P_1d)); in CeedBasisApplyAtPointsCore_Hip_shared()
434 CeedCallBackend(CeedBasisGetNumQuadraturePoints1D(basis, &Q_1d)); in CeedBasisApplyAtPointsCore_Hip_shared()
496 static int CeedBasisApplyAtPoints_Hip_shared(CeedBasis basis, const CeedInt num_elem, const CeedInt… in CeedBasisApplyAtPoints_Hip_shared() argument
498 …CeedCallBackend(CeedBasisApplyAtPointsCore_Hip_shared(basis, false, num_elem, num_points, t_mode, … in CeedBasisApplyAtPoints_Hip_shared()
502 static int CeedBasisApplyAddAtPoints_Hip_shared(CeedBasis basis, const CeedInt num_elem, const Ceed… in CeedBasisApplyAddAtPoints_Hip_shared() argument
504 …CeedCallBackend(CeedBasisApplyAtPointsCore_Hip_shared(basis, true, num_elem, num_points, t_mode, e… in CeedBasisApplyAddAtPoints_Hip_shared()
511 static int CeedBasisApplyNonTensorCore_Hip_shared(CeedBasis basis, bool apply_add, const CeedInt nu… in CeedBasisApplyNonTensorCore_Hip_shared() argument
520 CeedCallBackend(CeedBasisGetCeed(basis, &ceed)); in CeedBasisApplyNonTensorCore_Hip_shared()
522 CeedCallBackend(CeedBasisGetData(basis, &data)); in CeedBasisApplyNonTensorCore_Hip_shared()
523 CeedCallBackend(CeedBasisGetDimension(basis, &dim)); in CeedBasisApplyNonTensorCore_Hip_shared()
524 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisApplyNonTensorCore_Hip_shared()
541 CeedCallBackend(CeedBasisGetNumNodes(basis, &P)); in CeedBasisApplyNonTensorCore_Hip_shared()
542 CeedCallBackend(CeedBasisGetNumQuadraturePoints(basis, &Q)); in CeedBasisApplyNonTensorCore_Hip_shared()
564 CeedCallBackend(CeedBasisGetNumNodes(basis, &P)); in CeedBasisApplyNonTensorCore_Hip_shared()
565 CeedCallBackend(CeedBasisGetNumQuadraturePoints(basis, &Q)); in CeedBasisApplyNonTensorCore_Hip_shared()
587 CeedCallBackend(CeedBasisGetNumNodes(basis, &P)); in CeedBasisApplyNonTensorCore_Hip_shared()
588 CeedCallBackend(CeedBasisGetNumQuadraturePoints(basis, &Q)); in CeedBasisApplyNonTensorCore_Hip_shared()
617 int CeedBasisApplyNonTensor_Hip_shared(CeedBasis basis, const CeedInt num_elem, CeedTransposeMode t… in CeedBasisApplyNonTensor_Hip_shared() argument
619 …CeedCallBackend(CeedBasisApplyNonTensorCore_Hip_shared(basis, false, num_elem, t_mode, eval_mode, … in CeedBasisApplyNonTensor_Hip_shared()
623 int CeedBasisApplyAddNonTensor_Hip_shared(CeedBasis basis, const CeedInt num_elem, CeedTransposeMod… in CeedBasisApplyAddNonTensor_Hip_shared() argument
625 …CeedCallBackend(CeedBasisApplyNonTensorCore_Hip_shared(basis, true, num_elem, t_mode, eval_mode, u… in CeedBasisApplyAddNonTensor_Hip_shared()
632 static int CeedBasisDestroy_Hip_shared(CeedBasis basis) { in CeedBasisDestroy_Hip_shared() argument
636 CeedCallBackend(CeedBasisGetCeed(basis, &ceed)); in CeedBasisDestroy_Hip_shared()
637 CeedCallBackend(CeedBasisGetData(basis, &data)); in CeedBasisDestroy_Hip_shared()
656 … const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, CeedBasis basis) { in CeedBasisCreateTensorH1_Hip_shared() argument
663 CeedCallBackend(CeedBasisGetCeed(basis, &ceed)); in CeedBasisCreateTensorH1_Hip_shared()
684 CeedCallBackend(CeedBasisGetCollocatedGrad(basis, collo_grad_1d)); in CeedBasisCreateTensorH1_Hip_shared()
691 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateTensorH1_Hip_shared()
703 CeedCallBackend(CeedBasisIsCollocated(basis, &is_collocated)); in CeedBasisCreateTensorH1_Hip_shared()
713 CeedCallBackend(CeedBasisSetData(basis, data)); in CeedBasisCreateTensorH1_Hip_shared()
716 …CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "Apply", CeedBasisApplyTensor_Hip_sha… in CeedBasisCreateTensorH1_Hip_shared()
717 …CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "ApplyAdd", CeedBasisApplyAddTensor_H… in CeedBasisCreateTensorH1_Hip_shared()
718 …CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "ApplyAtPoints", CeedBasisApplyAtPoin… in CeedBasisCreateTensorH1_Hip_shared()
719 …CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "ApplyAddAtPoints", CeedBasisApplyAdd… in CeedBasisCreateTensorH1_Hip_shared()
720 …CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "Destroy", CeedBasisDestroy_Hip_share… in CeedBasisCreateTensorH1_Hip_shared()
729 … const CeedScalar *grad, const CeedScalar *q_ref, const CeedScalar *q_weight, CeedBasis basis) { in CeedBasisCreateH1_Hip_shared() argument
735 CeedCallBackend(CeedBasisGetCeed(basis, &ceed)); in CeedBasisCreateH1_Hip_shared()
744 …BasisCreateH1Fallback(ceed, topo, dim, num_nodes, num_qpts, interp, grad, q_ref, q_weight, basis)); in CeedBasisCreateH1_Hip_shared()
753 CeedCallBackend(CeedBasisGetNumQuadratureComponents(basis, CEED_EVAL_INTERP, &q_comp_interp)); in CeedBasisCreateH1_Hip_shared()
754 CeedCallBackend(CeedBasisGetNumQuadratureComponents(basis, CEED_EVAL_GRAD, &q_comp_grad)); in CeedBasisCreateH1_Hip_shared()
775 CeedCallBackend(CeedBasisGetNumComponents(basis, &num_comp)); in CeedBasisCreateH1_Hip_shared()
788 CeedCallBackend(CeedBasisSetData(basis, data)); in CeedBasisCreateH1_Hip_shared()
791 …CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "Apply", CeedBasisApplyNonTensor_Hip_… in CeedBasisCreateH1_Hip_shared()
792 …CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "ApplyAdd", CeedBasisApplyAddNonTenso… in CeedBasisCreateH1_Hip_shared()
793 …CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "Destroy", CeedBasisDestroy_Hip_share… in CeedBasisCreateH1_Hip_shared()