Commit | Date | |
---|---|---|
2013-06-03 20:48:18 | Tree | |
2013-06-03 13:58:35 | Tree | |
[r127]
by
andrewbelt
Configured CMake to build both parallel and serial binary, syncronized serial and parallel code to produce similar results, and enabled shared variables for storing timestepping-related data. |
2013-05-31 21:11:22 | Tree |
[r126]
by
guidrymw
Added two logical variables, diagnosticPrint and printSteps, to control the amount of diagnostic printout from the kernel execution. If the first is set to 1 very detailed info is printed for each integration step. If the second is set to 1, at each integration step a summary of network variables is printed (setting diagnosticPrint to 1 generates much more additional output than setting printSteps to 1). |
2013-05-29 15:13:29 | Tree |
2013-03-13 20:38:54 | Tree | |
2013-03-11 18:14:07 | Tree | |
2013-03-02 19:22:04 | Tree | |
2013-02-22 21:49:40 | Tree | |
[r121]
by
guidrymw
This version has been tested to give essentially the java results up to log t = -5, but diverges after that. |
2013-02-22 21:22:50 | Tree |
[r120]
by
guidrymw
Fixed problem that checkAsy(Fminus[k], Y[k], dt) should be checkAsy(FminusSum[k], Y[k], dt). Because of this error it was not doing the asymptotic check correctly. Now gives essentially same results as java version up to log t = -6 for test case. |
2013-02-22 20:12:24 | Tree |