Lines Matching full:problem
18 PetscErrorCode NS_DENSITY_CURRENT(ProblemData problem, DM dm, void *ctx, SimpleBC bc) { in NS_DENSITY_CURRENT() argument
27 PetscCall(NS_NEWTONIAN_IG(problem, dm, ctx, bc)); in NS_DENSITY_CURRENT()
32 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in NS_DENSITY_CURRENT()
33 problem->ics.qfunction = ICsDC; in NS_DENSITY_CURRENT()
34 problem->ics.qfunction_loc = ICsDC_loc; in NS_DENSITY_CURRENT()
52 PetscOptionsBegin(comm, NULL, "Options for DENSITY_CURRENT problem", NULL); in NS_DENSITY_CURRENT()
59 PetscInt n = problem->dim; in NS_DENSITY_CURRENT()
61 n = problem->dim; in NS_DENSITY_CURRENT()
98 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfunction_context, CEED_MEM… in NS_DENSITY_CURRENT()
100 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_DENSITY_CURRENT()
104 problem->ics.qfunction_context = density_current_context; in NS_DENSITY_CURRENT()