-
This issue is to update the code to Python 3 and utilize PyFMI without all of JModelica in the test case docker container.
-
`KanesMethod` uses and [`LUsolve` ](https://github.com/sympy/sympy/blob/4fb6b42dd0941f05178aa570edf9ef61162ce960/sympy/physics/mechanics/kane.py#L252) to solve the velocity constraints. While this mat…
-
Dear developpers,
I have my own FVM method for solving the eqaution below but it is slow (~10us per time step) because a lot of space is wasted as the solution is quite localized. Hence, I was hopi…
-
Hi,
I have a problem of the form
`min x^T*Q*x + b^T*x + c s.t. 0
-
I have been working on the linalg/src directory for a while now. The `id` library is written in Fortran and in a de-facto unmaintained status. While I am grateful for the authors' efforts back in the …
ilayn updated
3 months ago
-
In GitLab by @jarsarasty on Oct 24, 2023, 12:01
_Merges guidelines_contributions -> master_
This commit extends the guidelines for community contributions to RTC tools. It defines guidelines for cre…
-
Hi,
trying to solve the convection equation with the following code
```python
import numpy as np
import pde
from pde import PDE, CartesianGrid, MemoryStorage, ScalarField
nx = 151 # numb…
-
#### Problem description
It seems like the loopless FVA code is not robust against infeasible solutions when it comes to the Gurobi solver. It does not happen with the GLPK solver although many sol…
-
Heya,
Working on a Python, and maybe C++ port of this code, wondering if you would like me to pull-request when I'm done or just attribute to you wherever it shows up. This is purely for research a…
-
We should rewrite the decompose_globals transformation to work with non-flattened constraints.
This way, less auxiliary variables are introduced.
Some special edge cases to take care of in this tr…