Rythmos - Transient Integration for Differential Equations Version of the Day
|
Interface for using breakpoints.
More...
#include <Rythmos_BreakPointInformerBase.hpp>
Inherits Teuchos::Describable, Teuchos::ParameterListAcceptor, and Teuchos::VerboseObject< BreakPointInformerBase< Scalar > >.
Public Member Functions | |
virtual bool | testForBreakPoint (Scalar &time0, Scalar &dt) const =0 |
Basic breakpoint interface. | |
virtual Scalar | getNextBreakPoint (Scalar &time0) const =0 |
Get next break point. | |
virtual void | removeNextBreakPoint (Scalar &time0)=0 |
Remove breakpoint from list. | |
Interface for using breakpoints.
Definition at line 36 of file Rythmos_BreakPointInformerBase.hpp.
|
pure virtual |
Basic breakpoint interface.
Returns true if there is a breakpoint between time0 and time0+dt
|
pure virtual |
Get next break point.
Returns the next breakpoint after time0.
|
pure virtual |
Remove breakpoint from list.
Removes the next breakpoint after time0.