Lines Matching refs:point_coords_elem
710 CeedCallBackend(CeedVectorCreate(ceed, dim * max_num_points, &impl->point_coords_elem)); in CeedOperatorSetupFieldsAtPoints_Ref()
711 CeedCallBackend(CeedVectorSetValue(impl->point_coords_elem, 0.0)); in CeedOperatorSetupFieldsAtPoints_Ref()
889 … CeedVector point_coords_elem, bool skip_active, bool skip_passive, in CeedOperatorInputBasisAtPoints_Ref() argument
939 …isApplyAtPoints(basis, 1, &num_points, CEED_NOTRANSPOSE, eval_mode, point_coords_elem, impl->e_vec… in CeedOperatorInputBasisAtPoints_Ref()
957 … CeedVector point_coords_elem, bool skip_passive, CeedOperator_Ref *impl, CeedRequest *request) { in CeedOperatorOutputBasisAtPoints_Ref() argument
985 …sApplyAddAtPoints(basis, 1, &num_points, CEED_TRANSPOSE, eval_mode, point_coords_elem, impl->q_vec… in CeedOperatorOutputBasisAtPoints_Ref()
988 …asisApplyAtPoints(basis, 1, &num_points, CEED_TRANSPOSE, eval_mode, point_coords_elem, impl->q_vec… in CeedOperatorOutputBasisAtPoints_Ref()
1055 …PointsInElement(rstr_points, e, CEED_NOTRANSPOSE, point_coords, impl->point_coords_elem, request)); in CeedOperatorApplyAddAtPoints_Ref()
1061 … impl->point_coords_elem, false, false, e_data, impl, request)); in CeedOperatorApplyAddAtPoints_Ref()
1071 … impl->point_coords_elem, false, impl, request)); in CeedOperatorApplyAddAtPoints_Ref()
1209 …PointsInElement(rstr_points, e, CEED_NOTRANSPOSE, point_coords, impl->point_coords_elem, request)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1215 … impl->point_coords_elem, true, false, e_data_full, impl, request)); in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref()
1393 …PointsInElement(rstr_points, e, CEED_NOTRANSPOSE, point_coords, impl->point_coords_elem, request)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1399 … impl->point_coords_elem, true, false, e_data, impl, request)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1437 … in_vec, impl->point_coords_elem, false, true, e_data, impl, request)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1447 … impl->point_coords_elem, true, impl, request)); in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1599 …tionApplyAtPointsInElement(rstr_points, e, CEED_NOTRANSPOSE, point_coords, impl->point_coords_elem, in CeedOperatorAssembleSingleAtPoints_Ref()
1606 … impl->point_coords_elem, true, false, e_data, impl, CEED_REQUEST_IMMEDIATE)); in CeedOperatorAssembleSingleAtPoints_Ref()
1648 … in_vec, impl->point_coords_elem, false, true, e_data, impl, CEED_REQUEST_IMMEDIATE)); in CeedOperatorAssembleSingleAtPoints_Ref()
1658 … impl->point_coords_elem, true, impl, CEED_REQUEST_IMMEDIATE)); in CeedOperatorAssembleSingleAtPoints_Ref()
1767 CeedCallBackend(CeedVectorDestroy(&impl->point_coords_elem)); in CeedOperatorDestroy_Ref()