Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c258 static const char *HYPRESpgemmTypes[] = {"cusparse", "hypre"}; variable
326 PetscObjectParameterSetDefault(jac, spgemm_type, HYPRESpgemmTypes[0]); in PCSetUp_HYPRE()
1235 … now)", "PCMGGalerkinSetMatProductAlgorithm", HYPRESpgemmTypes, PETSC_STATIC_ARRAY_LENGTH(HYPRESpg… in PCSetFromOptions_HYPRE_BoomerAMG()
1236 …if (flg) PetscCall(PCMGGalerkinSetMatProductAlgorithm_HYPRE_BoomerAMG(pc, HYPRESpgemmTypes[indx])); in PCSetFromOptions_HYPRE_BoomerAMG()