BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Namespaces
shooting.cpp File Reference

One-dimensional shooting method. More...

#include "shooting.hpp"
#include "error.hpp"
#include "math_wrappers.hpp"
#include "numeric.hpp"
#include "potential.hpp"
#include <boost/math/tools/minima.hpp>
#include <algorithm>
#include <limits>
#include <stdexcept>
#include <utility>

Go to the source code of this file.

Namespaces

 BubbleProfiler
 

Detailed Description

One-dimensional shooting method.

Solve a one-dimensional bounce problem with the shooting method.

Definition in file shooting.cpp.