Home
last modified time | relevance | path

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

/honee/src/
H A Ddm-utils.c516 PetscInt cell_type_local = -1, cell_type_global = -1; in GetGlobalDMPlexPolytopeType() local
518 if (first_point != -1) cell_type_local = (PetscInt)*cell_type; in GetGlobalDMPlexPolytopeType()
519 …PetscCallMPI(MPIU_Allreduce(&cell_type_local, &cell_type_global, 1, MPIU_INT, MPI_MAX, PetscObject… in GetGlobalDMPlexPolytopeType()