Home
last modified time | relevance | path

Searched defs:vertSection (Results 1 – 9 of 9) sorted by relevance

/petsc/src/dm/partitioner/impls/gather/
H A Dpartgather.c14 …, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSection vertSection, PetscSec… in PetscPartitionerPartition_Gather()
/petsc/src/dm/partitioner/impls/simple/
H A Dpartsimple.c44 …, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSection vertSection, PetscSec… in PetscPartitionerPartition_Simple_Grid()
117 …, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSection vertSection, PetscSec… in PetscPartitionerPartition_Simple()
/petsc/src/dm/partitioner/impls/matpart/
H A Dpartmatpart.c88 …, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSection vertSection, PetscSec… in PetscPartitionerPartition_MatPartitioning()
/petsc/src/dm/partitioner/impls/chaco/
H A Dpartchaco.c42 …, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSection vertSection, PetscSec… in PetscPartitionerPartition_Chaco()
/petsc/src/dm/partitioner/impls/parmetis/
H A Dpartparmetis.c78 …, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSection vertSection, PetscSec… in PetscPartitionerPartition_ParMetis()
/petsc/src/dm/partitioner/impls/shell/
H A Dpartshell.c83 …, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSection vertSection, PetscSec… in PetscPartitionerPartition_Shell()
/petsc/src/dm/partitioner/impls/ptscotch/
H A Dpartptscotch.c202 …, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSection vertSection, PetscSec… in PetscPartitionerPartition_PTScotch()
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c584 …, PetscInt numVertices, PetscInt start[], PetscInt adjacency[], PetscSection vertSection, PetscSec… in PetscPartitionerPartition_Multistage()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c749 PetscSection vertSection = NULL, edgeSection = NULL; in PetscPartitionerDMPlexPartition() local