Lines Matching refs:honee
14 static PetscErrorCode PRINT_EULER_VORTEX(Honee honee, ProblemData problem, AppCtx app_ctx) { in PRINT_EULER_VORTEX() argument
15 MPI_Comm comm = honee->comm; in PRINT_EULER_VORTEX()
16 Ceed ceed = honee->ceed; in PRINT_EULER_VORTEX()
56 Honee honee = *(Honee *)ctx; in NS_EULER_VORTEX() local
58 MPI_Comm comm = honee->comm; in NS_EULER_VORTEX()
59 Ceed ceed = honee->ceed; in NS_EULER_VORTEX()
85 Units units = honee->units; in NS_EULER_VORTEX()
134 honee->phys->implicit = implicit; in NS_EULER_VORTEX()
148 PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &euler_qfctx)); in NS_EULER_VORTEX()
167 honee_bc->honee = honee; in NS_EULER_VORTEX()
178 honee_bc->honee = honee; in NS_EULER_VORTEX()