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