Home
last modified time | relevance | path

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

/petsc/src/ts/event/tests/
H A Dex1sin.c20 #define MAX_NEV 5000 // max zero crossings for each rank macro
26 PetscReal evres[MAX_NEV]; // times of found zero-crossings
27 PetscReal ref[MAX_NEV]; // reference times of zero-crossings, for checking
113 for (PetscInt i = 1; i < MAX_NEV; i++) { in main()
171 if (Ctx->cnt + nev_zero < MAX_NEV) in Postevent()
H A Dex5.c24 #define MAX_NEV 5000 // max zero crossings for each rank macro
30 PetscReal evres[MAX_NEV]; // times of found zero-crossings
31 PetscReal ref[MAX_NEV]; // reference times of zero-crossings, for checking
138 for (PetscInt i = 1; i < MAX_NEV / 2 - 10; i++) { in main()
146 for (PetscInt i = 1; i < MAX_NEV / 2 - 10; i++) { in main()
221 if (Ctx->cnt + nev_zero < MAX_NEV) in Postevent()
H A Dex3.c28 #define MAX_NEV 5000 // max zero crossings for each rank macro
34 PetscReal evres[MAX_NEV]; // times of found zero-crossings
35 PetscReal ref[MAX_NEV]; // reference times of zero-crossings, for checking
143 for (PetscInt i = 1; i < MAX_NEV - 2; i++) { in main()
237 if (Ctx->cnt + nev_zero < MAX_NEV) in Postevent()
H A Dex2.c20 #define MAX_NEV 5000 // max zero crossings for each rank macro
26 PetscReal evres[MAX_NEV]; // times of found zero-crossings
27 PetscReal ref[MAX_NEV]; // reference times of zero-crossings, for checking
181 if (Ctx->cnt + nev_zero < MAX_NEV) in Postevent()
H A Dex3span.c29 #define MAX_NEV 5000 // max zero crossings for each rank macro
35 PetscReal evres[MAX_NEV]; // times of found zero-crossings
36 PetscReal ref[MAX_NEV]; // reference times of zero-crossings, for checking
139 for (PetscInt i = 1; i < MAX_NEV - 2; i++) { in main()
255 if (Ctx->cnt + nev_zero < MAX_NEV) in Postevent()
H A Dex4.c22 #define MAX_NEV 5000 // max zero crossings for each rank macro
28 PetscReal evres[MAX_NEV]; // times of found zero-crossings
29 PetscReal ref[MAX_NEV]; // reference times of zero-crossings, for checking
233 if (Ctx->cnt + nev_zero < MAX_NEV) in Postevent()