Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypre-space/hypre
Parallel solvers for sparse linear systems featuring multigrid methods.
https://github.com/hypre-space/hypre
hpc library math-physics radiuss
Last synced: 3 months ago
JSON representation
Parallel solvers for sparse linear systems featuring multigrid methods.
- Host: GitHub
- URL: https://github.com/hypre-space/hypre
- Owner: hypre-space
- License: other
- Created: 2018-11-19T20:42:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T20:25:23.000Z (3 months ago)
- Last Synced: 2024-08-02T23:13:07.095Z (3 months ago)
- Topics: hpc, library, math-physics, radiuss
- Language: C
- Homepage: https://www.llnl.gov/casc/hypre/
- Size: 214 MB
- Stars: 654
- Watchers: 32
- Forks: 182
- Open Issues: 192
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE-APACHE
- Support: SUPPORT.md
Awesome Lists containing this project
- awesome-scientific-computing - GitHub
README
![](src/docs/hypre-wwords.png)
[HYPRE](http://www.llnl.gov/casc/hypre/) is a library of high performance
preconditioners and solvers featuring multigrid methods for the solution of
large, sparse linear systems of equations on massively parallel computers.For documentation, see our [readthedocs page](https://hypre.readthedocs.io/en/latest/).
For information on code development, build requirements, publications, and more,
see our [Wiki page](https://github.com/hypre-space/hypre/wiki).To install HYPRE, please see either the documentation or the file [INSTALL.md](./INSTALL.md).
An overview of the HYPRE release history can be found in the file [CHANGELOG](./CHANGELOG).
Support information can be found in the file [SUPPORT.md](./SUPPORT.md).
License
----------------HYPRE is distributed under the terms of both the MIT license and the Apache
License (Version 2.0). Users may choose either license, at their option.All new contributions must be made under both the MIT and Apache-2.0 licenses.
See [LICENSE-MIT](./LICENSE-MIT), [LICENSE-APACHE](./LICENSE-APACHE),
[COPYRIGHT](./COPYRIGHT), and [NOTICE](./NOTICE) for details.SPDX-License-Identifier: (Apache-2.0 OR MIT)
LLNL-CODE-778117