\( \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.4 - 2D Placement of Streamlines
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL Namespace Reference

Classes

class  Euler_integrator_2
 This class implements the first order Euler integrator. More...
 
class  Regular_grid_2
 This class provides a 2D vector field specified by a set of sample points defined on a regular grid, with a bilinear interpolation scheme over its cells (i.e. for each point p in a cell c, the vector value is interpolated from the vertices of c). More...
 
class  Runge_kutta_integrator_2
 This class implements the second order Runge-Kutta integrator. More...
 
class  Stream_lines_2
 The class Stream_lines_2 generates a placement of streamlines in a 2D domain according to a bidimensional vector field. More...
 
class  Triangular_field_2
 This class provides a vector field specified by a set of sample points defined on a triangulated domain. More...