Lines Matching refs:fo
27 PetscInt *nsep, *lnsep, *fo, nfo, *stages; member
128 free(xxt_handle->info->fo); in XXT_free()
179 PetscInt *nsep, *lnsep, *fo; in xxt_generate() local
195 fo = xxt_handle->info->fo; in xxt_generate()
257 (start < end) ? (col = fo[start]) : (col = INT_MAX); in xxt_generate()
268 if (col == fo[start]) { in xxt_generate()
472 PetscInt *nsep, *lnsep, *fo, nfo = 0; in det_separators() local
484 fo = (PetscInt *)malloc(sizeof(PetscInt) * (n + 1)); in det_separators()
490 PetscCall(PCTFS_ivec_set(fo, -1, n + 1)); in det_separators()
518 …for (iptr = fo + n, id = PCTFS_my_id, mask = PCTFS_num_nodes >> 1, edge = level; edge > 0; edge--,… in det_separators()
620 …for (iptr = fo + n, id = PCTFS_my_id, mask = PCTFS_num_nodes >> 1, edge = level; edge > 0; edge--,… in det_separators()
704 xxt_handle->info->fo = fo; in det_separators()