Home
last modified time | relevance | path

Searched refs:basis_xc (Results 1 – 1 of 1) sorted by relevance

/honee/src/
H A Dsetuplibceed.c138 CeedBasis basis_xc; in SetupLibceed() local
142 PetscCallCeed(ceed, CeedBasisCreateProjection(basis_x, basis_q, &basis_xc)); 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()
157 PetscCallCeed(ceed, CeedBasisDestroy(&basis_xc)); in SetupLibceed()