Home
last modified time | relevance | path

Searched refs:cell_type_global (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
519 …PetscCallMPI(MPIU_Allreduce(&cell_type_local, &cell_type_global, 1, MPIU_INT, MPI_MAX, PetscObject… in GetGlobalDMPlexPolytopeType()
520 *cell_type = (DMPolytopeType)cell_type_global; in GetGlobalDMPlexPolytopeType()