Searched refs:bp_choices (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/petsc/ |
| H A D | bps.c | 319 …nt num_resources, char *const *ceed_resources, PetscInt num_bp_choices, const BPType *bp_choices) { in Run() argument 330 rp->bp_choice = bp_choices[b]; in Run() 364 BPType bp_choices[10]; in main() local 391 …blem", "CEED benchmark problem to solve", NULL, bp_types, (PetscEnum *)bp_choices, &num_bp_choices… in main() 393 bp_choices[0] = CEED_BP1; in main() 403 if ((bp_choices[0] == CEED_BP5 || bp_choices[0] == CEED_BP6) && (rp->simplex)) { in main() 469 PetscCall(Run(rp, num_ceed_resources, ceed_resources, num_bp_choices, bp_choices)); in main()
|