Searched refs:maxsupp (Results 1 – 1 of 1) sorted by relevance
1025 PetscInt maxsupp; in DMPlexView_GLVis_ASCII() local1030 PetscCall(DMPlexGetMaxSizes(dm, NULL, &maxsupp)); in DMPlexView_GLVis_ASCII()1031 PetscCall(PetscMalloc1(maxsupp, &skip)); in DMPlexView_GLVis_ASCII()1063 PetscCall(PetscArrayzero(skip, maxsupp)); in DMPlexView_GLVis_ASCII()