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 Namespace Reference

Classes

class  AdaptiveSemiImplicitEuler
 SemiImplicitEuler: Solves ODEs in KerMor using implicit euler for the linear part and explicit euler for the nonlinear part. More...
 
class  AJacobianSolver
 AImplSolver: Base abstract class for solvers that can use Jacobian information for faster computation. More...
 
class  BaseCustomSolver
 BaseCustomSolver: Base class for all self-implemented solvers. More...
 
class  BaseSolver
 Base class for all KerMor ODE solvers. More...
 
class  ExplEuler
 Explicit forward euler ODE solver. More...
 
class  FullyImplEuler
 FullyImplSolver: Solver for fully nonlinear ODE's (using Newton iterations) More...
 
class  Heun
 ODE solver implementing the method of heun. More...
 
class  MLode15i
 MLode15i: Wrapper for MatLab's ode15i builtin implicit solver. More...
 
class  MLWrapper
 Allows to wrap a MatLab ODE solver into the KerMor framework. More...
 
class  SemiImplicitEuler
 SemiImplicitEuler: Solves ODEs in KerMor using implicit euler for the linear part and explicit euler for the nonlinear part. More...
 
class  SolverEventData
 SolverEventData: More...
 
class  SolverTypes
 SolverTypes: Enumeration class classifying a ode solver type as explicit solver, implicit solver or Matlab solver. More...