Home
last modified time | relevance | path

Searched refs:PetscCDCreate (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/graphops/coarsen/impls/misk/
H A Dmisk.c110 PetscCall(PetscCDCreate(nloc_inner, &agg_lists)); in MatCoarsenApply_MISK_private()
305 PetscCall(PetscCDCreate(nloc, &agg_lists)); in MatCoarsenApply_MISK_private()
/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c10 PetscErrorCode PetscCDCreate(PetscInt a_size, PetscCoarsenData **a_out) in PetscCDCreate() function
442 PetscCall(PetscCDCreate(nloc, &agg_llists)); in MatCoarsenApply_HEM_private()
453 PetscCall(PetscCDCreate(size, &ghost_deleted_list)); in MatCoarsenApply_HEM_private()
590 PetscCall(PetscCDCreate(1, &bc_list)); in MatCoarsenApply_HEM_private()
/petsc/src/mat/graphops/coarsen/impls/mis/
H A Dmis.c72 PetscCall(PetscCDCreate(strict_aggs ? nloc : num_fine_ghosts + nloc, &agg_lists)); in MatCoarsenApply_MIS_private()
/petsc/include/petsc/private/
H A Dmatimpl.h1652 PETSC_EXTERN PetscErrorCode PetscCDCreate(PetscInt, PetscCoarsenData **);