:orphan: # MatPartitioningPartySetCoarseLevel Set the coarse level parameter for the Party partitioner. ## Synopsis ``` #include "petscmat.h" PetscErrorCode MatPartitioningPartySetCoarseLevel(MatPartitioning part, PetscReal level) ``` Collective ## Input Parameters - ***part -*** the partitioning context - ***level -*** the coarse level in range [0.0,1.0] ## Options Database Key - ***-mat_partitioning_party_coarse -*** Coarse level ## See Also `MATPARTITIONINGPARTY` ## Level advanced ## Location src/mat/partition/impls/party/party.c ## Implementations MatPartitioningPartySetCoarseLevel_Party in src/mat/partition/impls/party/party.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/partition/impls/party/party.c) [Index of all MatOrderings routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)