Карта сайта Kansoftware
НОВОСТИУСЛУГИРЕШЕНИЯКОНТАКТЫ
Разработка программного обеспечения

Class template symplectic_euler

Boost , Chapter 1. Boost.Numeric.Odeint , Header <boost/numeric/odeint/stepper/symplectic_euler.hpp>

Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Boost C++ LibrariesHomeLibrariesPeopleFAQMore

PrevUpHomeNext

Class template symplectic_euler

boost::numeric::odeint::symplectic_euler — Implementation of the symplectic Euler method.

Synopsis

// In header: <boost/numeric/odeint/stepper/symplectic_euler.hpp>
template<typename Coor, typename Momentum = Coor, typename Value = double,
         typename CoorDeriv = Coor, typename MomentumDeriv = Coor,
         typename Time = Value,
         typename Algebra = typename algebra_dispatcher< Coor >::algebra_type,
         typename Operations = typename operations_dispatcher< Coor >::operations_type,
         typename Resizer = initially_resizer>
class symplectic_euler : public symplectic_nystroem_stepper_base {
public:
  // types
  typedef stepper_base_type::algebra_type algebra_type;
  typedef stepper_base_type::value_type   value_type;
  // construct/copy/destruct
  symplectic_euler(const algebra_type & = algebra_type());
};

Description

Метод имеет первый порядок и имеет один этап. Он описан здесь.

Template Parameters

  1. Тип, представляющий координаты q.

    The type representing the coordinates q.

    [ORIG_END] -->
  2. Тип, представляющий координаты p.

    The type representing the coordinates p.

    [ORIG_END] -->
  3. Тип основного значения. Должно быть что-то вроде поплавкового, двойного или высокоточного типа.

    The basic value type. Should be something like float, double or a high-precision type.

    [ORIG_END] -->
  4. Тип, представляющий производную времени координат dq/dt.

    The type representing the time derivative of the coordinate dq/dt.

    [ORIG_END] -->
  5. имя типа MomentumDeriv = Coor
  6. Тип, представляющий время t.

    The type representing the time t.

    [ORIG_END] -->
  7. The algebra.

    The algebra.

    [ORIG_END] -->
  8. The operations.

    The operations.

    [ORIG_END] -->
  9. Политика ретрансляции.

    The resizer policy.

    [ORIG_END] -->

symplectic_euler public construct/copy/destruct

  1. Параметры:

    algebra

    Parameters:

    algebra

    A copy of algebra is made and stored inside explicit_stepper_base.

    [ORIG_END] -->

PrevUpHomeNext

Статья Class template symplectic_euler раздела Chapter 1. Boost.Numeric.Odeint Header <boost/numeric/odeint/stepper/symplectic_euler.hpp> может быть полезна для разработчиков на c++ и boost.




Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.



:: Главная :: Header <boost/numeric/odeint/stepper/symplectic_euler.hpp> ::


реклама


©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007
Top.Mail.Ru

Время компиляции файла: 2024-08-30 11:47:00
2025-05-19 18:51:31/0.028096914291382/1