Home
last modified time | relevance | path

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

/honee/src/
H A Ddm-utils.c497 PetscInt first_point; in GetGlobalDMPlexPolytopeType() local
512 …beledPoint(dm, dm, domain_label ? domain_label : depth_label, 1, ids, height, &first_point, NULL)); in GetGlobalDMPlexPolytopeType()
513 if (first_point != -1) PetscCall(DMPlexGetCellType(dm, first_point, cell_type)); in GetGlobalDMPlexPolytopeType()
518 if (first_point != -1) cell_type_local = (PetscInt)*cell_type; in GetGlobalDMPlexPolytopeType()