-
The model Buildings.Fluid.Geothermal.ZonedBorefields.Validation.SteadyStateBoreholeDynamics in the Buildings Library, commit af4ef2b866 (development branch issue3793_seasonalGeothermalStorage) transla…
-
[Reviewer_comments_for_Vortex_Shedding_PINNs.pdf](https://github.com/barbagroup/jcs_paper_pinn/files/13846042/Reviewer_comments_for_Vortex_Shedding_PINNs.pdf)
-
Hello all- I'm a developer on a project ([libCellML](https://github.com/cellml/libcellml)) that would like to use SymEngine as a CAS. One feature we'd need going forward is a MathML printer and parser…
dladd updated
5 years ago
-
This issue is to capture a discussion on the potential nature of a helper federate for dealing with some convergence issues that are not fully dealt with by the local iteration control.
The idea wo…
-
**Reported by ahaumer on 20 Nov 2015 18:29 UTC**
I wonder whether it could be possible to propagate parameters via the bus (expandable connector); simple rule: one participant may set the parameter, a…
-
**Submitting author:** @mongibellili (elmongi elbellili)
**Repository:** https://github.com/mongibellili/QuantizedSystemSolver.jl
**Branch with paper.md** (empty if default branch):
**Version:** v1.0…
-
### Description
Is there any reason why `spsolve` would return a solution that is close to the true one, but not accurate? I can't provide a working example but I'm trying to solve a system (40000, 4…
-
Consider the linearized dynamics of the inverted pendulum, described by the matrices A and B:
```python
g=9.81
l=1
m=1
b=0
J = m * l * l
A = np.array([[0.0, 1.0], [g/l, -b/J]])
B = np.arra…
-
Hello!
I believe I've encountered a fairly substantial problem with the logic of the `create_solution()` function. The problem is this: it seems like the function uses the volumes of solutes as con…
-
While `minpack` is an important package among the Fortran legacy codes it's age is apparent.
The [Ceres Solver](http://ceres-solver.org/features.html) is a non-linear least squares package written …