Searched refs:PCHYPRE (Results 1 – 15 of 15) sorted by relevance
| /petsc/include/ |
| H A D | petscpctypes.h | 52 #define PCHYPRE "hypre" macro
|
| /petsc/doc/changes/ |
| H A D | 212.md | 47 - Added support for PCType PCHYPRE (includes PILUT, EUCLID, and
|
| H A D | 323.md | 86 - Add `PCHYPREGetCFMarkers()` to extract Coarse/Fine splittings created by BoomerAMG from `PCHYPRE`…
|
| H A D | 37.md | 122 - see PCHYPRE to allow taking advantage of MatSetNearNullSpace() for
|
| H A D | 316.md | 141 - Add support for BoomerAMG from `PCHYPRE` to run on NVIDIA and AMD GPUs
|
| /petsc/doc/overview/ |
| H A D | linear_solve_table.md | 109 - Euclid/hypre (``PCHYPRE``) 170 - ``PCHYPRE``, ``PCAMGX`` 248 - ``PCHYPRE``, ``PCSPAI``
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex79.c | 66 PetscCall(PetscObjectTypeCompare((PetscObject)pc, PCHYPRE, &flg)); in main()
|
| /petsc/src/ksp/pc/tests/ |
| H A D | ex10.c | 38 PetscCall(PCSetType(pcHypre, PCHYPRE)); in main()
|
| /petsc/src/ksp/pc/interface/ |
| H A D | pcregis.c | 135 PetscCall(PCRegister(PCHYPRE, PCCreate_HYPRE)); in PCRegisterAll()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex3.c | 154 PetscCall(PetscObjectTypeCompare((PetscObject)pc, PCHYPRE, &ishypre)); in main()
|
| /petsc/src/ksp/pc/impls/hmg/ |
| H A D | hmg.c | 128 PetscCall(PetscStrallocpy(PCHYPRE, &hmg->innerpctype)); in PCSetUp_HMG()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 26 PetscPCType PCHYPRE
|
| H A D | PC.pyx | 27 HYPRE = S_(PCHYPRE)
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 713 multiple multigrid solvers/preconditioners including `PCMG`, `PCGAMG`, `PCHYPRE`, 1797 such as `PCGAMG`, `PCML`, and `PCHYPRE` which internally determine the number of levels
|
| /petsc/doc/faq/ |
| H A D | index.md | 1401 in `PCHYPRE`.
|