Lines Matching refs:elem_restr_x
26 CeedElemRestrictionDestroy(&data->elem_restr_x); in CeedDataDestroy()
49 CeedElemRestriction elem_restr_x, elem_restr_u, elem_restr_u_i, elem_restr_qd_i; in SetupLibceedByDegree() local
66 PetscCall(CreateRestrictionFromPlex(ceed, dm_coord, 0, 0, 0, &elem_restr_x)); in SetupLibceedByDegree()
80 CeedElemRestrictionCreateVector(elem_restr_x, &x_coord, NULL); in SetupLibceedByDegree()
99 CeedOperatorSetField(op_setup_geo, "x", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE); in SetupLibceedByDegree()
100 CeedOperatorSetField(op_setup_geo, "dx", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE); in SetupLibceedByDegree()
162 CeedOperatorSetField(op_setup_rhs, "x", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE); in SetupLibceedByDegree()
188 data->elem_restr_x = elem_restr_x; in SetupLibceedByDegree()
247 CeedElemRestriction elem_restr_x, elem_restr_u, elem_restr_u_i, elem_restr_qd_i; in SetupErrorOperator() local
264 PetscCall(CreateRestrictionFromPlex(ceed, dm_coord, 0, 0, 0, &elem_restr_x)); in SetupErrorOperator()
278 CeedElemRestrictionCreateVector(elem_restr_x, &x_coord, NULL); in SetupErrorOperator()
294 CeedOperatorSetField(op_setup_geo, "x", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE); in SetupErrorOperator()
295 CeedOperatorSetField(op_setup_geo, "dx", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE); in SetupErrorOperator()
314 CeedOperatorSetField(op_setup_rhs, "x", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE); in SetupErrorOperator()
357 CeedElemRestrictionDestroy(&elem_restr_x); in SetupErrorOperator()