Searched refs:found_owner (Results 1 – 1 of 1) sorted by relevance
919 …Internal(PetscLayout map, PetscInt idx, PetscMPIInt *owner, PetscInt *lidx, PetscBool *found_owner) in PetscLayoutFindOwnerIndex_Internal() argument928 *found_owner = PETSC_FALSE; in PetscLayoutFindOwnerIndex_Internal()939 if (found_owner) *found_owner = PETSC_TRUE; in PetscLayoutFindOwnerIndex_Internal()950 PetscBool found_owner = PETSC_FALSE; in PetscLayoutFindOwnerIndex_CGNSSectionLayouts() local951 PetscCall(PetscLayoutFindOwnerIndex_Internal(maps[m], idx, owner, lidx, &found_owner)); in PetscLayoutFindOwnerIndex_CGNSSectionLayouts()952 if (found_owner) { in PetscLayoutFindOwnerIndex_CGNSSectionLayouts()