From be66252ddac5a4083e5fe7057e76bed5dd64f054 Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Tue, 29 Nov 2011 13:36:11 +0100 Subject: [PATCH] +point3D example in docs --- .../concepts.html | 9 +- .../concepts/controlled_stepper.html | 29 +- .../concepts/dense_output_stepper.html | 25 +- .../concepts/error_stepper.html | 25 +- .../concepts/implicit_system.html | 17 +- .../concepts/observer.html | 15 +- .../concepts/simple_symplectic_system.html | 15 +- .../concepts/state_algebra_operations.html | 60 +- .../concepts/state_wrapper.html | 15 +- .../concepts/stepper.html | 37 +- .../concepts/symplectic_system.html | 15 +- .../concepts/system.html | 15 +- .../extend_odeint.html | 9 +- .../adapt_your_own_operations.html | 9 +- .../adapt_your_own_state_types.html | 587 +++++++++++------- .../extend_odeint/write_own_steppers.html | 9 +- .../getting_started.html | 9 +- .../getting_started/overview.html | 27 +- .../getting_started/short_example.html | 13 +- .../usage__compilation__headers.html | 9 +- .../odeint_in_detail.html | 9 +- .../algebras_and_operations.html | 9 +- .../generation_functions.html | 9 +- .../odeint_in_detail/integrate_functions.html | 43 +- .../odeint_in_detail/steppers.html | 81 +-- .../odeint_in_detail/using_boost__range.html | 9 +- .../odeint_in_detail/using_boost__ref.html | 9 +- .../old_concepts.html | 9 +- .../old_concepts/basic_stepper.html | 33 +- .../old_concepts/compositestepper.html | 9 +- .../old_concepts/controlled_stepper.html | 31 +- .../old_concepts/dense_ouput_stepper.html | 9 +- .../old_concepts/error_stepper.html | 35 +- .../old_concepts/size_adjusting_stepper.html | 9 +- .../old_reference.html | 9 +- .../old_reference/algebras.html | 9 +- .../old_reference/integration_functions.html | 13 +- .../old_reference/operations.html | 9 +- .../old_reference/resizing.html | 9 +- .../old_reference/stepper_classes.html | 9 +- .../tutorial.html | 9 +- .../tutorial/all_examples.html | 9 +- ...haotic_systems_and_lyapunov_exponents.html | 31 +- .../tutorial/harmonic_oscillator.html | 17 +- .../tutorial/references.html | 9 +- .../tutorial/solar_system.html | 35 +- .../tutorial/special_topics.html | 97 +-- .../tutorial/stiff_systems.html | 9 +- .../tutorial/using_cuda_and_thrust.html | 141 ++--- doc/index.html | 13 +- doc/odeint/reference.html | 9 +- libs/numeric/odeint/doc/extend.qbk | 47 +- libs/numeric/odeint/examples/Jamfile | 1 + libs/numeric/odeint/examples/lorenz_point.cpp | 111 ++++ 54 files changed, 1112 insertions(+), 737 deletions(-) create mode 100644 libs/numeric/odeint/examples/lorenz_point.cpp diff --git a/doc/boost_sandbox_numeric_odeint/concepts.html b/doc/boost_sandbox_numeric_odeint/concepts.html index 4b916cc1..47bf8e5f 100644 --- a/doc/boost_sandbox_numeric_odeint/concepts.html +++ b/doc/boost_sandbox_numeric_odeint/concepts.html @@ -3,8 +3,8 @@ Concepts - - + + @@ -15,7 +15,7 @@
PrevUpHomeNext
-
+
@@ -44,7 +44,8 @@
-
- + Models
-
-
- + Models
-
-
- + Models
-
-
-
+

Pre-Defined implementations @@ -746,7 +743,7 @@

-
+

Example expressions @@ -817,7 +814,8 @@

-