-
This is to discuss the callback interface separate from the clutter of #5. In there we started discussing a little about coming up with a common callback interface, but didn't get very far.
-
Building and installing Sfepy:
```
lucas@lucas-K55VD:~/sfepy$ sudo python setup.py build
sympy (optional) is missing; some tests are going to fail!
igakit (optional) is missing; you may get run-ti…
-
There may be way to overcome #34 and #41.
I started implementation of `spice4qucs` extension. This extension allows you to switch between `qucsator` simulation kernel and `ngspice` simulation kernel.…
-
The current state of `JuliaDiffEq` is now completely overtaken by various splinters of `DifferentialEquations.jl` package. Splitting up the huge package like that is a move in a good direction but we…
-
I think it would be great if all the ODE/DAE solvers could be called through the same interface. This would essentially mirror the approach of https://github.com/JuliaOpt/MathProgBase.jl . Would it …
-
Summary of changes in the main input file to consider in release 2.0.0
- [x] Sign of boundary fluxes, should it be positive for outer flux as is the convention in PDE, or positive for inner flux to be…
-
DifferentialEquations is dealing with the forward problem in Julia: predicting the model behaviour for all types of DEs and all types of solvers.
Are you planning to go into the direction of the Inve…
-
On 12/6/2015 10:16 AM, afanfa wrote:
> The problem with the navier_stokes solver is most likely related with
> the FFTs and WALLTIME functions written for x86. You may want to try
> with LEGACY_ARCHI…
-
Hi,
trying to build sfepy 2014.4 on my computer, I get an error when I launch de building script ($python setup.py build_ext --inplace). The error ouput ends with something like:
```
UnicodeDecodeErr…
-
RK4 method needs a function similar to calcResidual in newton_fd.jl. Its a cleaner way of doing things than assembling and disassembling solutions and residuals within the non-linear solvers. In addit…