Searched defs:frame (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/objects/device/interface/ |
| H A D | mark_dcontext.cxx | 165 friend std::ostream &operator<<(std::ostream &os, const PetscStackFrame &frame) in operator <<() 228 PETSC_NODISCARD const frame_type &frame() const noexcept { return *this; } in frame() function in MarkedObjectMap::snapshot_type 229 PETSC_NODISCARD frame_type &frame() noexcept { return *this; } in frame() function in MarkedObjectMap::snapshot_type 313 MarkedObjectMap::snapshot_type::snapshot_type(PetscDeviceContext dctx, frame_type frame) noexcept :… in snapshot_type() 500 …Context dctx, PetscObjectId id, PetscMemoryAccessMode mode, PetscStackFrame<use_debug> &frame, PET… in MarkFromID_CompatibleModes() 529 …Context dctx, PetscObjectId id, PetscMemoryAccessMode mode, PetscStackFrame<use_debug> &frame, PET… in MarkFromID_IncompatibleModes_UpdateLastWrite() 573 …Context dctx, PetscObjectId id, PetscMemoryAccessMode mode, PetscStackFrame<use_debug> &frame, con… in MarkFromID_IncompatibleModes() 594 …Context dctx, PetscObjectId id, PetscMemoryAccessMode mode, PetscStackFrame<use_debug> frame, cons… in PetscDeviceContextMarkIntentFromID_Private()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pbvec.c | 171 VecAssemblyFrame *frame; in VecAssemblyRecv_MPI_Private() local 295 VecAssemblyFrame *frame; in VecAssemblyEnd_MPI_BTS() local
|
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 807 MatStashFrame *frame; in MatStashBTSRecv_Private() local
|