![]() |
#include <Dual.h>
Inheritance diagram for dolfin::Dual:
Public Member Functions | |
Dual (ODE &primal, Function &u) | |
Constructor. | |
~Dual () | |
Destructor. | |
real | u0 (unsigned int i) |
Initial value. | |
real | f (const Vector &phi, real t, unsigned int i) |
Right-hand side. |
phi(T) = psi,
where phi(t) is a vector of length N, A is the Jacobian of the right-hand side f of the primal problem, and psi is given final time data for the dual.
To solve the Dual forward in time, it is rewritten using the substitution t -> T - t, i.e. we solve an initial value problem of the form
w'(t) = J(u(T-t),T-t)^* w(t) on (0,T],
w(0) = psi,
where w(t) = phi(T-t).
|
Constructor.
|
|
Destructor.
|
|
Right-hand side.
Implements dolfin::ODE. |
|
Initial value.
Implements dolfin::ODE. |
Documentation automatically generated with Doxygen on 10 Sep 2004.