Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx394 auto &&marked = CxxDataCast(dctx)->marked_objects(); in PetscDeviceContextMapIterVisitor()
398 for (auto &&dep : marked) { in PetscDeviceContextMapIterVisitor()
417 PetscCallCXX(marked.clear()); in PetscDeviceContextMapIterVisitor()
500 static PetscErrorCode MarkFromID_CompatibleModes(MarkedObjectMap::mapped_type &marked, PetscDeviceC… in MarkFromID_CompatibleModes() argument
503 auto &object_dependencies = marked.dependencies; in MarkFromID_CompatibleModes()
508 …de), object_dependencies.empty() ? "default" : "old", PetscMemoryAccessModeToString(marked.mode))); in MarkFromID_CompatibleModes()
524 …if (const auto event = marked.last_write.event()) PetscCall(PetscDeviceContextWaitForEvent_Private… in MarkFromID_CompatibleModes()
529 …rkFromID_IncompatibleModes_UpdateLastWrite(MarkedObjectMap::mapped_type &marked, PetscDeviceContex… in MarkFromID_IncompatibleModes_UpdateLastWrite() argument
532 auto &last_write = marked.last_write; in MarkFromID_IncompatibleModes_UpdateLastWrite()
533 auto &last_dep = marked.dependencies.back(); in MarkFromID_IncompatibleModes_UpdateLastWrite()
[all …]
/petsc/doc/overview/
H A Dplex_transform_table.md18 - Preserve a subset of the mesh marked by a `DMLabel`
50 - Creates n layers of tensor cells along marked boundaries
/petsc/src/snes/impls/vi/rs/
H A Dvirs.c100 PetscScalar *marked; in DMCoarsen_SNESVI() local
141 PetscCall(VecGetArray(coarsemarked, &marked)); in DMCoarsen_SNESVI()
143 if (marked[k] != 0.0) cnt++; in DMCoarsen_SNESVI()
148 if (marked[k] != 0.0) coarseindex[cnt++] = k + rstart; in DMCoarsen_SNESVI()
150 PetscCall(VecRestoreArray(coarsemarked, &marked)); in DMCoarsen_SNESVI()
/petsc/doc/manualpages/doctext/
H A Ddoctextcommon.txt3 This routine is explicitly marked as exhibiting asynchronous behavior. Asynchronous
/petsc/src/dm/impls/plex/tests/output/
H A Dex1_0.out212 [0] <dm:plex> TetGenMeshPlague(): Marking neighbors of marked tetrahedra.
213 [0] <dm:plex> TetGenMeshRemoveHoleTets(): Deleting marked tetrahedra.
H A Dex1_1.out212 [0] <dm:plex> TetGenMeshPlague(): Marking neighbors of marked tetrahedra.
213 [0] <dm:plex> TetGenMeshRemoveHoleTets(): Deleting marked tetrahedra.
/petsc/src/dm/impls/plex/tutorials/output/
H A Dex1_1.out197 [0] <dm:plex> TetGenMeshPlague(): Marking neighbors of marked tetrahedra.
198 [0] <dm:plex> TetGenMeshRemoveHoleTets(): Deleting marked tetrahedra.
H A Dex1f90_1.out197 [0] <dm:plex> TetGenMeshPlague(): Marking neighbors of marked tetrahedra.
198 [0] <dm:plex> TetGenMeshRemoveHoleTets(): Deleting marked tetrahedra.
/petsc/doc/developers/
H A Dstyle.md506 otherwise private symbols may need to be marked `PETSC_SINGLE_LIBRARY_INTERN`. For
509 - `MatStashCreate_Private()` is marked `PETSC_INTERN` as it is used
512 headers (`include/petsc*.h`) should be marked `PETSC_EXTERN`;
513 - `VecLoad_Default()` is marked
H A Dbuildsystem.md332 then call `configure()`. If it succeeds, the object will be marked as
H A Dtesting.md80 At the end of each test file, a marked comment block is
/petsc/doc/developers/contributing/
H A Dsubmittingmr.md50 These should also be marked as "Draft" on the MR page.
/petsc/doc/changes/
H A D313.md261 classname is marked as a filter in PetscInfo() as set by
H A D312.md38 - -malloc is now marked as deprecated, use -malloc_debug instead
H A D32.md91 - The source array is marked constant in PFApply and the callback.
/petsc/src/binding/petsc4py/docs/ipynb/
H A Ddmplex.ipynb366 …"The default values are set to -1 and the boundary edges were marked with a 1. Labels aren't so us…
/petsc/doc/manual/
H A Dfortran.md140 make sure you have them marked as double precision (e.g., pass in `10.d0`
/petsc/src/dm/interface/
H A Ddm.c7827 PetscBool marked = PETSC_FALSE; in DMUniversalLabelCreate() local
7842 marked = PETSC_TRUE; in DMUniversalLabelCreate()
7848 if (marked) PetscCall(DMLabelSetValue(ul->label, p, uval)); in DMUniversalLabelCreate()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx4657 Once marked, perform computations on the CPU.
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas8633 (export/marked-cells? #f)
8812 (smooth-mesh/only-marked-cells? #f)