Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dboundary_condition.c36 PetscBool flg; in BoundaryConditionSetUp() local
49 …, "An array of constrained component numbers", NULL, essential_comps, &num_essential_comps, &flg)); in BoundaryConditionSetUp()
/libCEED/examples/petsc/
H A Dbpsswarm.c142 PetscBool flg; in main() local
144 PetscCall(PetscOptionsInt("-p", "Number of MPI ranks per node", NULL, p, &p, &flg)); in main()
145 if (flg) ranks_per_node = p; in main()
H A Dbps.c448 PetscBool flg; in main() local
450 PetscCall(PetscOptionsInt("-p", "Number of MPI ranks per node", NULL, p, &p, &flg)); in main()
451 if (flg) ranks_per_node = p; in main()