Lines Matching full:problem

220 PetscErrorCode SetupStg(const MPI_Comm comm, const DM dm, ProblemData problem, User user, const boo…  in SetupStg()  argument
270 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfunction_context, CEED_MEM… in SetupStg()
272 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in SetupStg()
282 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in SetupStg()
283 problem->ics.qfunction = ICsStg; in SetupStg()
284 problem->ics.qfunction_loc = ICsStg_loc; in SetupStg()
285 problem->ics.qfunction_context = stg_context; in SetupStg()
289 problem->use_strong_bc_ceed = PETSC_TRUE; in SetupStg()
290 problem->set_bc_from_ics = PETSC_FALSE; in SetupStg()
292 problem->apply_inflow.qfunction = StgShur14Inflow; in SetupStg()
293 problem->apply_inflow.qfunction_loc = StgShur14Inflow_loc; in SetupStg()
294 problem->apply_inflow_jacobian.qfunction = StgShur14Inflow_Jacobian; in SetupStg()
295 problem->apply_inflow_jacobian.qfunction_loc = StgShur14Inflow_Jacobian_loc; in SetupStg()
296 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(stg_context, &problem->apply_inflow.qfunctio… in SetupStg()
297 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(stg_context, &problem->apply_inflow_jacobian… in SetupStg()
298 problem->set_bc_from_ics = PETSC_TRUE; in SetupStg()
304 PetscErrorCode SetupStrongStg(DM dm, SimpleBC bc, ProblemData problem, Physics phys) { in SetupStrongStg() argument
333 PetscErrorCode SetupStrongStg_QF(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt num_co… in SetupStrongStg_QF() argument
343 PetscCallCeed(ceed, CeedQFunctionSetContext(*qf_strongbc, problem->ics.qfunction_context)); in SetupStrongStg_QF()
347 PetscErrorCode SetupStrongStg_PreProcessing(Ceed ceed, ProblemData problem, CeedInt num_comp_x, Cee… in SetupStrongStg_PreProcessing() argument
355 PetscCallCeed(ceed, CeedQFunctionSetContext(*qf_strongbc, problem->ics.qfunction_context)); in SetupStrongStg_PreProcessing()