Lines Matching refs:fo
27 PetscInt *nsep, *lnsep, *fo, nfo, *stages; member
130 free(xyt_handle->info->fo); in XYT_free()
232 PetscInt *nsep, *lnsep, *fo; in xyt_generate() local
251 fo = xyt_handle->info->fo; in xyt_generate()
326 (start < end) ? (col = fo[start]) : (col = INT_MAX); in xyt_generate()
337 if (col == fo[start]) { in xyt_generate()
582 PetscInt *nsep, *lnsep, *fo, nfo = 0; in det_separators() local
594 fo = (PetscInt *)malloc(sizeof(PetscInt) * (n + 1)); in det_separators()
600 PetscCall(PCTFS_ivec_set(fo, -1, n + 1)); in det_separators()
634 …for (iptr = fo + n, id = PCTFS_my_id, mask = PCTFS_num_nodes >> 1, edge = level; edge > 0; edge--,… in det_separators()
714 xyt_handle->info->fo = fo; in det_separators()