KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
solvers.SolverEventData Class Reference

SolverEventData: More...

Detailed Description

SolverEventData:

Contains information about the actual times and state vectors a solver is about to use or has used, depending on the context the event is fired in.

See Also
BaseSolver.PreSolve BaseSolver.PostSolve
Author
Daniel Wirtz
Date
2011-05-31
New in 0.4:
(Daniel Wirtz, 2011-05-31) Added this class.

This class is part of the framework

KerMor - Model Order Reduction using Kernels

Definition at line 18 of file SolverEventData.m.

Public Member Functions

 SolverEventData (double t,colvec< double > x)
 

Public Attributes

 Times
 
 States = "[]"
 

Constructor & Destructor Documentation

solvers.SolverEventData.SolverEventData ( double  t,
colvec< double x 
)

Definition at line 50 of file SolverEventData.m.

References States, t, and Times.

Member Data Documentation

solvers.SolverEventData.States = "[]"

Definition at line 45 of file SolverEventData.m.

Referenced by SolverEventData().

solvers.SolverEventData.Times

Definition at line 43 of file SolverEventData.m.

Referenced by SolverEventData().


The documentation for this class was generated from the following file: