| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex55_hypre_device.out | 25 type: hypre 29 Maximum number of iterations PER hypre call 1 30 Convergence tolerance PER hypre call 0. 52 SpGEMM type hypre 55 type: hypre
|
| H A D | ex55_hypre_device_alt.out | 23 type: hypre 27 Maximum number of iterations PER hypre call 1 28 Convergence tolerance PER hypre call 0. 50 SpGEMM type hypre 53 type: hypre
|
| H A D | ex49_hypre_nullspace_alt.out | 18 type: hypre 22 Maximum number of iterations PER hypre call 1 23 Convergence tolerance PER hypre call 0. 47 SpGEMM type hypre
|
| H A D | ex49_hypre_nullspace.out | 19 type: hypre 23 Maximum number of iterations PER hypre call 1 24 Convergence tolerance PER hypre call 0. 50 SpGEMM type hypre
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | xSDKTrilinos.py | 22 self.hypre = framework.require('config.packages.hypre',self) 57 if self.hypre.found: 59 args.append('-DTPL_HYPRE_LIBRARIES="'+self.libraries.toStringNoDupes(self.hypre.lib)+'"') 60 args.append('-DTPL_HYPRE_INCLUDE_DIRS='+self.headers.toStringNoDupes(self.hypre.include)[2:]) 112 if self.hypre.found:
|
| H A D | Trilinos.py | 30 self.hypre = framework.require('config.packages.hypre',self) 45 …self.odeps = [self.hwloc,self.hypre,self.superlu,self.superlu_dist,self.parmetis,self.me… 214 if self.hypre.found: 216 args.append('-DTPL_HYPRE_INCLUDE_DIRS="'+';'.join(self.hypre.include)+'"') 217 args.append('-DTPL_HYPRE_LIBRARIES="'+self.toStringNoDupes(self.hypre.lib)+'"')
|
| H A D | MFEM.py | 32 self.hypre = framework.require('config.packages.hypre',self) 43 self.deps = [self.mpi,self.hypre,self.metis] 122 g.write('HYPRE_OPT = '+self.headers.toString(self.hypre.include)+'\n') 123 g.write('HYPRE_LIB = '+self.libraries.toString(self.hypre.lib)+'\n')
|
| H A D | Firedrake.py | 38 self.hypre = framework.require('config.packages.hypre',self) 41 …ib,self.bison,self.ptscotch,self.mumps,self.netcdf,self.superlu_dist,self.hypre,self.pybind11,self…
|
| H A D | SLEPc.py | 33 self.hypre = framework.require('config.packages.hypre',self) 35 self.odeps = [self.cuda,self.thrust,self.hypre,self.SuiteSparse]
|
| H A D | AMReX.py | 34 self.hypre = framework.require('config.packages.hypre',self) 40 self.deps = [self.hypre,self.mpi,self.blasLapack]
|
| /petsc/src/ksp/pc/tests/output/ |
| H A D | ex10_1.out | 2 type: hypre 6 Maximum number of iterations PER hypre call 1 7 Convergence tolerance PER hypre call 0. 29 SpGEMM type hypre
|
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex3_hypre.out | 10 type: hypre 15 Maximum number of iterations PER hypre call 1 16 Convergence tolerance PER hypre call 0.
|
| H A D | ex3_hypre_alt.out | 10 type: hypre 15 Maximum number of iterations PER hypre call 1 16 Convergence tolerance PER hypre call 0.
|
| /petsc/doc/overview/ |
| H A D | linear_solve_table.md | 109 - Euclid/hypre (``PCHYPRE``) 165 - `hypre <https://hypre.readthedocs.io/en/latest/solvers-smg-pfmg.html>`__ 172 - `BoomerAMG/hypre 173 …<https://hypre.readthedocs.io/en/latest/solvers-boomeramg.html>`__, `AmgX <https://developer.nvidi… 250 …- `Parasails/hypre <https://hypre.readthedocs.io/en/latest/solvers-parasails.html>`__, `SPAI <http…
|
| /petsc/doc/changes/ |
| H A D | 221.md | 51 - hypre BoomerAMG (-pc_type hypre -pc_hypre_type boomeramg) now uses 84 - added configure including download support for hypre, parmetis
|
| /petsc/src/mat/tests/output/ |
| H A D | ex115_7.out | 2 type: hypre
|
| /petsc/src/snes/tutorials/ |
| H A D | makefile | 60 …19 -da_refine 3 -snes_monitor_short -ksp_norm_type unpreconditioned -pc_type hypre > ex19.tmp 2>&1; 71 …usparse -da_refine 3 -snes_monitor_short -ksp_norm_type unpreconditioned -pc_type hypre > ex19.tmp; 82 …psparse -da_refine 3 -snes_monitor_short -ksp_norm_type unpreconditioned -pc_type hypre > ex19.tmp;
|
| /petsc/doc/install/ |
| H A D | index.md | 32 - install with some external packages - `spack install petsc +superlu-dist +metis +hypre +hdf5`
|
| H A D | external_software.md | 21 - [Hypre](https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods) LLNL…
|
| /petsc/doc/miscellaneous/ |
| H A D | acknowledgements.md | 68 - hypre - the LLNL preconditioner library; 69 <https://computation.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods>
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_euclid.out | 58 type: hypre
|
| H A D | ex19_euclid_bj.out | 67 type: hypre
|
| H A D | ex19_euclid_droptolerance.out | 72 type: hypre
|
| /petsc/doc/tutorials/ |
| H A D | handson.md | 188 - Run with the same options but use algebraic multigrid (hypre's 192 $ mpiexec -n 4 ./ex19 -da_refine 5 -snes_monitor -ksp_monitor -snes_view -pc_type hypre
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 311 instance, the PETSc configure module for hypre requires information 319 module will run before the hypre module. Furthermore, we save the 321 hypre can initially test whether MPI was indeed found using 322 `self.mpi.found`. When hypre requires the list of MPI libraries in
|