|
CGAL 4.7 - 2D Placement of Streamlines
|
#include <CGAL/Runge_kutta_integrator_2.h>
This class implements the second order Runge-Kutta integrator.
| VectorField_2 | has to be instantiated by a model of the concept VectorField_2. |
Euler_integrator_2<VectorField_2> Creation | |
| Runge_kutta_integrator_2 (const FT &integration_step) | |
Creates a Runge-Kutta second order integrator with integration_step as integration step. More... | |
| CGAL::Runge_kutta_integrator_2< VectorField_2 >::Runge_kutta_integrator_2 | ( | const FT & | integration_step | ) |
Creates a Runge-Kutta second order integrator with integration_step as integration step.