Home
last modified time | relevance | path

Searched refs:num_bp_choices (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/petsc/
H A Dbps.c319 …ms rp, PetscInt num_resources, char *const *ceed_resources, PetscInt num_bp_choices, const BPType … in Run() argument
326 for (PetscInt b = 0; b < num_bp_choices; b++) { in Run()
365 PetscInt num_bp_choices = 10; in main() local
391 …CEED benchmark problem to solve", NULL, bp_types, (PetscEnum *)bp_choices, &num_bp_choices, &set)); in main()
394 num_bp_choices = 1; in main()
469 PetscCall(Run(rp, num_ceed_resources, ceed_resources, num_bp_choices, bp_choices)); in main()