Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Ddriver.c104 PetscErrorCode GetInt(const char* name, PetscInt *v, PetscInt defv) in GetInt() function
119 PetscCall(GetInt("-start", &start, 12)); in main()
120 PetscCall(GetInt("-step", &step, 4)); in main()
121 PetscCall(GetInt("-stop", &stop, start)); in main()
122 PetscCall(GetInt("-samples", &samples, 1)); in main()