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.SolverTypes Class Reference

SolverTypes: Enumeration class classifying a ode solver type as explicit solver, implicit solver or Matlab solver. More...

Detailed Description

SolverTypes: Enumeration class classifying a ode solver type as explicit solver, implicit solver or Matlab solver.

A maximal integration step is only relevant for exlicit solvers.

New in 0.7:
(Timm Strecker, 2013-07-06) Added this class.

This class is part of the framework

KerMor - Model Order Reduction using Kernels

Definition at line 18 of file SolverTypes.m.

Public Types

enum  SolverTypesInstances { Explicit, Implicit, Unknown }
 

Member Enumeration Documentation

Enumerator
Explicit 
Implicit 
Unknown 

Definition at line 38 of file SolverTypes.m.


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