Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex51.c26 PetscInt skipuntil = 50; /* parameter to slice the last N elements of parent vec */ in main() local
65 if (low >= skipuntil) { in main()
68 } else if (low <= skipuntil && high >= skipuntil) { in main()
69 isstart = skipuntil; in main()
70 issize = high - skipuntil; in main()