Lines Matching refs:vpc
634 PetscInt vpc = 0; in DMPlexView_GLVis_ASCII() local
649 vpc = 2; in DMPlexView_GLVis_ASCII()
655 vpc = 3; in DMPlexView_GLVis_ASCII()
659 vpc = 4; in DMPlexView_GLVis_ASCII()
669 vpc = 4; in DMPlexView_GLVis_ASCII()
674 vpc = 8; in DMPlexView_GLVis_ASCII()
679 vpc = 8; in DMPlexView_GLVis_ASCII()
692 PetscCall(VecCreateSeq(PETSC_COMM_SELF, (cEnd - cStart - novl) * vpc * sdim, &hovec)); in DMPlexView_GLVis_ASCII()
702 …vpc * sdim || csize == vpc * sdim * 2, PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported closure size %… in DMPlexView_GLVis_ASCII()
703 for (v = 0; v < vpc; v++) { in DMPlexView_GLVis_ASCII()
706 ptr += vpc * sdim; in DMPlexView_GLVis_ASCII()