Searched refs:party (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/mat/graphops/partition/impls/party/ |
| H A D | party.c | 30 MatPartitioning_Party *party = (MatPartitioning_Party *)part->data; in MatPartitioningApply_Party() local 79 redl = party->nbvtxcoarsed; /* how many vertices to coarsen down to? */ in MatPartitioningApply_Party() 80 rec = party->recursive ? 1 : 0; /* recursive bisection */ in MatPartitioningApply_Party() 81 redm = party->redm ? "lam" : ""; /* matching method */ in MatPartitioningApply_Party() 82 redo = party->redo ? "w3" : ""; /* matching optimization method */ in MatPartitioningApply_Party() 97 … NULL, p, part_party, &cutsize, redl, (char *)redm, (char *)redo, party->global, party->local, rec… in MatPartitioningApply_Party() 112 if (party->verbose) PetscCall(PetscPrintf(PetscObjectComm((PetscObject)mat), "%s", mesg_log)); in MatPartitioningApply_Party() 136 MatPartitioning_Party *party = (MatPartitioning_Party *)part->data; in MatPartitioningView_Party() local 142 PetscCall(PetscViewerASCIIPrintf(viewer, " Global method: %s\n", party->global)); in MatPartitioningView_Party() 143 PetscCall(PetscViewerASCIIPrintf(viewer, " Local method: %s\n", party->local)); in MatPartitioningView_Party() [all …]
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 85 including a 3rd party package (more than 100 are now available) so that
|
| H A D | testing.md | 196 `requires: foo` similar to how third-party packages are handled.
|
| /petsc/ |
| H A D | gmakefile.test | 250 # There is no reliable realpath command in macOS without need for 3rd party tools like homebrew cor…
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 120 other authorized party saying it may be distributed under the terms of
|