Home
last modified time | relevance | path

Searched refs:PCGAMG_LAYOUT_COMPACT (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscpctypes.h556 PCGAMG_LAYOUT_COMPACT, enumerator
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c180 if (pc_gamg->layout_type == PCGAMG_LAYOUT_COMPACT) expand_factor = 1; in PCGAMGCreateLevel_GAMG()
205 …fix, *a_nactive_proc, new_size, ncrs_eq, (pc_gamg->layout_type == PCGAMG_LAYOUT_COMPACT) ? "compac… in PCGAMGCreateLevel_GAMG()