~pefarrell/dolfin-adjoint/fix-ode

  • Committer: Patrick Farrell
  • Date: 2013-07-05 10:05:35 UTC
  • Revision ID: patrick.farrell06@imperial.ac.uk-20130705100535-7w9trecanx10fqje
Add FitzHugh-Nagumo model. Not working yet because it depends on some library I don't have.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 512 11 years ago Patrick Farrell Change the version numbering to match DOLFIN's. M 962 bytes Diff Download File
adjglobals.py 746 11 years ago Patrick Farrell Clear the expressions cache in adj_reset. 2.8 KB Diff Download File
adjlinalg.py 750 11 years ago Patrick Farrell Get rid of some unnecessary imports, and we now de 15.2 KB Diff Download File
adjresidual.py 658 11 years ago Patrick Farrell More annotate refactoring. 909 bytes Diff Download File
adjrhs.py 660 11 years ago Patrick Farrell If the user manually provides a Jacobian in solve( 9.6 KB Diff Download File
assembly.py 729 11 years ago Patrick Farrell A partial step on the road to handling preassembly 2.8 KB Diff Download File
assign.py 681 11 years ago Patrick Farrell As per Martin's request (question 228870), add a f 3.6 KB Diff Download File
caching.py 735 11 years ago Patrick Farrell Some advice: if you're ever confused about somethi 1.3 KB Diff Download File
coeffstore.py 383 12 years ago Patrick Farrell Get rid of a dud print statement. 1.6 KB Diff Download File
constant.py 640 11 years ago Patrick Farrell Handle Constant.assign. There are two options how 1.4 KB Diff Download File
drivers.py 750 11 years ago Patrick Farrell Get rid of some unnecessary imports, and we now de 12.5 KB Diff Download File
expressions.py 740 11 years ago Patrick Farrell A rewrite of how expressions are handled. Rather t 1.9 KB Diff Download File
function.py 682 11 years ago Patrick Farrell Fix when the annotation should happen; add a test 5.3 KB Diff Download File
functional.py 736 11 years ago Patrick Farrell Fix a bug reported by Martin Alnaes in email. 14.7 KB Diff Download File
genericmatrix.py 425 12 years ago Patrick Farrell Some fixes and extensions for KrylovSolver 1.2 KB Diff Download File
genericvector.py 422 12 years ago Patrick Farrell A speculative fix for the negation. 370 bytes Diff Download File
gst.py 451 11 years ago Patrick Farrell Update misleading documentation. 7 KB Diff Download File
interpolation.py 659 11 years ago Patrick Farrell Final refactoring of annotate logic, modulo bugs. 3.3 KB Diff Download File
krylov_solver.py 752 11 years ago Patrick Farrell Make sure KrylovSolver has a set_transpose_nullspa 7.8 KB Diff Download File
linear_solver.py 667 11 years ago Patrick Farrell Support LinearSolver in dolfin-adjoint (how many i 7.5 KB Diff Download File
lusolver.py 658 11 years ago Patrick Farrell More annotate refactoring. 4.8 KB Diff Download File
matrix_free.py 750 11 years ago Patrick Farrell Get rid of some unnecessary imports, and we now de 10.9 KB Diff Download File
misc.py 492 11 years ago Patrick Farrell At various points, dolfin-adjoint makes new bounda 173 bytes Diff Download File
multistage_optimization.py 468 11 years ago Patrick Farrell Get rid of Simon's mistake 801 bytes Diff Download File
newton_solver.py 673 11 years ago Patrick Farrell down_cast -> as_backend_type. 1.3 KB Diff Download File
optimization.py 751 11 years ago Simon Funke Weaken the scipy.optimize version requirement to 0 9.9 KB Diff Download File
options.py 619 11 years ago Patrick Farrell If you want to impose boundary conditions symmetri 574 bytes Diff Download File
parameter.py 707 11 years ago Patrick Farrell Fix the test breakages highlighted by buildbot. Th 12.2 KB Diff Download File
pointintegralsolver.py 733 11 years ago Patrick Farrell Use the new adjoint ODE solver. 4 KB Diff Download File
projection.py 657 11 years ago Patrick Farrell More annotate=True|False|None refactorisation 1.8 KB Diff Download File
reduced_functional.py 718 11 years ago Simon Funke Add support for get_global (which is used to gathe 13.5 KB Diff Download File
solving.py 750 11 years ago Patrick Farrell Get rid of some unnecessary imports, and we now de 19.5 KB Diff Download File
split_annotation.py 726 11 years ago Patrick Farrell Fix a race condition in the handling of parameters 3.7 KB Diff Download File
timeforms.py 683 11 years ago Patrick Farrell Fix lp:1179932, reported by Martin Alnaes. 4.3 KB Diff Download File
ui.py 692 11 years ago Patrick Farrell Add a compute_gradient_tlm that returns an object 1.4 KB Diff Download File
unimplemented.py 409 12 years ago Patrick Farrell Disable the matrix-free support. Previously, in Do 16 bytes Diff Download File
utils.py 706 11 years ago Patrick Farrell More making it possible to pass value=whatever to 21.9 KB Diff Download File
variational_solver.py 656 11 years ago Patrick Farrell New annotation scheme for variational_solver. 3.4 KB Diff Download File