Medusa  1.1
Coordinate Free Mehless Method implementation
AdamsBashforth.hpp File Reference

Detailed Description

Adams-Bashforth integrator implementation.

Definition in file AdamsBashforth.hpp.

#include "AdamsBashforth_fwd.hpp"
#include "RKExplicit.hpp"
+ Include dependency graph for AdamsBashforth.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mm
 Root namespace for the whole library.
 
 mm::integrators
 Namespace containing most known methods for integrating ODEs.
 
 mm::integrators::ExplicitMultistep
 Namespace containing factory functions for explicit linear multistep integrators.
 

Functions

template<typename scalar_t , int num_steps>
std::ostream & mm::operator<< (std::ostream &os, const AdamsBashforth< scalar_t, num_steps > &method)
 Output the method's tableau for debugging. More...