Lines Matching refs:supportSize
865 PetscInt supportSize; in DMPlexView_GLVis_ASCII() local
868 PetscCall(DMPlexGetSupportSize(dm, p, &supportSize)); in DMPlexView_GLVis_ASCII()
874 for (i = 0; i < supportSize; i++) { in DMPlexView_GLVis_ASCII()
878 …isbf = (PetscBool)((supportSize == 1 && has_owned) || (supportSize > 1 && has_owned && has_ghost)); in DMPlexView_GLVis_ASCII()
880 isbf = (PetscBool)(supportSize == 1); in DMPlexView_GLVis_ASCII()
903 PetscInt supportSize, c; in DMPlexView_GLVis_ASCII() local
905 PetscCall(DMPlexGetSupportSize(dm, p, &supportSize)); in DMPlexView_GLVis_ASCII()
907 for (c = 0; c < supportSize; c++) { in DMPlexView_GLVis_ASCII()
947 PetscInt supportSize, c, nc = 0; in DMPlexView_GLVis_ASCII() local
949 PetscCall(DMPlexGetSupportSize(dm, p, &supportSize)); in DMPlexView_GLVis_ASCII()
952 for (c = 0; c < supportSize; c++) { in DMPlexView_GLVis_ASCII()
956 for (c = 0; c < supportSize; c++) fcells[nc++] = support[c]; in DMPlexView_GLVis_ASCII()