Lines Matching refs:nsep
27 PetscInt *nsep, *lnsep, *fo, nfo, *stages; member
128 free(xyt_handle->info->nsep); in XYT_free()
232 PetscInt *nsep, *lnsep, *fo; in xyt_generate() local
249 nsep = xyt_handle->info->nsep; in xyt_generate()
258 for (i = 0, j = 0; i <= level; i++) j += nsep[i]; in xyt_generate()
292 PCTFS_ivec_copy(segs, nsep, level + 1); in xyt_generate()
304 for (i = 1, j = 0; i <= level; i++) j += nsep[i]; in xyt_generate()
582 PetscInt *nsep, *lnsep, *fo, nfo = 0; in det_separators() local
592 nsep = (PetscInt *)malloc(sizeof(PetscInt) * (level + 1)); in det_separators()
598 PetscCall(PCTFS_ivec_zero(nsep, level + 1)); in det_separators()
688 nsep[edge] = sum[0] + sum[1]; in det_separators()
709 nsep[edge] = ct; in det_separators()
712 xyt_handle->info->nsep = nsep; in det_separators()