Lines Matching refs:lnsep
27 PetscInt *nsep, *lnsep, *fo, nfo, *stages; member
129 free(xyt_handle->info->lnsep); in XYT_free()
232 PetscInt *nsep, *lnsep, *fo; in xyt_generate() local
250 lnsep = xyt_handle->info->lnsep; in xyt_generate()
252 end = lnsep[0]; in xyt_generate()
319 end += lnsep[dim]; in xyt_generate()
582 PetscInt *nsep, *lnsep, *fo, nfo = 0; in det_separators() local
593 lnsep = (PetscInt *)malloc(sizeof(PetscInt) * (level + 1)); in det_separators()
599 PetscCall(PCTFS_ivec_zero(lnsep, level + 1)); in det_separators()
687 lnsep[edge] = ct; in det_separators()
708 lnsep[edge] = ct; in det_separators()
713 xyt_handle->info->lnsep = lnsep; in det_separators()