Home
last modified time | relevance | path

Searched defs:offsets (Results 1 – 24 of 24) sorted by relevance

/petsc/src/dm/impls/da/hypre/
H A Dmhyp.c155 HYPRE_Int offsets[3][1] = {{-1}, {0}, {1}}; in MatSetUp_HYPREStruct() local
160 HYPRE_Int offsets[5][2] = { in MatSetUp_HYPREStruct() local
171 HYPRE_Int offsets[7][3] = { in MatSetUp_HYPREStruct() local
587 HYPRE_Int offsets[3][1] = {{-1}, {0}, {1}}; in MatSetUp_HYPRESStruct() local
600 HYPRE_Int offsets[5][2] = { in MatSetUp_HYPRESStruct() local
619 HYPRE_Int offsets[7][3] = { in MatSetUp_HYPRESStruct() local
/petsc/src/dm/impls/plex/tests/
H A Dex49.c101 PetscInt *offsets, Ncell, Ncl, Nc, n; in CheckOffsets() local
111 PetscInt *offsets, *offsetsNeg, *offsetsPos, Nface, Nc, n, i = 0; in CheckOffsets() local
138 PetscInt cdim, *offsets, Ncell, Ncl, Nc, n; in CheckOffsets() local
/petsc/src/dm/partitioner/impls/simple/
H A Dpartsimple.c49 PetscInt *cellproc, *offsets, cells[3] = {1, 1, 1}, pcells[3] = {1, 1, 1}; in PetscPartitionerPartition_Simple_Grid() local
186 PetscInt nvGlobal, *offsets, myFirst, myLast; in PetscPartitionerPartition_Simple() local
/petsc/src/vec/is/is/utils/
H A Discoloring.c675 PetscMPIInt size, *sizes = NULL, *offsets = NULL, nn; in ISAllGather() local
738 PetscMPIInt size, *offsets = NULL, *sizes = NULL, nn; in ISAllGatherColors() local
/petsc/src/dm/impls/plex/
H A Dplexpartition.c12 …tionerGraph_Overlap(DM dm, PetscInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **… in DMPlexCreatePartitionerGraph_Overlap()
111 …itionerGraph_Native(DM dm, PetscInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **… in DMPlexCreatePartitionerGraph_Native()
316 …itionerGraph_ViaMat(DM dm, PetscInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **… in DMPlexCreatePartitionerGraph_ViaMat()
503 …atePartitionerGraph(DM dm, PetscInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **… in DMPlexCreatePartitionerGraph()
544 …eateNeighborCSR(DM dm, PetscInt cellHeight, PetscInt *numVertices, PetscInt **offsets, PetscInt **… in DMPlexCreateNeighborCSR()
H A Dplexvtu.c54 PetscVTKInt *conn, *offsets; in DMPlexGetVTKConnectivity() local
516 PetscVTKInt *connectivity = NULL, *offsets = NULL; in DMPlexVTKWriteAll_VTU() local
H A Dplexceed.c58 …etscInt *num_cells, PetscInt *cell_size, PetscInt *num_comp, PetscInt *l_size, PetscInt *offsets[]) in DMPlexGetLocalOffsets()
H A Dplextree.c476 PetscInt *offsets, *children, pStart, pEnd; in DMPlexTreeSymmetrize() local
790 PetscInt *offsets; in DMPlexTreeExchangeSupports() local
2081 …PetscInt *offsets, *newOffsets, *offsetsCopy, *newOffsetsCopy, *rowOffsets, *numD, *num… in DMPlexComputeInterpolatorTree() local
3278 …eToFine, const PetscInt *childIds, Vec fineVec, PetscInt numFields, PetscInt *offsets, PetscSectio… in DMPlexTransferInjectorTree()
3521 PetscInt *offsets, *offsetsCopy, *rowOffsets; in DMPlexComputeInjectorTree() local
3765 PetscInt *offsets, *newOffsets, *offsetsCopy, *newOffsetsCopy, *rowOffsets, *numD, *numO; in DMPlexTransferVecTree_Interpolate() local
4071 PetscInt *offsets, *offsetsCopy, *rowOffsets; in DMPlexTransferVecTree_Inject() local
H A Dplexpreallocate.c23 PetscInt p, q, a, aSize, *offsets, aStart, aEnd, *inverse, iSize, *adj, adjSize; in DMPlexComputeAnchorAdjacencies() local
H A Dplex.c4387 PetscInt *offsets; in DMPlexSymmetrize() local
4951 PetscInt *offsets, **closures; in DMPlexGetFullJoin() local
5153 PetscInt *offsets, **closures; in DMPlexGetFullMeet() local
7838 …Int *outNumPoints, PetscInt *outNumIndices, PetscInt *outPoints[], PetscInt offsets[], PetscScalar… in DMPlexAnchorsGetSubMatModification()
8068 …t *outNumIndices, PetscInt *outPoints[], PetscScalar *outValues[], PetscInt offsets[], PetscBool m… in DMPlexAnchorsModifyMat_Internal()
8120 …t *outNumIndices, PetscInt *outPoints[], PetscScalar *outValues[], PetscInt offsets[], PetscBool m… in DMPlexAnchorsModifyMat()
8167 PetscInt Nf, Ncl, Ni = 0, offsets[32], p, f; in DMPlexGetClosureIndices_Internal() local
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c39 PetscInt *parts_indices, i, j, mat_localsize, *offsets; in MatPartitioningApply_Hierarchical() local
/petsc/src/dm/dt/interface/
H A Ddtds.c2857 PetscErrorCode PetscDSGetComponentOffsets(PetscDS prob, PetscInt *offsets[]) in PetscDSGetComponentOffsets()
2882 PetscErrorCode PetscDSGetComponentDerivativeOffsets(PetscDS prob, PetscInt *offsets[]) in PetscDSGetComponentDerivativeOffsets()
2908 PetscErrorCode PetscDSGetComponentOffsetsCohesive(PetscDS ds, PetscInt s, PetscInt *offsets[]) in PetscDSGetComponentOffsetsCohesive()
2936 …ErrorCode PetscDSGetComponentDerivativeOffsetsCohesive(PetscDS ds, PetscInt s, PetscInt *offsets[]) in PetscDSGetComponentDerivativeOffsetsCohesive()
/petsc/src/vec/vec/utils/tagger/impls/
H A Dcdf.c159 PetscInt offsets[2]; in VecTaggerComputeBox_CDF_SortedArray_Iterative() local
/petsc/src/vec/is/utils/
H A Dkdtree.c429 PetscReal *offsets, rd; in PetscKDTreeQueryPointsNearestNeighbor() local
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c1009 PetscInt *offsets; in VecSetPreallocationCOO_MPI() local
/petsc/src/vec/is/is/interface/
H A Dindex.c1351 PetscMPIInt rank, size, *sizes = NULL, *offsets = NULL, nn; in ISGatherTotal_Private() local
/petsc/include/petsc/private/
H A Ddmimpl.h210 PetscInt *offsets; /* Starting offset for label values for each label */ member
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c834 cgsize_t *offsets, *conn_cg; in DMPlexCGNS_CreateCornersConnectivitySection() local
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c285 PetscInt *indv_counts, indvc_ij, *sbsizes, *indices_tmp, *offsets; in MatIncreaseOverlap_MPIAIJ_Send_Scalable() local
H A Dmpiaij.c6451 PetscInt *offsets; in MatSetPreallocationCOO_MPIAIJ() local
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c941 PetscInt *offsets; in RenumberGlobalPointNumbersPerStratum_Private() local
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c208 PetscInt *offsets = NULL; in PCPatchCreateDefaultSF_Private() local
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c2242 const PetscInt *offsets; in DMPlexLandauAccess() local
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2961 PetscInt *offsets, *offsetsRoot; in DMPforestGetTransferSF_Internal() local