Searched refs:commSelfFlag (Results 1 – 1 of 1) sorted by relevance
244 …led, PetscBool *classesSet, PetscBool *exclude, PetscBool *locked, PetscInfoCommFlag *commSelfFlag) in PetscInfoGetInfo() argument251 if (commSelfFlag) PetscAssertPointer(commSelfFlag, 5); in PetscInfoGetInfo()256 if (commSelfFlag) *commSelfFlag = PetscInfoCommFilter; in PetscInfoGetInfo()331 PetscErrorCode PetscInfoSetFilterCommSelf(PetscInfoCommFlag commSelfFlag) in PetscInfoSetFilterCommSelf() argument334 PetscInfoCommFilter = commSelfFlag; in PetscInfoSetFilterCommSelf()369 PetscInfoCommFlag commSelfFlag = PETSC_INFO_COMM_ALL; in PetscInfoSetFromOptions() local402 … if (foundSelf) commSelfFlag = loc2_invert ? PETSC_INFO_COMM_NO_SELF : PETSC_INFO_COMM_ONLY_SELF; in PetscInfoSetFromOptions()406 PetscCall(PetscInfoSetFilterCommSelf(commSelfFlag)); in PetscInfoSetFromOptions()