Home
last modified time | relevance | path

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

/petsc/src/vec/pf/impls/string/
H A Dmakefile13 …sed -e "s/FUNCTION/${STRINGFUNCTION}/g" -e "s/_NIN_/${NIN}/g" -e "s/_NOUT_/${NOUT}/g" ${PETSC_DIR}…
/petsc/src/ts/tests/
H A Dex4.c38 PetscInt time_steps = 100, iout, NOUT = 1; in main() local
153 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()