| /petsc/src/mat/graphops/color/interface/ |
| H A D | matcoloring.c | 189 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 D | ex1.c | 7 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 D | kdtree.c | 319 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 D | ex66.c | 10 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 D | weights.c | 37 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 D | valid.c | 17 PetscInt dist = mc->dist; in MatColoringTest() local
|
| /petsc/ |
| H A D | makefile | 236 dist: target
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 336 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 D | ex2.c | 43 PetscReal maxdist = 0.0, dist, alpha, beta, prob; in random_network() local
|
| /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
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 2228 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 D | plexgeometry.c | 1401 … 0}, diff[3], best[3] = {PETSC_MAX_REAL, PETSC_MAX_REAL, PETSC_MAX_REAL}, dist, distMax = PETSC_MA… in DMLocatePoints_Plex() local
|
| H A D | plexcreate.c | 81 PetscBool dist, useCeed, balance_partition; in DMPlexCopy_Internal() local
|
| /petsc/src/ksp/pc/impls/amgx/ |
| H A D | amgx.cxx | 292 AMGX_distribution_handle dist; in PCSetUp_AMGX() local
|
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 299 const auto dist = std::distance(kv_begin, found); in test_insert() local
|
| /petsc/src/mat/impls/aij/mpi/strumpack/ |
| H A D | strumpack.c | 958 const PetscInt *dist = NULL; in MatLUFactorNumeric_STRUMPACK() local
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 689 PetscInt dist; /* distance of the coloring */ member
|