Home
last modified time | relevance | path

Searched refs:fo (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/pc/impls/tfs/
H A Dxxt.c27 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()
[all …]
H A Dxyt.c27 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()
[all …]
/petsc/src/dm/impls/plex/tutorials/
H A Dex11.c285 PetscInt pNew, opNew, oo, pr, fo; in CheckSubcells() local
339 PetscCall(DMPlexTransformGetSubcellOrientation(tr, ct, p, oi, ctNew, r, 0, &pr, &fo)); in CheckSubcells()
342 …PetscCheck(fo == oo, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Choose wrong orientation %" PetscInt_FMT " … in CheckSubcells()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1467 …PetscInt fo = rornt[ooff++]; /* Orientation of new cone point in pN… in DMPlexTransformGetCone_Internal() local
1491 PetscCall(DMPlexTransformGetSubcellOrientation(tr, pct, pp, fn ? po : o, ft, pr, fo, &pr, &fo)); in DMPlexTransformGetCone_Internal()
1493 orntNew[c] = fo; in DMPlexTransformGetCone_Internal()