-
A new input parser/dictionary thing was added ff39749 (see file input.jl). I think we should use this for getting/setting _all_ runtime options, for consistency and clarity. The `opts` dictionary sh…
-
After commit adac4a799550816c4b369feb3a51f3d47c2608fc (perhaps before also), opm-autodiff does not compile on ubuntu 14.04, stock, with dune-istl version 2.2.1-2 installed via
apt-get install libdune-…
-
I have been using rodent on a project for a while now and it is a wonderful lightweight tool. The reason that I started using it was that I needed a replacement of odeint (I didn't want to pull in all…
-
I just ran the tests but one of them failed.
```
julia> Pkg.test("ApproxFun")
INFO: Testing ApproxFun
Fun tests
ODE tests
Vector tests
Operator tests
Singularities tests
Definite Integral tests
Space…
-
Examples:
1) upper triangular operators should use backsubstitution!
2) many operators decouple the even and odd rows/columns (E.g. Ultraspherical Derivative/Conversion). exploiting this hal…
-
The following code is used in the first part of the Maxwell's equation example (note it has been modified to use v5 syntax):
```
pdefun = @(t,x,E,B) [ diff(B), diff(E) ];
bc.left = @(t,x,E,B) E;
bc.r…
-
I have been trying to run a simulation with a mesh only 25 nm across. I set xmax (and ymax) to 25e-9. Before the simulation even begins, I get an error:
'Trying to retrieve automatic paired mapping fo…
-
Hi Simon,
Tried to show ApproxFun + GLPlot at a talk yesterday, but it suddenly stopped working once the projector was plugged in. This is in OS X Yosemite. One error message was (though this was …
-
Hi all,
I recently use HiFiLES (DNS) to simulate a 2D external flow. It stop at a certain time step for NaN error called by "calc_diagnostic_fields_ppts" (eles.cpp, in fact, it's "u" who should be att…
-
Julia is inconsistent about whether `SymTridiagonal` is Hermitian or merely symmetric for complex types.
The comment at the top of `tridiag.jl` says that it represents "Hermitian tridiagonal matrices…