Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c43 static PetscBool PCMPICommSet = PETSC_FALSE; variable
71 PCMPICommSet = PETSC_TRUE; in PCMPICommsCreate()
81 if (!PCMPICommSet) PetscFunctionReturn(PETSC_SUCCESS); in PCMPICommsDestroy()
87 PCMPICommSet = PETSC_FALSE; in PCMPICommsDestroy()
104 if (!PCMPICommSet) PetscCall(PCMPICommsCreate()); in PCMPICreate()