Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c919 …Internal(PetscLayout map, PetscInt idx, PetscMPIInt *owner, PetscInt *lidx, PetscBool *found_owner) in PetscLayoutFindOwnerIndex_Internal() argument
928 *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() local
951 PetscCall(PetscLayoutFindOwnerIndex_Internal(maps[m], idx, owner, lidx, &found_owner)); in PetscLayoutFindOwnerIndex_CGNSSectionLayouts()
952 if (found_owner) { in PetscLayoutFindOwnerIndex_CGNSSectionLayouts()