Searched refs:NOUT (Results 1 – 2 of 2) sorted by relevance
13 …sed -e "s/FUNCTION/${STRINGFUNCTION}/g" -e "s/_NIN_/${NIN}/g" -e "s/_NOUT_/${NOUT}/g" ${PETSC_DIR}…
38 PetscInt time_steps = 100, iout, NOUT = 1; in main() local153 PetscCall(PetscOptionsGetInt(NULL, NULL, "-NOUT", &NOUT, NULL)); in main()154 for (iout = 1; iout <= NOUT; iout++) { in main()156 PetscCall(TSSetMaxTime(ts, iout * ftime_original / NOUT)); in main()