Lines Matching refs:nsep
27 PetscInt *nsep, *lnsep, *fo, nfo, *stages; member
126 free(xxt_handle->info->nsep); in XXT_free()
179 PetscInt *nsep, *lnsep, *fo; in xxt_generate() local
193 nsep = xxt_handle->info->nsep; in xxt_generate()
202 for (i = 0, j = 0; i <= level; i++) j += nsep[i]; in xxt_generate()
223 PCTFS_ivec_copy(segs, nsep, level + 1); in xxt_generate()
235 for (i = 1, j = 0; i <= level; i++) j += nsep[i]; in xxt_generate()
472 PetscInt *nsep, *lnsep, *fo, nfo = 0; in det_separators() local
482 nsep = (PetscInt *)malloc(sizeof(PetscInt) * (level + 1)); in det_separators()
488 PetscCall(PCTFS_ivec_zero(nsep, level + 1)); in det_separators()
589 nsep[edge] = (PetscInt)rsum[0]; in det_separators()
609 nsep[edge] = (PetscInt)rsum[1]; in det_separators()
661 nsep[edge] = sum[0]; in det_separators()
677 nsep[edge] = sum[1]; in det_separators()
699 nsep[edge] = ct; in det_separators()
702 xxt_handle->info->nsep = nsep; in det_separators()