Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 21 of 21) sorted by relevance

/petsc/src/mat/graphops/color/utils/
H A Dweights.c35 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 Dplexlocalizationletkf.kokkos.cxx11 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 Dnroff.def24 # .PD len - paragraph distance ?
/petsc/src/dm/impls/plex/tests/output/
H A Dex1_0.out22 [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 Dex1_1.out22 [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 Dex11.cxx143 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 Dex1_1.out13 [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 Dex1f90_1.out13 [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 Djp.c131 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 Dapplications_publications.md35 and melting. Axes are labelled with depth and distance in kilometres. Colours show the
/petsc/src/sys/tests/
H A Dex64.cxx299 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 Dhtool.cxx186 …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 Dmark_dcontext.cxx484 if (std::distance(it, end) == 0) oss << " (orphaned)"; // we were the only dependency in PetscDeviceContextCheckNotOrphaned_Internal()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas2426 (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 Dunordered_map.hpp445 PetscCallAbort(PETSC_COMM_SELF, reserve(static_cast<size_type>(std::distance(first, last)))); in KHashTable()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx628 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 Dsnes.md1406 distance” of the solution by outer acceleration.
H A Dksp.md1114 …> - `-pc_gamg_aggressive_mis_k` \<k:int:2> k distance in MIS coarsening (>2 is 'aggressive') to us…
H A Dtao.md3194 with the distance between the current solution and the optimal solution.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx1870 """Return the minimum distance from any cell centroid to a face.
/petsc/doc/
H A Dpetsc.bib225 …title = {A parallel distance-2 graph coloring algorithm for distributed memory computers},
18220 title = {Algebraic distance on graphs},