Home
last modified time | relevance | path

Searched defs:edgeSection (Results 1 – 10 of 10) sorted by relevance

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