Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dsetuplibceed.c337 CeedBasis basis_xc; in SetupLibceed() local
341 … PetscCallCeed(ceed, CeedBasisCreateProjection(ceed_data->basis_x, ceed_data->basis_q, &basis_xc)); 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()
356 PetscCallCeed(ceed, CeedBasisDestroy(&basis_xc)); in SetupLibceed()