Home
last modified time | relevance | path

Searched refs:label1 (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/label/tutorials/
H A Dex1.c49 PetscErrorCode CheckLabelsSame(DMLabel label0, DMLabel label1) in CheckLabelsSame() argument
57 PetscCall(PetscObjectGetName((PetscObject)label1, &name1)); in CheckLabelsSame()
58 PetscCall(DMLabelCompare(PETSC_COMM_WORLD, label0, label1, &same, &msg)); in CheckLabelsSame()
62 PetscCall(DMLabelCompare(PETSC_COMM_WORLD, label0, label1, NULL, NULL)); in CheckLabelsSame()
67 PetscErrorCode CheckLabelsNotSame(DMLabel label0, DMLabel label1) in CheckLabelsNotSame() argument
75 PetscCall(PetscObjectGetName((PetscObject)label1, &name1)); in CheckLabelsNotSame()
76 PetscCall(DMLabelCompare(PETSC_COMM_WORLD, label0, label1, &same, &msg)); in CheckLabelsNotSame()
179 DMLabel label0, label1, label2, label3; in main() local
186 PetscCall(DMLabelCreate(PETSC_COMM_SELF, "label1", &label1)); in main()
187 PetscCall(DMAddLabel(dm, label1)); in main()
[all …]
/petsc/src/dm/label/tutorials/output/
H A Dex1_0_nsize-1.out74 Label 9: name: label1 type: concrete
102 Compare label "label0" with "label1": Stratum values in DMLabel l0 "label0" are different than in D…
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 Compare label "label1" with "label3": Stratum #0 with value 2 contains different points in DMLabel …
H A Dex1_0_nsize-2.out101 Label 9: name: label1 type: concrete
137 Compare label "label0" with "label1": Stratum values in DMLabel l0 "label0" are different than in D…
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 Compare label "label1" with "label3": Stratum #0 with value 2 contains different points in DMLabel …