Searched refs:composeStr (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex2.c | 96 char composeStr[33] = {0}; in CellRangeGetFEGeom() local 102 PetscCall(PetscSNPrintf(composeStr, 32, "CellRangeGetFEGeom_%" PetscInt64_FMT "\n", id)); in CellRangeGetFEGeom() 103 PetscCall(PetscObjectQuery((PetscObject)cellIS, composeStr, (PetscObject *)&container)); in CellRangeGetFEGeom() 108 …PetscCall(PetscObjectContainerCompose((PetscObject)cellIS, composeStr, *geom, PetscFEGeomDestroy_V… in CellRangeGetFEGeom()
|
| H A D | ex1.c | 105 char composeStr[33] = {0}; in CellRangeGetFEGeom() local 111 PetscCall(PetscSNPrintf(composeStr, 32, "CellRangeGetFEGeom_%" PetscInt64_FMT "\n", id)); in CellRangeGetFEGeom() 112 PetscCall(PetscObjectQuery((PetscObject)cellIS, composeStr, (PetscObject *)&container)); in CellRangeGetFEGeom() 117 …PetscCall(PetscObjectContainerCompose((PetscObject)cellIS, composeStr, *geom, PetscFEGeomDestroy_V… in CellRangeGetFEGeom()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | isdiff.c | 448 char composeStr[33] = {0}; in ISIntersect_Caching_Internal() local 452 PetscCall(PetscSNPrintf(composeStr, 32, "ISIntersect_Caching_%" PetscInt64_FMT, is2id)); in ISIntersect_Caching_Internal() 453 PetscCall(PetscObjectQuery((PetscObject)is1, composeStr, (PetscObject *)isect)); in ISIntersect_Caching_Internal() 456 PetscCall(PetscObjectCompose((PetscObject)is1, composeStr, (PetscObject)*isect)); in ISIntersect_Caching_Internal()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 61 char composeStr[33] = {0}; in DMPlexGetFEGeom() local 67 PetscCall(PetscSNPrintf(composeStr, 32, "DMPlexGetFEGeom_%" PetscInt64_FMT "\n", id)); in DMPlexGetFEGeom() 68 PetscCall(PetscObjectQuery((PetscObject)pointIS, composeStr, (PetscObject *)&container)); in DMPlexGetFEGeom() 76 PetscCall(PetscObjectCompose((PetscObject)pointIS, composeStr, (PetscObject)container)); in DMPlexGetFEGeom() 4361 char composeStr[33] = {0}; in DMSNESGetFEGeom() local 4367 PetscCall(PetscSNPrintf(composeStr, 32, "DMSNESGetFEGeom_%" PetscInt64_FMT "\n", id)); in DMSNESGetFEGeom() 4368 PetscCall(PetscObjectQuery((PetscObject)pointIS, composeStr, (PetscObject *)&container)); in DMSNESGetFEGeom() 4376 PetscCall(PetscObjectCompose((PetscObject)pointIS, composeStr, (PetscObject)container)); in DMSNESGetFEGeom()
|