| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex7.c | 179 PetscInt markerPoints[8] = {2, 1, 3, 1, 4, 1, 5, 1}; in CreateSimplex_2D() local 182 …(p = 0; p < 4; ++p) PetscCall(DMSetLabelValue(dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateSimplex_2D() 211 PetscInt markerPoints[8] = {2, 1, 3, 1, 4, 1, 5, 1}; in CreateSimplex_3D() local 214 …(p = 0; p < 4; ++p) PetscCall(DMSetLabelValue(dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateSimplex_3D() 243 PetscInt markerPoints[12] = {2, 1, 3, 1, 4, 1, 5, 1, 6, 1, 7, 1}; in CreateQuad_2D() local 246 …(p = 0; p < 6; ++p) PetscCall(DMSetLabelValue(dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateQuad_2D() 254 PetscInt markerPoints[10] = {2, 1, 3, 1, 4, 1, 5, 1, 6, 1}; in CreateQuad_2D() local 257 …(p = 0; p < 5; ++p) PetscCall(DMSetLabelValue(dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateQuad_2D() 286 PetscInt markerPoints[16] = {2, 1, 3, 1, 4, 1, 5, 1, 6, 1, 7, 1, 8, 1, 9, 1}; in CreateHex_3D() local 289 …(p = 0; p < 8; ++p) PetscCall(DMSetLabelValue(dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateHex_3D()
|
| H A D | ex18.c | 423 PetscInt markerPoints[6] = {1, 1, 2, 1, 3, 1}; in CreateSimplex_2D() local 426 …p = 0; p < 3; ++p) PetscCall(DMSetLabelValue(*dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateSimplex_2D() 432 PetscInt markerPoints[6] = {1, 1, 2, 1, 3, 1}; in CreateSimplex_2D() local 435 …p = 0; p < 3; ++p) PetscCall(DMSetLabelValue(*dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateSimplex_2D() 448 PetscInt markerPoints[6] = {1, 1, 2, 1, 3, 1}; in CreateSimplex_2D() local 451 …p = 0; p < 3; ++p) PetscCall(DMSetLabelValue(*dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateSimplex_2D() 457 PetscInt markerPoints[6] = {1, 1, 2, 1, 3, 1}; in CreateSimplex_2D() local 460 …p = 0; p < 3; ++p) PetscCall(DMSetLabelValue(*dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateSimplex_2D() 466 PetscInt markerPoints[10] = {2, 1, 3, 1, 4, 1, 5, 1, 6, 1}; in CreateSimplex_2D() local 469 …p = 0; p < 3; ++p) PetscCall(DMSetLabelValue(*dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateSimplex_2D() [all …]
|
| H A D | ex9.c | 92 PetscInt markerPoints[8] = {2, 1, 3, 1, 4, 1, 5, 1}; in CreateSimplex_2D() local 101 …for (p = 0; p < 4; ++p) PetscCall(DMSetLabelValue(dm, "marker", markerPoints[p * 2], markerPoints[… in CreateSimplex_2D() 114 PetscInt markerPoints[10] = {2, 1, 3, 1, 4, 1, 5, 1, 6, 1}; in CreateSimplex_3D() local 123 …for (p = 0; p < 5; ++p) PetscCall(DMSetLabelValue(dm, "marker", markerPoints[p * 2], markerPoints[… in CreateSimplex_3D() 136 PetscInt markerPoints[12] = {2, 1, 3, 1, 4, 1, 5, 1, 6, 1, 7, 1}; in CreateQuad_2D() local 145 …for (p = 0; p < 6; ++p) PetscCall(DMSetLabelValue(dm, "marker", markerPoints[p * 2], markerPoints[… in CreateQuad_2D() 158 …PetscInt markerPoints[24] = {2, 1, 3, 1, 4, 1, 5, 1, 6, 1, 7, 1, 8, 1, 9, 1, 10, 1, 11, 1, … in CreateHex_3D() local 167 …p = 0; p < 12; ++p) PetscCall(DMSetLabelValue(dm, "marker", markerPoints[p * 2], markerPoints[p * … in CreateHex_3D()
|
| H A D | ex5.c | 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() [all …]
|