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

#include <CGAL/Euler_integrator_2.h>

Definition

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

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.