Searched refs:q_ceed (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | setupts.c | 47 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 D | setuplibceed.c | 312 …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 D | turb_spanstats.c | 423 …tCreate(user->dm, user->spanstats.dm, user->ceed, op_stats_collect, user->q_ceed, NULL, NULL, NULL, in CreateStatisticCollectionOperator()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 259 PetscCallCeed(ceed, CeedVectorDestroy(&user->q_ceed)); in main()
|
| H A D | navierstokes.h | 180 CeedVector q_ceed, q_dot_ceed, g_ceed, x_ceed; member
|
| /libCEED/examples/fluids/problems/ |
| H A D | advection.c | 70 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, user->q_ceed)); in CreateKSPMassOperator_AdvectionStabilized()
|
| H A D | newtonian.c | 199 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, user->q_ceed)); in CreateKSPMassOperator_NewtonianStabilized()
|