Home
last modified time | relevance | path

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

/petsc/src/ts/event/tests/
H A Dex2.c34 PetscInt postcnt; // counter for PostEvent calls member
63 ctx.postcnt = 0; in main()
185 Ctx->postcnt++; // sync in Postevent()
187 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
H A Dex1sin.c34 PetscInt postcnt; // counter for PostEvent calls member
63 ctx.postcnt = 0; in main()
175 Ctx->postcnt++; // sync in Postevent()
177 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
H A Dex3.c42 PetscInt postcnt; // counter for PostEvent calls member
76 ctx.postcnt = 0; in main()
241 Ctx->postcnt++; // sync in Postevent()
243 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
H A Dex4.c36 PetscInt postcnt; // counter for PostEvent calls member
68 ctx.postcnt = 0; in main()
237 Ctx->postcnt++; // sync in Postevent()
239 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
H A Dex5.c38 PetscInt postcnt; // counter for PostEvent calls member
71 ctx.postcnt = 0; in main()
225 Ctx->postcnt++; // sync in Postevent()
227 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
H A Dex3span.c46 PetscInt postcnt; // counter for PostEvent calls member
85 ctx.postcnt = 0; in main()
259 Ctx->postcnt++; // sync in Postevent()
261 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()