Home
last modified time | relevance | path

Searched defs:dist (Results 1 – 17 of 17) sorted by relevance

/petsc/src/mat/graphops/color/interface/
H A Dmatcoloring.c189 PetscInt dist, maxcolors; in MatColoringSetFromOptions() local
241 PetscErrorCode MatColoringSetDistance(MatColoring mc, PetscInt dist) in MatColoringSetDistance()
271 PetscErrorCode MatColoringGetDistance(MatColoring mc, PetscInt *dist) in MatColoringGetDistance()
/petsc/src/vec/is/utils/tests/
H A Dex1.c7 PetscReal dist = 0; in Distance() local
82 PetscReal dist = Distance(dim, rand_point, &coords[dim * j]); in main() local
/petsc/src/vec/is/utils/
H A Dkdtree.c319 PetscReal dist = 0; in PetscSquareDistance() local
333 PetscReal dist = PetscSquareDistance(dim, point, &tree->coords[point_index * dim]); in PetscKDTreeQueryLeaf() local
351 PetscReal dist = 0.; in PetscKDTreeQueryLeaf_CopyCoords() local
369 PetscReal dist; in PetscKDTreeQuery_Recurse() local
/petsc/src/mat/tests/
H A Dex66.c10 PetscReal dist, diff = 0.0; in GenEntry_Symm() local
21 PetscReal dist, diff = 0.0, nx = 0.0, ny = 0.0; in GenEntry_Unsymm() local
/petsc/src/mat/graphops/color/utils/
H A Dweights.c37 PetscInt j, i, s, e, n, ln, lm, degree, bidx, idx, dist; in MatColoringGetDegrees() local
138 …PetscInt j, i, s, e, n, ln, lm, degree, maxdegree = 0, bidx, idx, dist, distance = mc->dist; in MatColoringCreateSmallestLastWeights() local
H A Dvalid.c17 PetscInt dist = mc->dist; in MatColoringTest() local
/petsc/
H A Dmakefile236 dist: target
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c336 PetscReal dist = 0.0; in PCBDDCGraphComputeConnectedComponents() local
351 PetscReal dist = 0.0; in PCBDDCGraphComputeConnectedComponents() local
395 PetscReal dist = 0.0; in PCBDDCGraphComputeConnectedComponents() local
/petsc/src/ksp/ksp/tutorials/network/
H A Dex2.c43 PetscReal maxdist = 0.0, dist, alpha, beta, prob; in random_network() local
/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
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2228 PetscErrorCode DMPlexDistributeSetDefault_Plex(DM dm, PetscBool dist) in DMPlexDistributeSetDefault_Plex()
2250 PetscErrorCode DMPlexDistributeSetDefault(DM dm, PetscBool dist) in DMPlexDistributeSetDefault()
2259 PetscErrorCode DMPlexDistributeGetDefault_Plex(DM dm, PetscBool *dist) in DMPlexDistributeGetDefault_Plex()
2283 PetscErrorCode DMPlexDistributeGetDefault(DM dm, PetscBool *dist) in DMPlexDistributeGetDefault()
H A Dplexgeometry.c1401 … 0}, diff[3], best[3] = {PETSC_MAX_REAL, PETSC_MAX_REAL, PETSC_MAX_REAL}, dist, distMax = PETSC_MA… in DMLocatePoints_Plex() local
H A Dplexcreate.c81 PetscBool dist, useCeed, balance_partition; in DMPlexCopy_Internal() local
/petsc/src/ksp/pc/impls/amgx/
H A Damgx.cxx292 AMGX_distribution_handle dist; in PCSetUp_AMGX() local
/petsc/src/sys/tests/
H A Dex64.cxx299 const auto dist = std::distance(kv_begin, found); in test_insert() local
/petsc/src/mat/impls/aij/mpi/strumpack/
H A Dstrumpack.c958 const PetscInt *dist = NULL; in MatLUFactorNumeric_STRUMPACK() local
/petsc/include/petsc/private/
H A Dmatimpl.h689 PetscInt dist; /* distance of the coloring */ member