Searched refs:novl (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 456 PetscInt bf, p, sdim, dim, depth, novl, minl; in DMPlexView_GLVis_ASCII() local 573 novl = 0; in DMPlexView_GLVis_ASCII() 594 novl++; in DMPlexView_GLVis_ASCII() 692 PetscCall(VecCreateSeq(PETSC_COMM_SELF, (cEnd - cStart - novl) * vpc * sdim, &hovec)); in DMPlexView_GLVis_ASCII() 743 PetscCall(PetscViewerASCIIPrintf(viewer, "%" PetscInt_FMT "\n", cEnd - cStart - novl)); in DMPlexView_GLVis_ASCII()
|