From a6db23c7a9690102d662fa843d9b6326d5229274 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 6 Jul 2022 19:56:52 +0200 Subject: [PATCH] Add README.md. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5faf920 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# HYPRE.jl + +[Julia][julia] interface to [HYPRE][hypre] (high performance preconditioners and solvers +featuring multigrid methods for the solution of large, sparse linear systems of equations on +massively parallel computers). + +[julia]: https://julialang.org/ +[hypre]: https://github.com/hypre-space/hypre