Searched refs:emptynd (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex54.c | 15 PetscBool flg, test_nd0 = PETSC_FALSE, emptynd; in main() local 101 emptynd = PETSC_FALSE; in main() 102 if (rank == 0 && test_nd0) emptynd = PETSC_TRUE; /* test case */ in main() 112 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, emptynd ? 0 : sz * bs, idx, PETSC_COPY_VALUES, is1 + i)… in main() 113 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, emptynd ? 0 : sz * bs, idx, PETSC_COPY_VALUES, is2 + i)… in main()
|