-
### Describe your issue.
Integrating a system with an inherently small `t` values (and steps between time points) can produce a `ValueError` if dense_output=True and event.terminal=True. The root cau…
-
Given the definitions
```haskell
data Foo = A
data Bar = B | C
{-@ reflect f @-}
f :: Foo -> Bar
f A = B
{-@ reflect g @-}
g :: Foo -> Bar
g A = f A
{-@ reflect h @-}
h :: Foo -> Bar
…
-
So I was reading the source code of the solve_poly_system function. This is a function that finds the
solutions of a system of multivariate polynomial equations. As far as I understand it, the soluti…
-
Are we using the adjoint method as described in the paper?
-
- Design simulation framework from scratch to figure out benefits concerning current simulation framework
- If benefits: Automatically: transfer the component-oriented model and control structure fro…
-
Hi all,
I am experiencing a problem in SPHinXsys which I will attempt to describe in a single issue. However, if you want me to create additional issues, let me know and I will do likewise.
I was tr…
-
#1723 proposes a new type called `HydrostaticBoussinesqSuperModel` that's intended to be more general than `HydrostaticBoussinesqModel`, because it encapsulates information about the continuous underl…
-
I've attached some screen shots below. I created an assembly with two sub assemblies. I constrained the parts using the "Plane Coincident" constraint. The Elements used for the constraint are two sket…
-
This is a low priority issue as it doesn't affect random walker functionality, but as of scipy 0.14 umfpack is deprecated (see http://docs.scipy.org/doc/scipy-dev/reference/release.0.14.0.html#scipy-s…
-
I do not know the origin of this behavior, but it causes incorrect computation of capacitor voltages in some circumstances, requiring a dummy resistance to work around.
Consider the following netli…