| /petsc/src/mat/graphops/color/utils/ |
| H A D | weights.c | 35 PetscErrorCode MatColoringGetDegrees(Mat G, PetscInt distance, PetscInt *degrees) in MatColoringGetDegrees() argument 54 PetscCall(MatIncreaseOverlap(G, 1, &ris, distance)); in MatColoringGetDegrees() 86 if (dist < distance) { in MatColoringGetDegrees() 138 …PetscInt j, i, s, e, n, ln, lm, degree, maxdegree = 0, bidx, idx, dist, distance = mc->dist; in MatColoringCreateSmallestLastWeights() local 158 PetscCall(MatIncreaseOverlap(G, 1, &ris, distance + 1)); in MatColoringCreateSmallestLastWeights() 194 if (dist < distance) { in MatColoringCreateSmallestLastWeights() 276 if (dist < distance) { in MatColoringCreateSmallestLastWeights()
|
| /petsc/src/dm/impls/plex/kokkos/ |
| H A D | plexlocalizationletkf.kokkos.cxx | 11 PetscReal distance; member 16 static PetscReal GaspariCohn(PetscReal distance, PetscReal radius) in GaspariCohn() argument 19 const PetscReal r = distance / radius; in GaspariCohn()
|
| /petsc/doc/manualpages/doctext/ |
| H A D | nroff.def | 24 # .PD len - paragraph distance ?
|
| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex1_0.out | 22 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 2 27 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 2 33 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 2 39 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 3
|
| H A D | ex1_1.out | 22 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 2 27 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 2 33 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 2 39 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 3
|
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex11.cxx | 143 key_idx = std::distance(keys, std::find(keys, keys_end, actual_key)); in TestAllCombinations() 146 …PetscCall(CheckMarkedObjectMap(key_idx < std::distance(keys, keys_end), "marked object map could n… in TestAllCombinations() 165 …rked Object Map has extra object entry: id %" PetscInt64_FMT, keys[std::distance(found_keys.cbegin… in TestAllCombinations()
|
| /petsc/src/dm/impls/plex/tutorials/output/ |
| H A D | ex1_1.out | 13 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 2 18 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 2 24 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 2 30 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 3
|
| H A D | ex1f90_1.out | 13 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 2 18 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 2 24 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 2 30 [0] <dm:plex> TetGenMeshInsertVertexBW(): Walk distance (# tets): 3
|
| /petsc/src/mat/graphops/color/impls/jp/ |
| H A D | jp.c | 131 PetscInt j, i, s, e, n, bidx, cidx, idx, dist, distance = mc->dist; in MCJPInitialLocalColor_Private() local 201 if (dist < distance) { in MCJPInitialLocalColor_Private() 240 if (dist < distance) { in MCJPInitialLocalColor_Private()
|
| /petsc/doc/miscellaneous/ |
| H A D | applications_publications.md | 35 and melting. Axes are labelled with depth and distance in kilometres. Colours show the
|
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 299 const auto dist = std::distance(kv_begin, found); in test_insert() 392 const auto range_size = std::distance(range_begin, range.second); in test_find()
|
| /petsc/src/mat/impls/htool/ |
| H A D | htool.cxx | 186 …if (std::distance(idxr, it) + A->rmap->n <= nrow) { /* long enough IS to store the local diagonal … in MatCreateSubMatrices_Htool() 195 … m = std::distance(idxr, it); /* shift of the coefficient (0,0) of block D from above */ in MatCreateSubMatrices_Htool() 223 …a->wrapper->copy_submatrix(nrow, std::distance(it + A->rmap->n, idxr + nrow), idxr, idxc + m + A->… in MatCreateSubMatrices_Htool() 240 …a->wrapper->copy_submatrix(std::distance(it + A->rmap->n, idxr + nrow), 1, it + A->rmap->n, idxc +… in MatCreateSubMatrices_Htool()
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | mark_dcontext.cxx | 484 if (std::distance(it, end) == 0) oss << " (orphaned)"; // we were the only dependency in PetscDeviceContextCheckNotOrphaned_Internal()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 2426 (dpm/reflection-distance-limit 1e-06) 2524 (dpm/subtet/limit-nd-table-search-by-distance? #f) 5554 (s2s/max-distance 0.) 5555 (s2s/auto-distance 0.) 6561 (narrow-gaps/search-mark/cell-check/distance-factor 1.) 6655 (dynamesh/contact/cell-distance-factor 1.) 6944 (dynamesh/smooth/laplace/boundary-distance-method 0) 7140 (overset/donor/boundary-distance-method 1) 7368 (gpuapp/enhanced-les-numerics/shield-bl-distance 0.) 7709 (refine/cell-distance 1.) [all …]
|
| /petsc/include/petsc/private/cpp/ |
| H A D | unordered_map.hpp | 445 PetscCallAbort(PETSC_COMM_SELF, reserve(static_cast<size_type>(std::distance(first, last)))); in KHashTable()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 628 pos = std::distance(const_cast<char *>(name), tmp); in PCView_HPDDM() 1217 …j = std::distance(ctx->parent->levels, std::find(ctx->parent->levels, ctx->parent->levels + ctx->p… in PCHPDDMSolve_Private() 2261 switch (std::distance(list.begin(), it)) { in PCSetUp_HPDDM()
|
| /petsc/doc/manual/ |
| H A D | snes.md | 1406 distance” of the solution by outer acceleration.
|
| H A D | ksp.md | 1114 …> - `-pc_gamg_aggressive_mis_k` \<k:int:2> k distance in MIS coarsening (>2 is 'aggressive') to us…
|
| H A D | tao.md | 3194 with the distance between the current solution and the optimal solution.
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMPlex.pyx | 1870 """Return the minimum distance from any cell centroid to a face.
|
| /petsc/doc/ |
| H A D | petsc.bib | 225 …title = {A parallel distance-2 graph coloring algorithm for distributed memory computers}, 18220 title = {Algebraic distance on graphs},
|