| /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 <<() argument 167 os << frame.to_string(); 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 234 …SELF, PETSC_ERR_ARG_WRONGSTATE, "Snapshot %s does not contain an event!", frame().to_string().c_st… in dctx_id() 313 …pe::snapshot_type(PetscDeviceContext dctx, frame_type frame) noexcept : frame_type(std::move(frame… in snapshot_type() argument 347 swap(lhs.frame(), rhs.frame()); in swap() 435 oss << "[dctx " << it->dctx_id() << ", " << mode << ' ' << it->frame() << ']'; in PetscDeviceContextSyncClearMap_Internal() 483 …->first << "), intent " << PetscMemoryAccessModeToString(mapit->second.mode) << ' ' << it->frame(); in PetscDeviceContextCheckNotOrphaned_Internal() 500 …PetscObjectId id, PetscMemoryAccessMode mode, PetscStackFrame<use_debug> &frame, PETSC_UNUSED cons… in MarkFromID_CompatibleModes() argument [all …]
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pbvec.c | 171 VecAssemblyFrame *frame; in VecAssemblyRecv_MPI_Private() local 174 PetscCall(PetscSegBufferGet(x->segrecvframe, 1, &frame)); in VecAssemblyRecv_MPI_Private() 177 PetscCall(PetscSegBufferGet(x->segrecvint, hdr->count, &frame->ints)); in VecAssemblyRecv_MPI_Private() 178 PetscCallMPI(MPIU_Irecv(frame->ints, hdr->count, MPIU_INT, rank, tag[0], comm, &req[0])); in VecAssemblyRecv_MPI_Private() 179 PetscCall(PetscSegBufferGet(x->segrecvscalar, hdr->count, &frame->scalars)); in VecAssemblyRecv_MPI_Private() 180 PetscCallMPI(MPIU_Irecv(frame->scalars, hdr->count, MPIU_SCALAR, rank, tag[1], comm, &req[1])); in VecAssemblyRecv_MPI_Private() 181 frame->pendings = 2; in VecAssemblyRecv_MPI_Private() 183 frame->ints = NULL; in VecAssemblyRecv_MPI_Private() 184 frame->scalars = NULL; in VecAssemblyRecv_MPI_Private() 185 frame->pendings = 0; in VecAssemblyRecv_MPI_Private() [all …]
|
| /petsc/src/ts/tutorials/output/ |
| H A D | fig.tex.out | 19 \begin{frame}{} 30 \end{frame}
|
| /petsc/config/BuildSystem/config/ |
| H A D | libraries.py | 127 frame = 0 129 if frame: 131 frame = 0 134 frame = 1 143 frame = 0 145 if frame: 147 frame = 0 150 frame = 1 156 frame = 0
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/ |
| H A D | _timeout.py | 46 def timeout_handler(signum: int, frame: Optional[FrameType]) -> NoReturn:
|
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 807 MatStashFrame *frame; in MatStashBTSRecv_Private() local 810 PetscCall(PetscSegBufferGet(stash->segrecvframe, 1, &frame)); in MatStashBTSRecv_Private() 811 PetscCall(PetscSegBufferGet(stash->segrecvblocks, hdr->count, &frame->buffer)); in MatStashBTSRecv_Private() 812 …PetscCallMPI(MPIU_Irecv(frame->buffer, hdr->count, stash->blocktype, rank, tag[0], comm, &req[0])); in MatStashBTSRecv_Private() 813 frame->count = hdr->count; in MatStashBTSRecv_Private() 814 frame->pending = 1; in MatStashBTSRecv_Private()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 148 (reference-frame/ghost-zone-interface-active? #t) 149 (reference-frame/relative/origin-absolute? #f) 554 (acoustics/cgns-transform-frame? #t) 2466 (dpm/track-in-absolute-frame? #f) 7839 (prof-ref-frame-list ()) 8846 …frame . parent)) (orientation two-axis (axis ((axis-from axis-label x (frame . global)) (axis-to v… 9499 …(reference-frame-velocity-components ((constant . 0) (profile "" "")) ((constant . 0) (profile "" … 9503 …(reference-frame-axis-origin-components ((constant . 0) (profile "" "")) ((constant . 0) (profile … 9507 …(reference-frame-axis-direction-components ((constant . 0) (profile "" "")) ((constant . 0) (profi…
|
| /petsc/doc/manual/ |
| H A D | other.md | 373 - `-stack_view saws` - allows monitoring the current stack frame that
|
| /petsc/doc/ |
| H A D | petsc.bib | 9400 title = {Agglomeration-based physical frame d{G} discretizations: {A}n attempt to be mesh
|