Lines Matching defs:honee
18 PetscErrorCode UpdateBoundaryValues(Honee honee, Vec Q_loc, PetscReal t) { in UpdateBoundaryValues()
31 Honee honee = *(Honee *)user_data; in RHS_NS() local
117 Honee honee = *(Honee *)user_data; in IFunction_NS() local
170 Honee honee = *(Honee *)user_data; in FormIJacobian_NS() local
195 PetscErrorCode WriteOutput(Honee honee, Vec Q, PetscInt step_no, PetscScalar time) { in WriteOutput()
255 Honee honee = ctx; in TSMonitor_WallForce() local
296 Honee honee = ctx; in TSMonitor_NS() local
310 Honee honee; in TSPostStep_CheckStep() local
329 Honee honee; in TSPostStep_MaxWallTime() local
360 Honee honee; in TSPostStep_Honee() local
410 PetscErrorCode TSSolve_NS(DM dm, Honee honee, AppCtx app_ctx, Physics phys, ProblemData problem, Ve… in TSSolve_NS()