![]() |
#include <ReducedModel.h>
Inheritance diagram for dolfin::ReducedModel:
Public Member Functions | |
ReducedModel (ODE &ode) | |
Constructor. | |
~ReducedModel () | |
Destructor. | |
real | f (const Vector &u, real t, unsigned int i) |
The right-hand side, including model. | |
real | u0 (unsigned int i) |
Map initial data. | |
Element::Type | method (unsigned int i) |
Map the choice of method. | |
unsigned int | order (unsigned int i) |
Map the choice of order. | |
real | timestep (unsigned int i) |
Map the choice of time step. | |
void | update (RHS &f, Function &u, real t) |
Map update function. | |
void | update (Solution &u, Adaptivity &adaptivity, real t) |
Map update function. | |
void | save (Sample &sample) |
Map the save function. |
u'(t) = f(u(t),t) + g(u(t),t) on (0,T],
u(0) = u0,
where u(t) is a vector of length N, and where g accounts for the effects of small scales on the averaged solution u.
A ReducedModel is automatically created whenever the option "automatic modeling" is set. Note that this does not currently work in combination with the "step" interface of the multi-adaptive solver, i.e., the "solve" interface must be used.
|
Constructor.
|
|
Destructor.
|
|
The right-hand side, including model.
Implements dolfin::ODE. |
|
Map the choice of method.
Reimplemented from dolfin::ODE. |
|
Map the choice of order.
Reimplemented from dolfin::ODE. |
|
Map the save function.
Reimplemented from dolfin::ODE. |
|
Map the choice of time step.
Reimplemented from dolfin::ODE. |
|
Map initial data.
Implements dolfin::ODE. |
|
Map update function.
Reimplemented from dolfin::ODE. |
|
Map update function.
Reimplemented from dolfin::ODE. |
Documentation automatically generated with Doxygen on 10 Sep 2004.