Home
last modified time | relevance | path

Searched refs:PetscFindInt (Results 1 – 25 of 42) sorted by relevance

12

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c944 PetscCall(PetscFindInt(faces[f], nleaves, leaves, &loc)); in DMPlexConstructGhostCells_Internal()
980 PetscCall(PetscFindInt(faces[f], nleaves, leaves, &loc)); in DMPlexConstructGhostCells_Internal()
1007 PetscCall(PetscFindInt(faces[f], nleaves, leaves, &loc)); in DMPlexConstructGhostCells_Internal()
1429 PetscCall(PetscFindInt(support[s], numSplitPoints[dep + 1], splitPoints[dep + 1], &e)); in DMPlexConstructCohesiveCells_Internal()
1500 PetscCall(PetscFindInt(cone[q], numSplitPoints[dep - 1], splitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1502 PetscCall(PetscFindInt(cone[q], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1515 … PetscCall(PetscFindInt(econe[r], numSplitPoints[dep - 2], splitPoints[dep - 2], &vs)); in DMPlexConstructCohesiveCells_Internal()
1516 … PetscCall(PetscFindInt(econe[r], numUnsplitPoints[dep - 2], unsplitPoints[dep - 2], &vu)); in DMPlexConstructCohesiveCells_Internal()
1592 PetscCall(PetscFindInt(cone[qa], numSplitPoints[dep - 1], splitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1594 … PetscCall(PetscFindInt(cone[qa], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
[all …]
H A Dplexpreallocate.c215 PetscCall(PetscFindInt(padj, num_roots, roots, &root_index)); in AdjancencyContainsLeafRootPair()
312 PetscCall(PetscFindInt(root, num_non_dups, myRankPairRoots, &index)); in DMPlexCreateAdjacencySection_Static()
609 PetscCall(PetscFindInt(padj, num_exclude_leaves, exclude_leaves, &count)); in DMPlexCreateAdjacencySection_Static()
672 PetscCall(PetscFindInt(padj, num_exclude_leaves, exclude_leaves, &count)); in DMPlexCreateAdjacencySection_Static()
H A Dplexpartition.c177 PetscCall(PetscFindInt(support[0], nleaves, local, &p)); in DMPlexCreatePartitionerGraph_Native()
179 PetscCall(PetscFindInt(support[1], nleaves, local, &p)); in DMPlexCreatePartitionerGraph_Native()
195 PetscCall(PetscFindInt(support[0], nleaves, local, &p)); in DMPlexCreatePartitionerGraph_Native()
197 PetscCall(PetscFindInt(support[1], nleaves, local, &p)); in DMPlexCreatePartitionerGraph_Native()
1290 if (local) PetscCall(PetscFindInt(points[p], nleaves, local, &l)); in DMPlexPartitionLabelInvert()
2002 PetscCall(PetscFindInt(cumSumVertices[part[i]], xadj[i + 1] - xadj[i], &adjncy[xadj[i]], &loc)); in DMPlexRebalanceSharedPoints()
H A Dplexnatural.c136 PetscCall(PetscFindInt(p, Nl, sortleaves, &loc)); in DMPlexCreateGlobalToNaturalSF()
H A Dplexorient.c73 PetscCallAbort(PETSC_COMM_SELF, PetscFindInt(point, pEnd - pStart, points, &loc)); in GetPointIndex()
463 if (lpoints) PetscCall(PetscFindInt(support[s], numLeaves, lpoints, &l)); in DMPlexOrient()
838 PetscCall(PetscFindInt(supp[s], numLeaves, lpoints, &l)); in DMPlexOrientCells_Internal()
H A Dplexinterpolate.c848 PetscCall(PetscFindInt(cone[c], nleaves, locals, &ind0)); in DMPlexOrientInterface_Internal()
909 PetscCall(PetscFindInt(leaves[p][c], rN, &rremote1[rS], &ind0)); in DMPlexOrientInterface_Internal()
1010 PetscCall(PetscFindInt(localPoint, Nl, locals, &l)); in DMPlexMapToGlobalPoint()
1032 PetscCall(PetscFindInt(p, Nl, locals, &idx)); in DMPlexPointIsShared()
H A Dplexreorder.c118 PetscCall(PetscFindInt(val, numValues, values, &vloc)); in DMPlexGetOrdering()
/petsc/src/mat/graphops/partition/impls/scotch/
H A Dscotch.c311 PetscCall(PetscFindInt(NDorder[i], 2 * subd, seps, &loc)); in MatPartitioningApply_PTScotch_Private()
317 PetscCall(PetscFindInt(NDorder[i], 2 * (subd - 1), seps + 2 * subd, &loc)); in MatPartitioningApply_PTScotch_Private()
/petsc/src/mat/graphops/partition/impls/pmetis/
H A Dpmetis.c138 PetscCall(PetscFindInt(NDorder[i], 2 * subd, seps, &loc)); in MatPartitioningApply_Parmetis_Private()
144 PetscCall(PetscFindInt(NDorder[i], 2 * (subd - 1), seps + 2 * subd, &loc)); in MatPartitioningApply_Parmetis_Private()
/petsc/src/dm/impls/plex/tutorials/
H A Dex10.c117 PetscCall(PetscFindInt(value, Nv, values, &vidx)); in AdaptMesh()
H A Dex11.c52 ierr = PetscFindInt(o, user->numOrnt, user->ornts, &loc); in ignoreOrnt()
/petsc/src/ts/interface/
H A Dtshistory.c37 PetscCall(PetscFindInt(id, tsh->n, ids, &loc)); in TSHistoryUpdate()
/petsc/src/dm/impls/plex/tests/
H A Dex103.c243 PetscCall(PetscFindInt(values_serial[i], num_values_global, values_global, &loc)); in VerifyDMLabels()
329 PetscCall(PetscFindInt(p, num_points, points, &loc)); in VerifyDMLabels()
/petsc/src/dm/impls/patch/
H A Dpatch.c127 PetscCall(PetscFindInt(indices[q], size + 1, ranges, &ir)); in DMPatchZoom()
163 PetscCall(PetscFindInt(indices[q], size + 1, ranges, &ir)); in DMPatchZoom()
/petsc/src/mat/utils/
H A Dmatstash.c861 PetscCall(PetscFindInt(sendblock_rowstart->row, stash->size + 1, owners, &owner)); in MatStashScatterBegin_BTS()
880 PetscCall(PetscFindInt(sendblock_rowstart->row, stash->size + 1, owners, &iowner)); in MatStashScatterBegin_BTS()
/petsc/src/mat/graphops/partition/
H A Dpartition.c48 PetscCall(PetscFindInt(i, nparts, parts, &loc)); in MatPartitioningApply_Average()
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c91 PetscCall(PetscFindInt(adjncy_recv[j], icols_n, icols_indices, &loc)); in MatCreateSubMatrix_MPIAdj_data()
184 PetscCall(PetscFindInt(sadjncy[k], nindx, indices, &loc)); in MatCreateSubMatrices_MPIAdj_Private()
/petsc/src/vec/is/is/impls/block/
H A Dblock.c48 PetscCall(PetscFindInt(bkey, numIdx, sub->idx, location)); in ISLocate_Block()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c428 PetscCall(PetscFindInt(gv, numVerticesNew, verticesNewSorted, &lv)); in DMAdaptMetric_ParMmg_Plex()
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c108 if (sorted) PetscCall(PetscFindInt(key, numIdx, sub->idx, location)); in ISLocate_General()
/petsc/src/sys/utils/
H A Dsorti.c535 PetscErrorCode PetscFindInt(PetscInt key, PetscCount n, const PetscInt X[], PetscInt *loc) in PetscFindInt() function
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1223 PetscCall(PetscFindInt(conn[foffset + 0], nuniq_face_verts, uniq_face_verts, &idx)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1234 PetscCall(PetscFindInt(conn[foffset + v], nuniq_face_verts, uniq_face_verts, &idx)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1372 PetscCall(PetscFindInt(connDist[v], nuniq_verts, uniq_verts_sorted, &idx)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c193 PetscCall(PetscFindInt(offset, size + 1, ranges, &ir)); in PetscSFSetGraphSection()
/petsc/src/vec/is/section/interface/
H A Dsection.c2346 PetscCall(PetscFindInt(p, numSubpoints, spoints ? spoints : points, &subp)); in PetscSectionCreateSubplexSection_Private()
2366 PetscCall(PetscFindInt(p, numSubpoints, spoints ? spoints : points, &subp)); in PetscSectionCreateSubplexSection_Private()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiptap.c757 PetscCall(PetscFindInt(apindices[jj], c_rmtc[pocol], c_rmtjj, &loc)); in MatPtAPNumeric_MPIAIJ_MPIXAIJ_allatonce()
917 PetscCall(PetscFindInt(apindices[jj], c_rmtc[pocol], c_rmtjj, &loc)); in MatPtAPNumeric_MPIAIJ_MPIXAIJ_allatonce_merged()

12