Searched refs:label3 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/label/tutorials/ |
| H A D | ex1.c | 179 DMLabel label0, label1, label2, label3; in main() local 196 PetscCall(DMLabelDuplicate(label1, &label3)); in main() 198 PetscCall(PetscObjectSetName((PetscObject)label3, "label3")); in main() 200 PetscCall(DMAddLabel(dm, label3)); in main() 204 PetscCall(DMLabelDestroy(&label3)); in main() 211 DMLabel label0, label1, label2, label3; in main() local 218 PetscCall(DMGetLabel(dm, "label3", &label3)); in main() 222 PetscCall(CheckLabelsSame(label1, label3)); in main() 226 PetscCall(CheckLabelsNotSame(label1, label3)); in main() 228 PetscCall(CheckLabelsSame(label1, label3)); in main() [all …]
|
| /petsc/src/dm/label/tutorials/output/ |
| H A D | ex1_0_nsize-1.out | 88 Label 11: name: label3 type: concrete 103 Compare label "label1" with "label3": Default value of DMLabel l0 "label1" = 333 != -1 = Default va… 104 Compare label "label1" with "label3": Stratum values in DMLabel l0 "label1" are different than in D… 105 …re label "label1" with "label3": Stratum #0 with value 2 contains different points in DMLabel l0 "…
|
| H A D | ex1_0_nsize-2.out | 119 Label 11: name: label3 type: concrete 138 Compare label "label1" with "label3": Default value of DMLabel l0 "label1" = 333 != -1 = Default va… 139 Compare label "label1" with "label3": Stratum values in DMLabel l0 "label1" are different than in D… 140 …re label "label1" with "label3": Stratum #0 with value 2 contains different points in DMLabel l0 "…
|