← Back to team overview

dolfin team mailing list archive

Add new option that allows the ODE solver to assume that M is piecewise [...]

 

Commit from logg (2005-02-03 18:59 CET)
----------------

Add new option that allows the ODE solver to assume that M is piecewise
constant. Otherwise, we might need to differentiate M with respect to u
to make Newton's method converge.

  dolfin  src/demo/solvers/ode/homotopy/simple/main.cpp     1.2
  dolfin  src/kernel/form/Form.cpp                          1.5
  dolfin  src/kernel/ode/MonoAdaptiveJacobian.cpp           1.7
  dolfin  src/kernel/ode/MonoAdaptiveNewtonSolver.cpp       1.11
  dolfin  src/kernel/ode/dolfin/MonoAdaptiveJacobian.h      1.5
  dolfin  src/kernel/ode/dolfin/MonoAdaptiveNewtonSolver.h  1.5
  dolfin  src/kernel/settings/dolfin/Settings.h             1.39