Lines Matching refs:problem
19 PetscErrorCode NS_GAUSSIAN_WAVE(ProblemData problem, DM dm, void *ctx, SimpleBC bc) { in NS_GAUSSIAN_WAVE() argument
29 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx, bc)); in NS_GAUSSIAN_WAVE()
33 problem->ics.qfunction = IC_GaussianWave_Conserv; in NS_GAUSSIAN_WAVE()
34 problem->ics.qfunction_loc = IC_GaussianWave_Conserv_loc; in NS_GAUSSIAN_WAVE()
37 problem->ics.qfunction = IC_GaussianWave_Prim; in NS_GAUSSIAN_WAVE()
38 problem->ics.qfunction_loc = IC_GaussianWave_Prim_loc; in NS_GAUSSIAN_WAVE()
41 problem->ics.qfunction = IC_GaussianWave_Entropy; in NS_GAUSSIAN_WAVE()
42 problem->ics.qfunction_loc = IC_GaussianWave_Entropy_loc; in NS_GAUSSIAN_WAVE()
64 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfunction_context, CEED_MEM… in NS_GAUSSIAN_WAVE()
65 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_freestream.qfunction_context, CEED_… in NS_GAUSSIAN_WAVE()
73 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_GAUSSIAN_WAVE()
74 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_freestream.qfunction_context, &… in NS_GAUSSIAN_WAVE()
79 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in NS_GAUSSIAN_WAVE()
80 problem->ics.qfunction_context = gausswave_context; in NS_GAUSSIAN_WAVE()