\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.8.2 - 2D Placement of Streamlines
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Runge_kutta_integrator_2< VectorField_2 > Class Template Reference

#include <CGAL/Runge_kutta_integrator_2.h>

Definition

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.