-
Just wondering if you implemented it and if it is stable enough to use...
I was thinking to apply drag, from thw wikipedia drag equation , then push the fluid away from the normals of the immersed t…
-
I have a question regarding seismic exploration. Generally, the number of shot points is less than the number of receiver points. However, in the gimli/pygimli/physics/traveltime/TravelTimeManager.py …
-
Just doing the AD tricks for Newton-Krylov. Should probably wait for SciMLOperators.jl integration.
-
CADET Version 4.4 does not write the bulk solution if `root.input.return.unit_000.write_solution_bulk` is set.
MRE with CADET-Process:
```
from CADETProcess.processModel import ComponentSystem
f…
-
### How to reproduce the bug
When the residual of the nonlinear problem is `nan` (not-a-number), I would expect that the solver stops iterating. Keeping the newton iterations may provoque error in th…
-
### Describe your issue.
Whilst working on updates to the linter, I have found 20 errors which will fail CI if PRs touch these files. These should either be fixed or `noqa`'d:
_F841: Local variabl…
-
Just tested `solve(prob, KINSOL(;linear_solver=:GMRES))` on a simple problem and it threw:
```julia
ERROR: UndefVarError: `LS` not defined
Stacktrace:
[1] ___kinsol(f::Function, y0::Vector{Flo…
-
#### Describe the bug
LogisticRegression started to consume crazy amounts of RAM on 0.22+.
#### Steps/Code to Reproduce
```python
import pandas as pd
import numpy as np
import io
import r…
-
:: ERROR: Incorrect usage: this script must be sourced.
usage: source setvars.sh [--force] [--config=file] [--help] [...]
--force Force setvars.sh to re-run, doing so may overload en…
-
### Description
When using Newton solver-based shooting with a Krylov linear solver, the `LinearRunOnce` preconditioner fails with the following error.
It seems the error comes from the `DirectSolve…