-
```
the latest git version doesn't pass all tests for me:
$ ./runTests.py --debug tests/test_linear_solvers.py
> test instance prepared (1 test(s))
... dls100 ls.umfpack
... matrix size: (9511, 9511)…
-
### Motivation
I could not find in the Issues or Linear Algebra section any reference to include standard iterative Krylov solvers (e.g., PCG, BICGSTAB, GMRES) in the stdlib library. I believe that i…
-
These are just some near term goals for after the initial alpha release
## Array tooling pieces
- [ ] More fancy formats
- [ ] Symmetric (padded and packed)
- [ ] Hermitian (padded and packed)
…
-
**What is the requested feature?**
The GEOSX validation cases basically use no feature of `hypre`.
But it’s our key linear algebra backend when it comes to big simulations.
This must evolve in order …
-
This issue tracks the progress towards inclusion of MPI based parallelisation. Before this is included there should be a set of test codes to ensure that the currently used libraries can be enabled w…
-
Sparse matrix factorization heavily relies on combinatory graph algorithms. For example see the section "Bipartite matching for sparse solvers" and "Graph partitioning" (for fill-reducing ordering) [i…
-
```
the latest git version doesn't pass all tests for me:
$ ./runTests.py --debug tests/test_linear_solvers.py
> test instance prepared (1 test(s))
... dls100 ls.umfpack
... matrix size: (9511, 9511)…
-
I noticed this while looking at #15360: we should throw `SolverControl::NoConvergence` should SNES fail instead of a custom exception containing the iteration count.
-
Hello and thanks for this awesome package! This is more of a question than an issue, I'd be interested in the feasibility of using a linear system solver implemented in Julia with OSQP. Has anyone exp…
-
I wanted to look at a range of parameters on the same system, so I tried using `Threads.@threads` on the for loop, and I got the following error:
```
nested task error: Allocations in assembly l…