-
Currently these equations live in different modules and some of them are not easily discoverable.
For all of them there are also several possible implementations:
- in scipy (calling linpack)
- in qu…
albop updated
9 years ago
-
``` python
>>> solve(Abs(x-4)-(x-1)/(x+2)-(x-3)/(x+1))
Traceback (most recent call last):
File "", line 1, in
File "sympy\solvers\solvers.py", line 1194, in solve
solution.sort(key=default_so…
-
## Summary
If a variable is fixed to a value outside of its bounds, the NL writer throws an `InfeasibleConstraintException` in `cache_fixed_var`. This may be reasonable default behavior, but I would …
-
For the DiffEq wrapper of BVPSOL, I am hoping that we can allow any common interface method for the `odesolver` in BVPSOL. How exactly would I set that up? More specifically, what is it looking for in…
-
That's something I had in mind for quite some time. Since Trixi's capabilities are expanding quite a lot, I think it would be really great to have some function, say `references`, that returns a list …
-
Hi,
I was wondering if GPU support (Nvidia/AMD) is on the roadmap?
artv3 updated
4 years ago
-
Right now, our unit tests are written to compare the opencl device result with a hand-written vanilla C++ solution. This was easy to bootstrap with, but as the functions we implement get more compli…
kknox updated
9 years ago
-
Hi guys and gals,
first of all thanks for the great work in general - makes my life a lot easier.
I have recently been playing around a lot with the solve_ivp function and the related solvers.
…
-
Hi all,
I use Sparsuite library via the CSparse.Ineropt C# project. All test example in different solvers (Cholmod, CSsparse, UMFPACK) work well. The problem is that large matrices in UMFPACK cause…
-