-
We may need to iterate on the form of this to-do item, and we've discussed this but I'd like to just record the need here and discuss some pseudo-code examples.
The EDMF scheme (and likely other pa…
-
Hi all,
I was trying to find out how the PDE solver of DifferentialEquations.jl works, but i am experiencing some problem.
I took the example from the notebook and i tried to run it as a script (h…
-
This is the stencil generated for test_diffusion.py:
```
extern "C" int Operator(float *u_vec)
{
float (*u)[100][100] = (float (*)[100][100]) u_vec;
{
int t0;
int t1;
for (int i3 = 0;…
-
Hi, I was going through your paper on Arxiv and trying out the solver. It's a great work.
I was wondering how do you deal with boundary conditions in PDE as there's only initial(terminal) condition s…
-
In GitLab by @valentjn on Jul 26, 2016, 08:52
@schobepr reports the following issue when trying to compile SG++ on his MacBook:
```
Gerade versuche ich, SGpp auf dem MacBook zu kompilieren. Ein kle…
-
It seems that the PrecursorAction.C action file does not apply a scaling factor to any delayed neutron precursor group variable.
It currently takes in a parameter called "prec_scale" but it does no…
-
Issue to find the final name for the project
-
Hello,
I'm trying to solve a simple multivariate OdeModel (in my real application is more complex).
I see in the documentation an exemple for the multivariate Model but not for OdeModel.
I implem…
-
I solve non linear PDEs of the form 0 = f(V, ∂xV ,∂xxV) using finite-difference schemes. I usually use `NLsolve` as non linear solver.
Critically, the Jacobian of the system is a banded matrix. I…
-
Hello,
I am solving a PDE using the ODE solver which gives a solution interpolable in time, basically for free with the option dense=true. My state vector is a quantity f at different spatial posi…