Searched refs:skipuntil (Results 1 – 1 of 1) sorted by relevance
26 PetscInt skipuntil = 50; /* parameter to slice the last N elements of parent vec */ in main() local65 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()