| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 944 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 D | plexpreallocate.c | 215 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 D | plexpartition.c | 177 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 D | plexnatural.c | 136 PetscCall(PetscFindInt(p, Nl, sortleaves, &loc)); in DMPlexCreateGlobalToNaturalSF()
|
| H A D | plexorient.c | 73 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 D | plexinterpolate.c | 848 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 D | plexreorder.c | 118 PetscCall(PetscFindInt(val, numValues, values, &vloc)); in DMPlexGetOrdering()
|
| /petsc/src/mat/graphops/partition/impls/scotch/ |
| H A D | scotch.c | 311 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 D | pmetis.c | 138 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 D | ex10.c | 117 PetscCall(PetscFindInt(value, Nv, values, &vidx)); in AdaptMesh()
|
| H A D | ex11.c | 52 ierr = PetscFindInt(o, user->numOrnt, user->ornts, &loc); in ignoreOrnt()
|
| /petsc/src/ts/interface/ |
| H A D | tshistory.c | 37 PetscCall(PetscFindInt(id, tsh->n, ids, &loc)); in TSHistoryUpdate()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex103.c | 243 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 D | patch.c | 127 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 D | matstash.c | 861 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 D | partition.c | 48 PetscCall(PetscFindInt(i, nparts, parts, &loc)); in MatPartitioningApply_Average()
|
| /petsc/src/mat/impls/adj/mpi/ |
| H A D | mpiadj.c | 91 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 D | block.c | 48 PetscCall(PetscFindInt(bkey, numIdx, sub->idx, location)); in ISLocate_Block()
|
| /petsc/src/dm/impls/plex/adaptors/parmmg/ |
| H A D | parmmgadapt.c | 428 PetscCall(PetscFindInt(gv, numVerticesNew, verticesNewSorted, &lv)); in DMAdaptMetric_ParMmg_Plex()
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 108 if (sorted) PetscCall(PetscFindInt(key, numIdx, sub->idx, location)); in ISLocate_General()
|
| /petsc/src/sys/utils/ |
| H A D | sorti.c | 535 PetscErrorCode PetscFindInt(PetscInt key, PetscCount n, const PetscInt X[], PetscInt *loc) in PetscFindInt() function
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1223 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 D | sfutils.c | 193 PetscCall(PetscFindInt(offset, size + 1, ranges, &ir)); in PetscSFSetGraphSection()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 2346 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 D | mpiptap.c | 757 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()
|