Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 16 of 16) sorted by relevance

/petsc/src/dm/partitioner/impls/gather/
H A Dpartgather.c14 …ion, PetscSection edgeSection, PetscSection targetSection, PetscSection partSection, IS *partition) in PetscPartitionerPartition_Gather()
/petsc/src/dm/partitioner/impls/shell/
H A Dpartshell.c5 IS partition; /* Points in each partition */ member
83 …ion, PetscSection edgeSection, PetscSection targetSection, PetscSection partSection, IS *partition) in PetscPartitionerPartition_Shell()
/petsc/src/dm/partitioner/tests/
H A Dex33.c9 IS partition, is; in main() local
/petsc/src/ksp/ksp/tests/
H A Dex31.c15 PetscBool flg, partition = PETSC_FALSE, displayIS = PETSC_FALSE, displayMat = PETSC_FALSE; in main() local
H A Dex30.c32 …PetscBool table = PETSC_FALSE, flg, flgB = PETSC_FALSE, trans = PETSC_FALSE, partition = PETSC_F… in main() local
/petsc/src/dm/partitioner/impls/simple/
H A Dpartsimple.c44 …y[], PetscSection vertSection, PetscSection targetSection, PetscSection partSection, IS *partition) in PetscPartitionerPartition_Simple_Grid()
117 …ion, PetscSection edgeSection, PetscSection targetSection, PetscSection partSection, IS *partition) in PetscPartitionerPartition_Simple()
/petsc/include/petsc/private/
H A Dpartitionerimpl.h17 …PetscErrorCode (*partition)(PetscPartitioner, PetscInt, PetscInt, PetscInt[], PetscInt[], PetscSec… member
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c302 …ion, PetscSection edgeSection, PetscSection targetSection, PetscSection partSection, IS *partition) in PetscPartitionerPartition()
/petsc/src/dm/partitioner/impls/chaco/
H A Dpartchaco.c42 …ion, PetscSection edgeSection, PetscSection targetSection, PetscSection partSection, IS *partition) in PetscPartitionerPartition_Chaco()
/petsc/src/dm/partitioner/impls/parmetis/
H A Dpartparmetis.c78 …ion, PetscSection edgeSection, PetscSection targetSection, PetscSection partSection, IS *partition) in PetscPartitionerPartition_ParMetis()
/petsc/src/dm/partitioner/impls/ptscotch/
H A Dpartptscotch.c202 …ion, PetscSection edgeSection, PetscSection targetSection, PetscSection partSection, IS *partition) in PetscPartitionerPartition_PTScotch()
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c584 …tion edgeSection, PETSC_UNUSED PetscSection targetSection, PetscSection partSection, IS *partition) in PetscPartitionerPartition_Multistage()
/petsc/src/ts/tutorials/
H A Dex11.c717 PetscErrorCode CreatePartitionVec(DM dm, DM *dmCell, Vec *partition) in CreatePartitionVec()
1510 Vec cellgeom, partition; in main() local
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx1016 …hipsparseHybPartition_t partition = hipsparsestruct->format == MAT_HIPSPARSE_ELL ? HIPSPARSE_HYB_P… in MatSeqAIJHIPSPARSEFormExplicitTranspose() local
2108 …hipsparseHybPartition_t partition = hipsparsestruct->format == MAT_HIPSPARSE_ELL ? HIPSPARSE_HYB_P… in MatSeqAIJHIPSPARSECopyToGPU() local
/petsc/src/dm/impls/plex/
H A Dplexpartition.c745 …(PetscPartitioner part, DM dm, PetscSection targetSection, PetscSection partSection, IS *partition) in PetscPartitionerDMPlexPartition()
/petsc/src/dm/dt/interface/
H A Ddt.c2110 …const PetscInt partition[] = {1, 1, 2, 3, 5, 7, 11, 15, 22, 30, 42, 56, 77, 101, 135, 176, 231, … in PetscDTPartitionNumber() local