Discontinuous Galerkin Library
#include "dg/algorithm.h"
multistep_tableau.h File Reference
#include <vector>
#include <string>
#include <unordered_map>

Go to the source code of this file.

Classes

struct  dg::MultistepTableau< real_type >
 Manage coefficients of Multistep methods. More...
 
struct  dg::ConvertsToMultistepTableau< real_type >
 Convert identifiers to their corresponding dg::MultistepTableau. More...
 

Namespaces

namespace  dg
 This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library.
 

Enumerations

enum  dg::multistep_identifier {
  dg::IMEX_EULER_1_1 , dg::IMEX_ADAMS_2_2 , dg::IMEX_ADAMS_3_3 , dg::IMEX_KOTO_2_2 ,
  dg::IMEX_BDF_2_2 , dg::IMEX_BDF_3_3 , dg::IMEX_BDF_4_4 , dg::IMEX_BDF_5_5 ,
  dg::IMEX_BDF_6_6 , dg::IMEX_TVB_3_3 , dg::IMEX_TVB_4_4 , dg::IMEX_TVB_5_5 ,
  dg::AB_1_1 , dg::AB_2_2 , dg::AB_3_3 , dg::AB_4_4 ,
  dg::AB_5_5 , dg::eBDF_1_1 , dg::eBDF_2_2 , dg::eBDF_3_3 ,
  dg::eBDF_4_4 , dg::eBDF_5_5 , dg::eBDF_6_6 , dg::TVB_1_1 ,
  dg::TVB_2_2 , dg::TVB_3_3 , dg::TVB_4_4 , dg::TVB_5_5 ,
  dg::TVB_6_6 , dg::SSP_1_1 , dg::SSP_2_2 , dg::SSP_3_2 ,
  dg::SSP_4_2 , dg::SSP_5_3 , dg::SSP_6_3 , dg::BDF_1_1 ,
  dg::BDF_2_2 , dg::BDF_3_3 , dg::BDF_4_4 , dg::BDF_5_5 ,
  dg::BDF_6_6
}
 Identifiers for Multistep Tableaus. More...