BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Namespaces | Typedefs
perturbative_profiler.hpp File Reference
#include "default_integration_policy.hpp"
#include "generic_perturbative_profiler.hpp"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 BubbleProfiler
 

Typedefs

using BubbleProfiler::Euler_perturbative_profiler = Perturbative_profiler< Constant_step_size_euler >
 
using BubbleProfiler::RK4_perturbative_profiler = Perturbative_profiler< Constant_step_size_RK4 >
 
using BubbleProfiler::CRK4_perturbative_profiler = Perturbative_profiler< Controlled_step_size_RK4 >
 
using BubbleProfiler::CRKD5_perturbative_profiler = Perturbative_profiler< Controlled_step_size_RKD5 >