Lines Matching refs:markerPoints

441       PetscInt    markerPoints[8]     = {2, 1, 3, 1, 4, 1, 5, 1};  in CreateSimplex_2D()  local
445 …p = 0; p < 4; ++p) PetscCall(DMSetLabelValue(*dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateSimplex_2D()
456 PetscInt markerPoints[6] = {4, 1, 6, 1, 8, 1}; in CreateSimplex_2D() local
460 …p = 0; p < 3; ++p) PetscCall(DMSetLabelValue(*dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateSimplex_2D()
477 PetscInt markerPoints[16] = {6, 1, 7, 1, 8, 1, 9, 1, 10, 1, 11, 1, 12, 1, 13, 1}; in CreateSimplex_2D() local
487 …p = 0; p < 8; ++p) PetscCall(DMSetLabelValue(*dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateSimplex_2D()
544 …PetscInt markerPoints[20] = {2, 1, 3, 1, 4, 1, 5, 1, 14, 1, 15, 1, 16, 1, 17, 1, 18, 1, 19,… in CreateSimplex_3D() local
548 …p = 0; p < 10; ++p) PetscCall(DMSetLabelValue(dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateSimplex_3D()
561 PetscInt markerPoints[14] = {5, 1, 6, 1, 7, 1, 10, 1, 22, 1, 23, 1, 24, 1}; in CreateSimplex_3D() local
565 …(p = 0; p < 7; ++p) PetscCall(DMSetLabelValue(dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateSimplex_3D()
600 PetscInt markerPoints[12] = {2, 1, 3, 1, 4, 1, 5, 1, 6, 1, 7, 1}; in CreateQuad_2D() local
604 …p = 0; p < 6; ++p) PetscCall(DMSetLabelValue(*dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateQuad_2D()
668 PetscInt markerPoints[52] = {2, 1, 3, 1, 4, 1, 5, 1, 6, 1, 7, 1, 8, 1, 9, 1}; in CreateHex_3D() local
673 …p = 0; p < 8; ++p) PetscCall(DMSetLabelValue(idm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateHex_3D()