Home
last modified time | relevance | path

Searched refs:hypre (Results 1 – 25 of 38) sorted by relevance

12

/petsc/src/ksp/ksp/tutorials/output/
H A Dex55_hypre_device.out25 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 Dex55_hypre_device_alt.out23 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 Dex49_hypre_nullspace_alt.out18 type: hypre
22 Maximum number of iterations PER hypre call 1
23 Convergence tolerance PER hypre call 0.
47 SpGEMM type hypre
H A Dex49_hypre_nullspace.out19 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 DxSDKTrilinos.py22 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 DTrilinos.py30 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 DMFEM.py32 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 DFiredrake.py38 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 DSLEPc.py33 self.hypre = framework.require('config.packages.hypre',self)
35 self.odeps = [self.cuda,self.thrust,self.hypre,self.SuiteSparse]
H A DAMReX.py34 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 Dex10_1.out2 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 Dex3_hypre.out10 type: hypre
15 Maximum number of iterations PER hypre call 1
16 Convergence tolerance PER hypre call 0.
H A Dex3_hypre_alt.out10 type: hypre
15 Maximum number of iterations PER hypre call 1
16 Convergence tolerance PER hypre call 0.
/petsc/doc/overview/
H A Dlinear_solve_table.md109 - 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 D221.md51 - 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 Dex115_7.out2 type: hypre
/petsc/src/snes/tutorials/
H A Dmakefile60 …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 Dindex.md32 - install with some external packages - `spack install petsc +superlu-dist +metis +hypre +hdf5`
H A Dexternal_software.md21 - [Hypre](https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods) LLNL…
/petsc/doc/miscellaneous/
H A Dacknowledgements.md68 - hypre - the LLNL preconditioner library;
69 <https://computation.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods>
/petsc/src/snes/tutorials/output/
H A Dex19_euclid.out58 type: hypre
H A Dex19_euclid_bj.out67 type: hypre
H A Dex19_euclid_droptolerance.out72 type: hypre
/petsc/doc/tutorials/
H A Dhandson.md188 - 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 Dbuildsystem.md311 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

12