-
Should we build Sundials with OpenMP support? This is now working in other BB packages.
-
Choose an Args convention for iterative solvers like `davidson`, `gmres` and `arnoldi`, as well the Args convention for controlling `davidson` iterations from `dmrg`. For example:
- `"MaxSolverIter…
-
-
As Eigen solvers are being used throughout Shogun (ICA, PCA, GaussiDistribution, JADiag etc.) we need to refactor a bit the `shogun/mathematics/linalg/eigsolver/EigenSolver.h` in order to be able to u…
-
### Description
I am building an iterative solver. Naturally some of my linear operators are defined iteratively using gmres. A simple example would be
```
def a(x):
# this function is essen…
-
Hi all,
we've been doing pretty great progress on an electromagnetic solver for modeling electrostatic problems with anisotropic materials (related to https://github.com/mfem/mfem/issues/4475 and als…
-
Ginkgo currently supports only left preconditioning.
However, it seems that some use-cases require right and two-sided preconditioning. We started this as an off-topic (or maybe vaguely-on-topic) d…
-
### Problem Description
I'm trying to solve a sparse __symmetric__ system;
Originally my matrix is CSC, square, only lower triangle is stored.
This is how I create sparse hip matrix:
```c
/…
-
I am a graduate student studying uFVM with the book FVM in CFD, and I find something puzzle.
In function _cfdAssembleIntoGlobalMatrixFaceFluxes_ (in the file _src/assemble/cfdAssembleIntoGlobalMatr…
-
My feature request is simple: Instead of always returning `None` in the `info` field, the the matrix-free linear solvers in `jax.scipy.sparse.linalg` should return some sort of container object (i.e. …