Home
last modified time | relevance | path

Searched refs:l0 (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/label/tutorials/output/
H A Dex1_0_nsize-1.out102 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 …ith "label3": Stratum #0 with value 2 contains different points in DMLabel l0 "label1" and DMLabel…
107 Compare label "label2" with "label2": Stratum values in DMLabel l0 "label2" are different than in D…
108 Labels of DMs "plex0" and "plex1" differ: Stratum values in DMLabel l0 "label2" are different than …
H A Dex1_0_nsize-2.out137 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 …ith "label3": Stratum #0 with value 2 contains different points in DMLabel l0 "label1" and DMLabel…
142 Compare label "label2" with "label2": Stratum values in DMLabel l0 "label2" are different than in D…
143 Labels of DMs "plex0" and "plex1" differ: Stratum values in DMLabel l0 "label2" are different than …
/petsc/src/dm/label/
H A Ddmlabel.c661 PetscErrorCode DMLabelCompare(MPI_Comm comm, DMLabel l0, DMLabel l1, PetscBool *equal, char **messa… in DMLabelCompare() argument
669 PetscValidHeaderSpecific(l0, DMLABEL_CLASSID, 2); in DMLabelCompare()
674 PetscCall(PetscObjectGetName((PetscObject)l0, &name0)); in DMLabelCompare()
679 PetscCall(DMLabelGetDefaultValue(l0, &v0)); in DMLabelCompare()
689 PetscCall(DMLabelGetNonEmptyStratumValuesIS(l0, &is0)); in DMLabelCompare()
701 PetscCall(DMLabelGetNumValues(l0, &nValues)); in DMLabelCompare()
703 const PetscInt v = l0->stratumValues[i]; in DMLabelCompare()
707 PetscCall(DMLabelGetStratumSize_Private(l0, i, &n)); in DMLabelCompare()
709 PetscCall(DMLabelGetStratumIS(l0, v, &is0)); in DMLabelCompare()
/petsc/src/dm/interface/
H A Ddm.c7702 DMLabel l0, l1; in DMCompareLabels() local
7707 PetscCall(DMGetLabelByNum(dm0, i, &l0)); in DMCompareLabels()
7708 PetscCall(PetscObjectGetName((PetscObject)l0, &name)); in DMCompareLabels()
7715 PetscCall(DMLabelCompare(comm, l0, l1, &eq, &msgInner)); in DMCompareLabels()