Home
last modified time | relevance | path

Searched refs:PetscPartitioner_MS_Stage (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/ !
H A Dpartitionerimpl.h40 PETSC_EXTERN PetscLogEvent PetscPartitioner_MS_Stage[PETSCPARTITIONER_MS_NUMSTAGE]; variable
/petsc/src/dm/partitioner/interface/ !
H A Dpartitionerreg.c128 …PetscCall(PetscLogEventRegister(ename, PETSCPARTITIONER_CLASSID, &PetscPartitioner_MS_Stage[event]… in PetscPartitionerInitializePackage()
/petsc/src/dm/partitioner/impls/multistage/ !
H A Dmspart.c18 PetscLogEvent PetscPartitioner_MS_Stage[PETSCPARTITIONER_MS_NUMSTAGE]; variable
601 …PetscCall(PetscLogEventBegin(PetscPartitioner_MS_Stage[PetscMin(p->stage, PETSCPARTITIONER_MS_MAXS… in PetscPartitionerPartition_Multistage()
737 …PetscCall(PetscLogEventEnd(PetscPartitioner_MS_Stage[PetscMin(p->stage, PETSCPARTITIONER_MS_MAXSTA… in PetscPartitionerPartition_Multistage()