Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c216 static PCTFS_gs_id *gsi_check_args(PetscInt *in_elms, PetscInt nel, PetscInt level) in gsi_check_args() argument
226 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()