Searched defs:ProblemData_private (Results 1 – 1 of 1) sorted by relevance
233 struct ProblemData_private { struct235 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);[all …]