Lines Matching full:problem
56 ProblemData problem = honee_->problem_data;
68 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfctx));
69 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_vol_rhs.qfctx));
70 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_vol_ifunction.qfctx));
71 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_vol_ijacobian.qfctx));
107 for (PetscInt i = 0; i < problem->num_bc_defs; i++) {
108 PetscCall(BCDefinitionDestroy(&problem->bc_defs[i]));
110 PetscCall(PetscFree(problem->bc_defs));
111 for (PetscInt i = 0; i < problem->num_components; i++) {
112 PetscCall(PetscFree(problem->component_names[i]));
114 PetscCall(PetscFree(problem->component_names));