Searched refs:op_ics (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | setuplibceed.c | 140 CeedOperator op_ics; in SetupLibceed() local 150 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_ics, NULL, NULL, &op_ics)); in SetupLibceed() 151 …PetscCallCeed(ceed, CeedOperatorSetField(op_ics, "x", elem_restr_x, basis_xc, CEED_VECTOR_ACTIVE)); in SetupLibceed() 152 …PetscCallCeed(ceed, CeedOperatorSetField(op_ics, "dx", elem_restr_x, basis_xc, CEED_VECTOR_ACTIVE)… in SetupLibceed() 153 …PetscCallCeed(ceed, CeedOperatorSetField(op_ics, "q0", elem_restr_q, CEED_BASIS_NONE, CEED_VECTOR_… in SetupLibceed() 154 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_ics, "evaluation time", &honee->phys->ics_… in SetupLibceed() 155 …PetscCall(OperatorApplyContextCreate(NULL, dm, honee->ceed, op_ics, x_coord, NULL, NULL, honee->Q_… in SetupLibceed() 159 PetscCallCeed(ceed, CeedOperatorDestroy(&op_ics)); in SetupLibceed()
|