2019-07-08 10:26:24 +08:00
|
|
|
<!--
|
2022-04-06 07:19:51 +08:00
|
|
|
Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
|
2019-07-08 10:26:24 +08:00
|
|
|
HYPRE Project Developers. See the top-level COPYRIGHT file for details.
|
|
|
|
|
|
|
|
|
|
SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
-->
|
|
|
|
|
|
2018-11-20 08:45:09 +08:00
|
|
|

|
2018-11-20 08:20:31 +08:00
|
|
|
|
|
|
|
|
|
2019-07-08 23:55:26 +08:00
|
|
|
[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.
|
2018-11-20 08:20:31 +08:00
|
|
|
|
2020-09-03 13:35:36 +08:00
|
|
|
For documentation, see our [readthedocs page](https://hypre.readthedocs.io/en/latest/).
|
2018-11-20 08:20:31 +08:00
|
|
|
|
2023-12-09 08:06:07 +08:00
|
|
|
For information on code development, build requirements, publications, and more,
|
|
|
|
|
see our [Wiki page](https://github.com/hypre-space/hypre/wiki).
|
|
|
|
|
|
2018-11-20 09:20:05 +08:00
|
|
|
To install HYPRE, please see either the documentation or the file [INSTALL.md](./INSTALL.md).
|
2018-11-20 08:20:31 +08:00
|
|
|
|
2018-11-20 08:45:09 +08:00
|
|
|
An overview of the HYPRE release history can be found in the file [CHANGELOG](./CHANGELOG).
|
2018-11-20 08:20:31 +08:00
|
|
|
|
2023-12-09 08:06:07 +08:00
|
|
|
Support information can be found in the file [SUPPORT.md](./SUPPORT.md).
|
2019-07-08 23:55:26 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
License
|
|
|
|
|
----------------
|
2018-11-20 08:20:31 +08:00
|
|
|
|
2019-07-08 23:55:26 +08:00
|
|
|
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.
|
2018-11-20 09:20:05 +08:00
|
|
|
|
2019-07-08 23:55:26 +08:00
|
|
|
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)
|
2018-11-20 08:20:31 +08:00
|
|
|
|
2019-07-09 09:15:38 +08:00
|
|
|
LLNL-CODE-778117
|