Searched refs:PetscCDCreate (Results 1 – 4 of 4) sorted by relevance
110 PetscCall(PetscCDCreate(nloc_inner, &agg_lists)); in MatCoarsenApply_MISK_private()305 PetscCall(PetscCDCreate(nloc, &agg_lists)); in MatCoarsenApply_MISK_private()
10 PetscErrorCode PetscCDCreate(PetscInt a_size, PetscCoarsenData **a_out) in PetscCDCreate() function442 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()
72 PetscCall(PetscCDCreate(strict_aggs ? nloc : num_fine_ghosts + nloc, &agg_lists)); in MatCoarsenApply_MIS_private()
1652 PETSC_EXTERN PetscErrorCode PetscCDCreate(PetscInt, PetscCoarsenData **);