dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #10118
demo error
One of the other ODE demos does not work (Ilmar pointed this out). It is
the 'Harmonic" demo. I get the following output:
walker@box227 ~/FENICS/dolfin/demo/ode/harmonic/cpp
$ ./demo
cG(1): e = 1.047e-04
cG(2): e = 1.745e-10
cG(3): e = 4.663e-15
cG(4): e = 4.630e-15
cG(5): e = 3.553e-15
dG(0): e = 6.088e-02
dG(1): e = 1.745e-07
Segmentation fault
I looked at main.cpp and it seems straightforward. I thought maybe there
was a problem with ODE.h/ODE.cpp, and I noticed that the 'real' keyword
was still used there. Could this be causing a problem?
- Shawn
Follow ups
References