Searched refs:Fnum (Results 1 – 1 of 1) sorted by relevance
38 PetscInt Fnum; // total available event functions member70 ctx.Fnum = 12; in main()116 …PetscCheck(ctx.F >= -1 && ctx.F < ctx.Fnum, PetscObjectComm((PetscObject)ts), PETSC_ERR_ARG_OUTOFR… in main()121 for (n = 0; n < ctx.Fnum; n++) { // all event-functions in main()