\( \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 5.0.2 - 2D Placement of Streamlines
CGAL::Euler_integrator_2< VectorField_2 > Class Template Reference

#include <CGAL/Euler_integrator_2.h>

Definition

This class implements the first order Euler integrator.

Template Parameters
VectorField_2has to be instantiated by a model of the concept VectorField_2.
Is Model Of:
Integrator_2
See also
Runge_kutta_integrator_2<VectorField_2>

Creation

 Euler_integrator_2 (const FT &integration_step)
 Creates an Euler integrator with integration_step as integration step.