-
Dear all,
Thanks a lot for making the code available!
I have been running into some issues with `signature_kernel.compute_Gram()` as the output is not always positive semi-definite and thus I ru…
-
Migrated from issue #10.
The attached LilyPad.pde has a circle moving up and down in a two phase flow. If QUICK advection is used, the flow is fine. If the semi-lagrangian advection is used, the flow…
-
Trying heat equation example from
https://www.mathworks.com/help/matlab/ref/pdepe.html
It fails with:
```
octave:3> sol = pdepe(m,@heatcyl,@heatic,@heatbc,x,t)
[IDA ERROR] IDASolve
At …
-
Hi! Sorry for another question!
When executing the batch script, all iterations other than the first one only contains the last stimulus:
```
Stimulus name: stim_plain
[stim] configuration:
[…
-
Hi,
As per my previous issue, I want to start contributing to Pybamm, but do not have any experience contributing to open-source projects so I am looking for an easy entry point.
In my work I have…
-
"Some examples of version control platforms:" is kind of simplistic, since these platforms are really more social coding platforms that support version control. Things like issues and forums aren't pa…
-
Mentioned this issue in #1068. @roystgnr, this is what I mentioned to you in chat yesterday.
Applying the attached patch to the #1069 gives test failures for the first order time solver unit tests an…
-
#### Summary:
Allows other types of mpi communicator used in `mpi_cluster`
#### Description:
Currently we only allow `MPI_COMM_WORLD` in MPI jobs. This is not enough if we want to mix Stan with…
-
It's not possible to use controls that are constant variables, but this works if one uses `minimize()`. Here's an example:
```
from fenics import *
from fenics_adjoint import *
import moola
mes…
-
Hello, Doctor, in the case of the "Helmholtz acoustic hard scattering problem with absorption boundary conditions", the analytical solution was not given and the training result was wrong, why? Is it …