Lines Matching refs:elem_restr_x
198 CeedElemRestriction elem_restr_q, elem_restr_x; in AddBCSubOperators() local
207 PetscCallCeed(ceed, CeedOperatorFieldGetElemRestriction(field, &elem_restr_x)); in AddBCSubOperators()
208 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_x, &num_comp_x)); in AddBCSubOperators()
209 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_x)); in AddBCSubOperators()
309 …estrictionCoordinateCreate(ceed, dm, domain_label, label_value, height, &ceed_data->elem_restr_x)); in SetupLibceed()
315 …PetscCallCeed(ceed, CeedElemRestrictionCreateVector(ceed_data->elem_restr_x, &ceed_data->x_coord, … in SetupLibceed()
332 …PetscCall(QDataGet(ceed, dm, domain_label, label_value, ceed_data->elem_restr_x, ceed_data->basis_… in SetupLibceed()
350 …PetscCallCeed(ceed, CeedOperatorSetField(op_ics, "x", ceed_data->elem_restr_x, basis_xc, CEED_VECT… in SetupLibceed()
351 …PetscCallCeed(ceed, CeedOperatorSetField(op_ics, "dx", ceed_data->elem_restr_x, basis_xc, CEED_VEC… in SetupLibceed()
378 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_vol, "x", ceed_data->elem_restr_x, ceed_data->basi… in SetupLibceed()
406 …PetscCallCeed(ceed, CeedOperatorSetField(op_ifunction_vol, "x", ceed_data->elem_restr_x, ceed_data… in SetupLibceed()