Searched refs:layout_type (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | pcgamgimpl.h | 27 PCGAMGLayoutType layout_type; member
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | gamg.c | 162 if (pc_gamg->layout_type == PCGAMG_LAYOUT_SPREAD || !pc_gamg->repart) { in PCGAMGCreateLevel_GAMG() 180 if (pc_gamg->layout_type == PCGAMG_LAYOUT_COMPACT) expand_factor = 1; in PCGAMGCreateLevel_GAMG() 205 …PetscObject)pc)->prefix, *a_nactive_proc, new_size, ncrs_eq, (pc_gamg->layout_type == PCGAMG_LAYOU… in PCGAMGCreateLevel_GAMG() 1417 pc_gamg->layout_type = flg; in PCGAMGSetCoarseGridLayoutType_GAMG() 1828 … (PetscEnum)pc_gamg->layout_type, (PetscEnum *)&pc_gamg->layout_type, NULL)); in PCSetFromOptions_GAMG() 1971 pc_gamg->layout_type = PCGAMG_LAYOUT_SPREAD; in PCCreate_GAMG()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic.c | 670 PetscErrorCode DMSwarmInsertPointsUsingCellDM(DM dm, DMSwarmPICLayoutType layout_type, PetscInt fil… in DMSwarmInsertPointsUsingCellDM() argument 681 PetscCall(private_DMSwarmInsertPointsUsingCellDM_DA(dm, celldm, layout_type, fill_param)); in DMSwarmInsertPointsUsingCellDM() 683 PetscCall(private_DMSwarmInsertPointsUsingCellDM_PLEX(dm, celldm, layout_type, fill_param)); in DMSwarmInsertPointsUsingCellDM()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMSwarm.pyx | 722 layout_type
|