Searched refs:name1 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/label/tutorials/ |
| H A D | ex1.c | 51 const char *name0, *name1; in CheckLabelsSame() local 57 PetscCall(PetscObjectGetName((PetscObject)label1, &name1)); in CheckLabelsSame() 60 …RLD, PETSC_ERR_PLIB, "Labels \"%s\" and \"%s\" should not differ! Message: %s", name0, name1, msg); in CheckLabelsSame() 69 const char *name0, *name1; in CheckLabelsNotSame() local 75 PetscCall(PetscObjectGetName((PetscObject)label1, &name1)); in CheckLabelsNotSame() 78 …(!same, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "Labels \"%s\" and \"%s\" should differ!", name0, name1); in CheckLabelsNotSame() 79 …PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Compare label \"%s\" with \"%s\": %s\n", name0, name1, ms… in CheckLabelsNotSame() 86 const char *name0, *name1; in CheckDMLabelsSame() local 92 PetscCall(PetscObjectGetName((PetscObject)dm1, &name1)); in CheckDMLabelsSame() 95 …TSC_ERR_PLIB, "Labels of DMs \"%s\" and \"%s\" should not differ! Message: %s", name0, name1, msg); in CheckDMLabelsSame() [all …]
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 19 const char *name0, *name1; member 80 if (zctx->name0 || zctx->name1) { in VecView_MPI_Draw_DA2d_Zoom() 88 … if (zctx->name1) PetscCall(PetscDrawStringVertical(draw, xl, y, PETSC_DRAW_BLACK, zctx->name1)); in VecView_MPI_Draw_DA2d_Zoom() 250 PetscCall(DMDAGetCoordinateName(da, 1, &zctx.name1)); in VecView_MPI_Draw_DA2d()
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 663 const char *name0, *name1; in DMLabelCompare() local 675 PetscCall(PetscObjectGetName((PetscObject)l1, &name1)); in DMLabelCompare() 682 … PetscInt_FMT " != %" PetscInt_FMT " = Default value of DMLabel l1 \"%s\"", name0, v0, v1, name1)); in DMLabelCompare() 694 …sg), "Stratum values in DMLabel l0 \"%s\" are different than in DMLabel l1 \"%s\"", name0, name1)); in DMLabelCompare() 715 …_FMT " contains different points in DMLabel l0 \"%s\" and DMLabel l1 \"%s\"", i, v, name0, name1)); in DMLabelCompare() 732 …ck(eq, comm, PETSC_ERR_ARG_INCOMP, "DMLabels l0 \"%s\" and l1 \"%s\" are not equal", name0, name1); in DMLabelCompare()
|