Lines Matching refs:vcount

3853       PetscInt  Njunctions = 0, Ncuts = 0, Npipes[3], vcount;  in DMPlexCreateTPSMesh_Internal()  local
3867 vcount = 0; in DMPlexCreateTPSMesh_Internal()
3872 vtxCoords[vcount++] = (2 * i - 1) * L; in DMPlexCreateTPSMesh_Internal()
3873 vtxCoords[vcount++] = 2 * j * L + PetscCosReal((2 * l + 1) * PETSC_PI / 4) * L / 2; in DMPlexCreateTPSMesh_Internal()
3874 vtxCoords[vcount++] = 2 * k * L + PetscSinReal((2 * l + 1) * PETSC_PI / 4) * L / 2; in DMPlexCreateTPSMesh_Internal()
3884 vtxCoords[vcount++] = 2 * i * L + PetscSinReal((2 * l + 1) * PETSC_PI / 4) * L / 2; in DMPlexCreateTPSMesh_Internal()
3885 vtxCoords[vcount++] = (2 * j - 1) * L; in DMPlexCreateTPSMesh_Internal()
3886 vtxCoords[vcount++] = 2 * k * L + PetscCosReal((2 * l + 1) * PETSC_PI / 4) * L / 2; in DMPlexCreateTPSMesh_Internal()
3896 vtxCoords[vcount++] = 2 * i * L + PetscCosReal((2 * l + 1) * PETSC_PI / 4) * L / 2; in DMPlexCreateTPSMesh_Internal()
3897 vtxCoords[vcount++] = 2 * j * L + PetscSinReal((2 * l + 1) * PETSC_PI / 4) * L / 2; in DMPlexCreateTPSMesh_Internal()
3898 vtxCoords[vcount++] = (2 * k - 1) * L; in DMPlexCreateTPSMesh_Internal()
3908 … PetscCheck(vcount / 3 == Jvoff, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Unexpected vertex count"); in DMPlexCreateTPSMesh_Internal()
3913 vtxCoords[vcount++] = 2 * i * L + (2 * ii - 1) * Ls; in DMPlexCreateTPSMesh_Internal()
3914 vtxCoords[vcount++] = 2 * j * L + (2 * jj - 1) * Ls; in DMPlexCreateTPSMesh_Internal()
3915 vtxCoords[vcount++] = 2 * k * L + (2 * kk - 1) * Ls; in DMPlexCreateTPSMesh_Internal()