~simon-funke/libadjoint/online_revolve_dolfin_adjoint

« back to all changes in this revision

Viewing changes to tests/burgers_newton/burgers_newton.py

  • Committer: Simon Funke
  • Date: 2012-01-17 19:39:45 UTC
  • mfrom: (80.2.10 dolfin_adjoint)
  • Revision ID: simon.funke@gmail.com-20120117193945-ng3vty6tixh3quba
MergeĀ fromĀ "trunk"

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
      forward = main(ic, annotate=False)
61
61
      return assemble(forward*forward*dx)
62
62
 
63
 
    minconv = test_initial_condition(Jfunc, ic, adjoint, seed=1.0e-6)
 
63
    minconv = test_initial_condition_adjoint(Jfunc, ic, adjoint, seed=1.0e-6)