Home
last modified time | relevance | path

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

/petsc/src/dm/tutorials/
H A Dex26.c13 PetscInt tick, moment = 0, momentummax = 7; in main() local
20 PetscCall(PetscOptionsGetInt(NULL, NULL, "-moment_max", &momentummax, NULL)); in main()
42 for (moment = 0; moment < momentummax; moment++) { in main()