CGAL 6.0 - 2D Placement of Streamlines
Loading...
Searching...
No Matches
CGAL::Runge_kutta_integrator_2< VectorField_2 > Class Template Reference

#include <CGAL/Runge_kutta_integrator_2.h>

Definition

template<typename VectorField_2>
class CGAL::Runge_kutta_integrator_2< VectorField_2 >

This class implements the second order Runge-Kutta integrator.

Template Parameters
VectorField_2has to be instantiated by a model of the concept VectorField_2.
Is model of
Integrator_2
See also
Euler_integrator_2<VectorField_2>
Examples
Stream_lines_2/stl_regular_field.cpp, and Stream_lines_2/stl_triangular_field.cpp.

Creation

 Runge_kutta_integrator_2 (const FT &integration_step)
 Creates a Runge-Kutta second order integrator with integration_step as integration step.