Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dsetupts.c47 PetscCall(VecReadPetscToCeed(Q_loc, &q_mem_type, user->q_ceed)); in RHS_NS()
52 PetscCall(VecReadCeedToPetsc(user->q_ceed, q_mem_type, Q_loc)); in RHS_NS()
127 PetscCall(VecReadPetscToCeed(Q_loc, &q_mem_type, user->q_ceed)); in IFunction_NS()
134 …PetscCallCeed(user->ceed, CeedOperatorApply(user->op_ifunction, user->q_ceed, user->g_ceed, CEED_R… in IFunction_NS()
139 PetscCall(VecReadCeedToPetsc(user->q_ceed, q_mem_type, Q_loc)); in IFunction_NS()
H A Dsetuplibceed.c312 …PetscCallCeed(ceed, CeedElemRestrictionCreateVector(ceed_data->elem_restr_q, &user->q_ceed, NULL)); in SetupLibceed()
447 …PetscCall(OperatorApplyContextCreate(dm, dm, ceed, op_rhs, user->q_ceed, user->g_ceed, user->Q_loc… in SetupLibceed()
H A Dturb_spanstats.c423 …tCreate(user->dm, user->spanstats.dm, user->ceed, op_stats_collect, user->q_ceed, NULL, NULL, NULL, in CreateStatisticCollectionOperator()
/libCEED/examples/fluids/
H A Dnavierstokes.c259 PetscCallCeed(ceed, CeedVectorDestroy(&user->q_ceed)); in main()
H A Dnavierstokes.h180 CeedVector q_ceed, q_dot_ceed, g_ceed, x_ceed; member
/libCEED/examples/fluids/problems/
H A Dadvection.c70 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, user->q_ceed)); in CreateKSPMassOperator_AdvectionStabilized()
H A Dnewtonian.c199 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, user->q_ceed)); in CreateKSPMassOperator_NewtonianStabilized()