-
_This is a copy of a presentation for MIOpen team I held a couple of years ago, when we've introduced and implemented the Solver/Solution architecture. It does not cover the recent additions like GetW…
-
I'm trying to integrate a jump discontinuous ODE using an adaptive solver (i.e. discontinuous at a specific timepoint).
However, the integration seems to ignore my `step_ts`:
```python
import dif…
-
By modulization I think the solution results of `DP5` and `DP8` produced with `OrdinaryDiffEq.jl` differs from the original fortran
code of Hairer. For example, there is [a treatment](https://github.…
-
Hello,
Present version of README includes a quite technical paragraph about compatibility and efficiency:
> PowerGrids was developed and tested using OpenModelica 1.14.1, but is expected to run…
-
Computer algebra systems are usually designed to solve systems of equations, but I don't see an example of this in Symmath's documentation. Is it currently able to solve a system of equations instead …
-
Received: **Sept. 21, 2021**
Your manuscript "High-productivity, high-performance workflow for virus-scale electrostatic simulations with Bempp-Exafmm" was seen by the original 4 referees, and as I…
-
Developers and anyone else who may pass by
Firstly thanks for the effort in designing this network it is very useful
I have used the built in functions of Pandapower to convert the MATPOWER case…
-
There are quite a few cases where try/catch blocks are used to control the computational flow. For example in the tabular backends (try loading - fall back to generate tables) and in the HelmholtzEOSM…
-
**Describe the bug**
In my transient, compressible simulation the achievable residuals strongly depend on the type of boundary condition that is specified for a wall:
MARKER_ISOTHERMAL / MARKER_HE…
-
The test
```
sage: g = graphs.PetersenGraph()
sage: g.fractional_chromatic_index(solver='GLPK')
3.0
```
added in `src/sage/graphs/graph.py` by #23658 fails with …