Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx590 std::string idList; in PetscDeviceContextForkWithStreamType() local
599 if (PetscDefined(USE_DEBUG_AND_INFO)) PetscCallCXX(idList.reserve(4 * n)); in PetscDeviceContextForkWithStreamType()
637 PetscCallCXX(idList += std::to_string(childID)); in PetscDeviceContextForkWithStreamType()
638 if (ninput != 1) PetscCallCXX(idList += ", "); in PetscDeviceContextForkWithStreamType()
644 …en from parent %" PetscInt64_FMT " with IDs: %s\n", n, PetscObjectCast(dctx)->id, idList.c_str())); in PetscDeviceContextForkWithStreamType()
758 std::string idList; in PetscDeviceContextJoin() local
766 if (PetscDefined(USE_DEBUG_AND_INFO)) PetscCallCXX(idList.reserve(4 * n)); in PetscDeviceContextJoin()
773 PetscCallCXX(idList += std::to_string(PetscObjectCast((*dsub)[i])->id)); in PetscDeviceContextJoin()
774 if (i + 1 < n) PetscCallCXX(idList += ", "); in PetscDeviceContextJoin()
811 … IDs: %s\n", n, PetscObjectCast(dctx)->id, PetscDeviceContextJoinModes[joinMode], idList.c_str())); in PetscDeviceContextJoin()