Lines Matching refs:PetscCallCeed

126   PetscCallCeed(ceed, CeedBasisGetNumQuadraturePoints(basis, &num_elem_qpts));  in CreateElemRestrColloc_CompMajor()
127 PetscCallCeed(ceed, CeedElemRestrictionGetNumElements(elem_restr_base, &loc_num_elem)); in CreateElemRestrColloc_CompMajor()
130PetscCallCeed(ceed, CeedElemRestrictionCreateStrided(ceed, loc_num_elem, num_elem_qpts, num_comp, … in CreateElemRestrColloc_CompMajor()
149 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_x, &num_comp_x)); in GetQuadratureCoords()
151 PetscCallCeed(ceed, CeedElemRestrictionGetLVectorSize(elem_restr_qx, &l_vec_size)); in GetQuadratureCoords()
155PetscCallCeed(ceed, CeedQFunctionCreateIdentity(ceed, num_comp_x, CEED_EVAL_INTERP, CEED_EVAL_NONE… in GetQuadratureCoords()
158 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_quad_coords, NULL, NULL, &op_quad_coords)); in GetQuadratureCoords()
159PetscCallCeed(ceed, CeedOperatorSetField(op_quad_coords, "input", elem_restr_x, basis_x, x_coords)… in GetQuadratureCoords()
160PetscCallCeed(ceed, CeedOperatorSetField(op_quad_coords, "output", elem_restr_qx, CEED_BASIS_NONE,… in GetQuadratureCoords()
168 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_qx)); in GetQuadratureCoords()
169 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in GetQuadratureCoords()
170 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in GetQuadratureCoords()
171 PetscCallCeed(ceed, CeedVectorDestroy(&x_coords)); in GetQuadratureCoords()
172 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_quad_coords)); in GetQuadratureCoords()
173 PetscCallCeed(ceed, CeedOperatorDestroy(&op_quad_coords)); in GetQuadratureCoords()
193PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents((*stats_setup_data)->elem_restr_parent_x, … in SpanwiseStatisticsSetupDataCreate()
194PetscCallCeed(ceed, CeedElemRestrictionCreateVector((*stats_setup_data)->elem_restr_parent_x, &(*s… in SpanwiseStatisticsSetupDataCreate()
203 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in SpanwiseStatisticsSetupDataCreate()
204 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in SpanwiseStatisticsSetupDataCreate()
225 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&data->elem_restr_parent_x)); in SpanwiseStatisticsSetupDataDestroy()
226 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&data->elem_restr_parent_stats)); in SpanwiseStatisticsSetupDataDestroy()
227 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&data->elem_restr_parent_colloc)); in SpanwiseStatisticsSetupDataDestroy()
228 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&data->elem_restr_child_colloc)); in SpanwiseStatisticsSetupDataDestroy()
229 PetscCallCeed(ceed, CeedBasisDestroy(&data->basis_x)); in SpanwiseStatisticsSetupDataDestroy()
230 PetscCallCeed(ceed, CeedBasisDestroy(&data->basis_stats)); in SpanwiseStatisticsSetupDataDestroy()
231 PetscCallCeed(ceed, CeedVectorDestroy(&data->x_coord)); in SpanwiseStatisticsSetupDataDestroy()
303PetscCallCeed(ceed, CeedQFunctionCreateIdentity(ceed, num_comp_stats, CEED_EVAL_NONE, CEED_EVAL_IN… in SpanwiseStatisticsSetupL2Projection()
305 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_stats_proj, NULL, NULL, &op_proj_rhs)); in SpanwiseStatisticsSetupL2Projection()
306PetscCallCeed(ceed, CeedOperatorSetField(op_proj_rhs, "input", stats_setup_data->elem_restr_parent… in SpanwiseStatisticsSetupL2Projection()
307PetscCallCeed(ceed, CeedOperatorSetField(op_proj_rhs, "output", stats_setup_data->elem_restr_paren… in SpanwiseStatisticsSetupL2Projection()
316 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_mass, NULL, NULL, &op_mass)); in SpanwiseStatisticsSetupL2Projection()
317 PetscCallCeed(ceed, in SpanwiseStatisticsSetupL2Projection()
319PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "qdata", elem_restr_qd, CEED_BASIS_NONE, q_data)… in SpanwiseStatisticsSetupL2Projection()
320 PetscCallCeed(ceed, in SpanwiseStatisticsSetupL2Projection()
345 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_qd)); in SpanwiseStatisticsSetupL2Projection()
346 PetscCallCeed(ceed, CeedVectorDestroy(&q_data)); in SpanwiseStatisticsSetupL2Projection()
347 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_mass)); in SpanwiseStatisticsSetupL2Projection()
348 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_stats_proj)); in SpanwiseStatisticsSetupL2Projection()
349 PetscCallCeed(ceed, CeedOperatorDestroy(&op_mass)); in SpanwiseStatisticsSetupL2Projection()
350 PetscCallCeed(ceed, CeedOperatorDestroy(&op_proj_rhs)); in SpanwiseStatisticsSetupL2Projection()
395 PetscCallCeed(honee->ceed, in SpanwiseStatisticsSetupFinalize()
412PetscCallCeed(honee->ceed, CeedOperatorSetContextDouble(spanstats->op_stats_collect_ctx->op, spans… in SpanwiseStatisticsCollect()
416PetscCallCeed(honee->ceed, CeedOperatorSetContextDouble(spanstats->op_stats_collect_ctx->op, spans… in SpanwiseStatisticsCollect()