Home
last modified time | relevance | path

Searched defs:adjacency (Results 1 – 14 of 14) sorted by relevance

/petsc/src/dm/partitioner/impls/gather/
H A Dpartgather.c14 …er part, PetscInt nparts, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSecti… in PetscPartitionerPartition_Gather()
/petsc/src/dm/partitioner/impls/simple/
H A Dpartsimple.c44 …er part, PetscInt nparts, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSecti… in PetscPartitionerPartition_Simple_Grid()
117 …er part, PetscInt nparts, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSecti… in PetscPartitionerPartition_Simple()
/petsc/src/dm/partitioner/impls/matpart/
H A Dpartmatpart.c88 …er part, PetscInt nparts, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSecti… in PetscPartitionerPartition_MatPartitioning()
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c302 …er part, PetscInt nparts, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSecti… in PetscPartitionerPartition()
/petsc/src/dm/partitioner/impls/chaco/
H A Dpartchaco.c42 …er part, PetscInt nparts, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSecti… in PetscPartitionerPartition_Chaco()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c12 …M dm, PetscInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjacency, IS *global… in DMPlexCreatePartitionerGraph_Overlap()
111 …M dm, PetscInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjacency, IS *global… in DMPlexCreatePartitionerGraph_Native()
316 …M dm, PetscInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjacency, IS *global… in DMPlexCreatePartitionerGraph_ViaMat()
503 …M dm, PetscInt height, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjacency, IS *global… in DMPlexCreatePartitionerGraph()
544 …borCSR(DM dm, PetscInt cellHeight, PetscInt *numVertices, PetscInt **offsets, PetscInt **adjacency) in DMPlexCreateNeighborCSR()
777 PetscInt *adjacency = NULL; in PetscPartitionerDMPlexPartition() local
H A Dplexreorder.c72 …PetscInt *start = NULL, *adjacency = NULL, *cperm, *clperm = NULL, *invclperm = NULL, *mask, *xls,… in DMPlexGetOrdering() local
H A Dplex.c1536 PetscInt *idxs2, *start, *adjacency, *work; in DMPlexView_Ascii() local
/petsc/src/dm/partitioner/impls/parmetis/
H A Dpartparmetis.c78 …er part, PetscInt nparts, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSecti… in PetscPartitionerPartition_ParMetis()
/petsc/src/dm/partitioner/impls/shell/
H A Dpartshell.c83 …er part, PetscInt nparts, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSecti… in PetscPartitionerPartition_Shell()
/petsc/src/dm/partitioner/impls/ptscotch/
H A Dpartptscotch.c202 …er part, PetscInt nparts, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSecti… in PetscPartitionerPartition_PTScotch()
/petsc/src/mat/graphops/partition/impls/chaco/
H A Dchaco.c61 int nvtxs, *start, *adjacency, *vwgts, architecture, ndims_tot; in MatPartitioningApply_Chaco() local
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c584 …er part, PetscInt nparts, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSecti… in PetscPartitionerPartition_Multistage()
/petsc/include/petsc/private/
H A Ddmimpl.h191 …PetscBool adjacency[2]; /* Flags for defining variable influence (adjacency) for each field [use… member
274 …PetscBool adjacency[2]; /* [use cone() or support() first, use the transitive clo… member