![]() |
#include <Adaptivity.h>
Collaboration diagram for dolfin::Adaptivity:
Public Member Functions | |
Adaptivity (ODE &ode) | |
Constructor. | |
~Adaptivity () | |
Destructor. | |
Regulator & | regulator (unsigned int i) |
Return time step regulator for given component. | |
const Regulator & | regulator (unsigned int i) const |
Return time step regulator for given component. | |
real | tolerance () const |
Return tolerance. | |
real | maxstep () const |
Return maximum time step. | |
real | minstep () const |
Return minimum time step. | |
void | stabilize (real k, unsigned int m) |
Use a stabilizing time step sequence. | |
bool | fixed () const |
Return whether we use fixed time steps or not. | |
real | threshold () const |
Return threshold for reaching end of interval. | |
unsigned int | size () const |
Return number of components. | |
void | shift (Solution &u, RHS &f) |
Prepare for next time slab. | |
bool | accept (TimeSlab ×lab, RHS &f) |
Check if the time slab can be accepted. | |
void | adjustMaximumTimeStep (real kmax) |
Adjust maximum time step. |
|
Constructor.
|
|
Destructor.
|
|
Check if the time slab can be accepted.
|
|
Adjust maximum time step.
|
|
Return whether we use fixed time steps or not.
|
|
Return maximum time step.
|
|
Return minimum time step.
|
|
Return time step regulator for given component.
|
|
Return time step regulator for given component.
|
|
Prepare for next time slab.
|
|
Return number of components.
|
|
Use a stabilizing time step sequence.
|
|
Return threshold for reaching end of interval.
|
|
Return tolerance.
|
Documentation automatically generated with Doxygen on 10 Sep 2004.