Lines Matching full:problem
132 PetscErrorCode NS_BLASIUS(ProblemData problem, DM dm, void *ctx) { in NS_BLASIUS() argument
142 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx)); in NS_BLASIUS()
147 …problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsBlasius, .qf_loc = ICsBlasius_loc, .qfctx = problem… in NS_BLASIUS()
158 PetscOptionsBegin(comm, NULL, "Options for BLASIUS problem", NULL); in NS_BLASIUS()
184 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfctx, CEED_MEM_HOST, &newt… in NS_BLASIUS()
212 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfctx, &newtonian_ig_ct… in NS_BLASIUS()
218 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfctx)); in NS_BLASIUS()
219 problem->ics.qfctx = blasius_qfctx; in NS_BLASIUS()
221 PetscCall(SetupStg(comm, dm, problem, honee, weakT, S_infty.Y.temperature, S_infty.Y.pressure)); in NS_BLASIUS()
227 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in NS_BLASIUS()
228 BCDefinition bc_def = problem->bc_defs[b]; in NS_BLASIUS()