Extension: Matrix functions
#include "dg/matrix/matrix.h"

\( \dot y = Ay + g(t,y)\) More...

Collaboration diagram for Exponential integrators:

Classes

struct  dg::mat::ExponentialStep< ContainerType >
 Exponential one step time-integration for \( \dot y = A y \). More...
 
struct  dg::mat::ExponentialERKStep< ContainerType >
 Exponential Runge-Kutta fixed-step time-integration for \( \dot y = A y + g(t,y)\). More...
 
struct  dg::mat::FunctionalButcherTableau< real_type >
 Manage coefficients of a functional (extended) Butcher tableau. More...
 

Detailed Description

\( \dot y = Ay + g(t,y)\)