Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/hamiltonian/ !
H A Dex1.c32 PetscInt nts; /* print the energy at each nts time steps */ member
94 if (step % user->nts == 0) { in Monitor()
129 user.nts = 100; in main()
133 …ptionsInt("-next_output", "time steps for next output point", "<100>", user.nts, &user.nts, NULL)); in main()