Lines Matching defs:ProblemData_private
233 struct ProblemData_private { struct
235 PetscInt num_components;
236 char **component_names;
238 CeedInt num_comps_jac_data;
239 HoneeQFSpec ics, apply_vol_rhs, apply_vol_ifunction, apply_vol_ijacobian;
240 bool compute_exact_solution_error;
241 PetscBool set_bc_from_ics, use_strong_bc_ceed;
244 PetscCount num_bc_defs;
245 BCDefinition *bc_defs;
247 PetscErrorCode (*print_info)(Honee, ProblemData, AppCtx);
248 PetscErrorCode (*create_mass_operator)(Honee, CeedOperator *);