/
usr
/
include
/
boost
/
numeric
/
odeint
/
stepper
/
/usr/include/boost/numeric/odeint/stepper
mkdir
upload
Name
Size
Mode
Actions
base/
-
0755
rm
detail/
-
0755
rm
generation/
-
0755
rm
adams_bashforth.hpp
15264
0644
edit
dl
rm
adams_bashforth_moulton.hpp
12015
0644
edit
dl
rm
adams_moulton.hpp
6112
0644
edit
dl
rm
adaptive_adams_bashforth_moulton.hpp
8311
0644
edit
dl
rm
bulirsch_stoer.hpp
26189
0644
edit
dl
rm
bulirsch_stoer_dense_out.hpp
33859
0644
edit
dl
rm
controlled_adams_bashforth_moulton.hpp
10080
0644
edit
dl
rm
controlled_runge_kutta.hpp
38301
0644
edit
dl
rm
controlled_step_result.hpp
1092
0644
edit
dl
rm
dense_output_runge_kutta.hpp
14590
0644
edit
dl
rm
euler.hpp
6587
0644
edit
dl
rm
explicit_error_generic_rk.hpp
10708
0644
edit
dl
rm
explicit_generic_rk.hpp
8491
0644
edit
dl
rm
extrapolation_stepper.hpp
11155
0644
edit
dl
rm
generation.hpp
1477
0644
edit
dl
rm
implicit_euler.hpp
5236
0644
edit
dl
rm
modified_midpoint.hpp
10566
0644
edit
dl
rm
rosenbrock4.hpp
14602
0644
edit
dl
rm
rosenbrock4_controller.hpp
7290
0644
edit
dl
rm
rosenbrock4_dense_output.hpp
5595
0644
edit
dl
rm
runge_kutta4.hpp
5860
0644
edit
dl
rm
runge_kutta4_classic.hpp
9255
0644
edit
dl
rm
runge_kutta_cash_karp54.hpp
8676
0644
edit
dl
rm
runge_kutta_cash_karp54_classic.hpp
14318
0644
edit
dl
rm
runge_kutta_dopri5.hpp
21484
0644
edit
dl
rm
runge_kutta_fehlberg78.hpp
15005
0644
edit
dl
rm
stepper_categories.hpp
2162
0644
edit
dl
rm
symplectic_euler.hpp
3937
0644
edit
dl
rm
symplectic_rkn_sb3a_m4_mclachlan.hpp
5120
0644
edit
dl
rm
symplectic_rkn_sb3a_mclachlan.hpp
5389
0644
edit
dl
rm
velocity_verlet.hpp
13544
0644
edit
dl
rm
Edit:
/usr/include/boost/numeric/odeint/stepper/controlled_step_result.hpp
(1092B)
/* [auto_generated] boost/numeric/odeint/stepper/controlled_step_result.hpp [begin_description] Defines the result type for all controlled stepper. [end_description] Copyright 2011-2013 Karsten Ahnert Copyright 2012 Mario Mulansky Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_NUMERIC_ODEINT_STEPPER_CONTROLLED_STEP_RESULT_HPP_INCLUDED #define BOOST_NUMERIC_ODEINT_STEPPER_CONTROLLED_STEP_RESULT_HPP_INCLUDED namespace boost { namespace numeric { namespace odeint { /** * \enum controlled_step_result * * \brief Enum representing the return values of the controlled steppers. */ typedef enum { success , /**< The trial step was successful, hence the state and the time have been advanced. */ fail /**< The step was not successful and might possibly be repeated with a small step size. */ } controlled_step_result; } // namespace odeint } // numeric } // boost #endif // BOOST_NUMERIC_ODEINT_STEPPER_CONTROLLED_STEP_RESULT_HPP_INCLUDED
Save
cmd:
run