Searched refs:in_elms (Results 1 – 1 of 1) sorted by relevance
216 static PCTFS_gs_id *gsi_check_args(PetscInt *in_elms, PetscInt nel, PetscInt level) in gsi_check_args() argument226 if (!in_elms) SETERRABORT(PETSC_COMM_WORLD, PETSC_ERR_PLIB, "elms point to nothing!!!\n"); in gsi_check_args()240 if (in_elms[i] != 0) j++; in gsi_check_args()251 if (in_elms[i] != 0) { in gsi_check_args()252 elms[j] = in_elms[i]; in gsi_check_args()