NEDISS: Network Diffusion and Synchronization Simulator
|
This is the complete list of members for RungeKuttaSolver< Equation >, including all inherited members.
evolve(double t, double h, double a, std::vector< double > &b, std::vector< double > &c, std::vector< double > &d, Equation &E, FlowSpecs &Specs, std::vector< double > &RK1, std::vector< double > &RK2, std::vector< double > &RK3, std::vector< double > &RK4, double &answer, double *P) (defined in RungeKuttaSolver< Equation >) | RungeKuttaSolver< Equation > | |
RungeKuttaSolver() (defined in RungeKuttaSolver< Equation >) | RungeKuttaSolver< Equation > | inline |
Term1(double t, double h, double a, std::vector< double > &b, std::vector< double > &c, std::vector< double > &d, Equation &E, FlowSpecs &Specs, std::vector< double > &RK1, double *P) (defined in RungeKuttaSolver< Equation >) | RungeKuttaSolver< Equation > | |
Term2(double t, double h, double a, std::vector< double > &b, std::vector< double > &c, std::vector< double > &d, Equation &E, FlowSpecs &Specs, std::vector< double > &RK1, std::vector< double > &RK2, double *P) (defined in RungeKuttaSolver< Equation >) | RungeKuttaSolver< Equation > | |
Term3(double t, double h, double a, std::vector< double > &b, std::vector< double > &c, std::vector< double > &d, Equation &E, FlowSpecs &Specs, std::vector< double > &RK1, std::vector< double > &RK2, std::vector< double > &RK3, double *P) (defined in RungeKuttaSolver< Equation >) | RungeKuttaSolver< Equation > | |
Term4(double t, double h, double a, std::vector< double > &b, std::vector< double > &c, std::vector< double > &d, Equation &E, FlowSpecs &Specs, std::vector< double > &RK1, std::vector< double > &RK2, std::vector< double > &RK3, std::vector< double > &RK4, double *P) (defined in RungeKuttaSolver< Equation >) | RungeKuttaSolver< Equation > |