| /petsc/src/sys/objects/device/interface/ |
| H A D | mark_dcontext.cxx | 394 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 D | plex_transform_table.md | 18 - 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 D | virs.c | 100 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 D | doctextcommon.txt | 3 This routine is explicitly marked as exhibiting asynchronous behavior. Asynchronous
|
| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex1_0.out | 212 [0] <dm:plex> TetGenMeshPlague(): Marking neighbors of marked tetrahedra. 213 [0] <dm:plex> TetGenMeshRemoveHoleTets(): Deleting marked tetrahedra.
|
| H A D | ex1_1.out | 212 [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 D | ex1_1.out | 197 [0] <dm:plex> TetGenMeshPlague(): Marking neighbors of marked tetrahedra. 198 [0] <dm:plex> TetGenMeshRemoveHoleTets(): Deleting marked tetrahedra.
|
| H A D | ex1f90_1.out | 197 [0] <dm:plex> TetGenMeshPlague(): Marking neighbors of marked tetrahedra. 198 [0] <dm:plex> TetGenMeshRemoveHoleTets(): Deleting marked tetrahedra.
|
| /petsc/doc/developers/ |
| H A D | style.md | 506 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 D | buildsystem.md | 332 then call `configure()`. If it succeeds, the object will be marked as
|
| H A D | testing.md | 80 At the end of each test file, a marked comment block is
|
| /petsc/doc/developers/contributing/ |
| H A D | submittingmr.md | 50 These should also be marked as "Draft" on the MR page.
|
| /petsc/doc/changes/ |
| H A D | 313.md | 261 classname is marked as a filter in PetscInfo() as set by
|
| H A D | 312.md | 38 - -malloc is now marked as deprecated, use -malloc_debug instead
|
| H A D | 32.md | 91 - The source array is marked constant in PFApply and the callback.
|
| /petsc/src/binding/petsc4py/docs/ipynb/ |
| H A D | dmplex.ipynb | 366 …"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 D | fortran.md | 140 make sure you have them marked as double precision (e.g., pass in `10.d0`
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 7827 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 D | Mat.pyx | 4657 Once marked, perform computations on the CPU.
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 8633 (export/marked-cells? #f) 8812 (smooth-mesh/only-marked-cells? #f)
|