← Back to team overview

dolfin team mailing list archive

Added base class for homotopies. Just a sketch so far, but the base [...]

 

Commit from logg (2005-02-18 21:02 CET)
----------------

Added base class for homotopies. Just a sketch so far, but the base
class will be responsible of generating the complex ODE system for the
homotopty, generating initial data for each path and solving for each
path. Each specific homotopy only needs to supply the function F(z) and
it derivative F'(z).

  dolfin  src/demo/solvers/ode/homotopy/simple/main.cpp  1.12
+ dolfin  src/kernel/ode/Homotopy.cpp                    1.1
  dolfin  src/kernel/ode/Makefile.am                     1.40
  dolfin  src/kernel/ode/Makefile.in                     1.74
  dolfin  src/kernel/ode/dolfin/ComplexODE.h             1.6
+ dolfin  src/kernel/ode/dolfin/Homotopy.h               1.1
  dolfin  src/kernel/ode/dolfin/Makefile.am              1.35
  dolfin  src/kernel/ode/dolfin/Makefile.in              1.71
  dolfin  src/kernel/ode/dolfin/dolfin_ode.h             1.19