|
| abcflow () -> abcflow< double > |
|
| autonomous_particles_test () -> autonomous_particles_test< double > |
|
template<template< typename, size_t > typename ODESolver = ode::boost::rungekuttafehlberg78, template< typename > typename InterpolationKernel = interpolation::cubic, std::floating_point Real> |
constexpr auto | flowmap (vectorfield< autonomous_particles_test< Real >, Real, 2 > const &v, tag::numerical_t) |
|
template<std::floating_point Real> |
constexpr auto | flowmap (vectorfield< autonomous_particles_test< Real >, Real, 2 > const &, tag::analytical_t) |
|
template<std::floating_point Real> |
constexpr auto | flowmap (vectorfield< autonomous_particles_test< Real >, Real, 2 > const &v) |
|
template<std::floating_point Real> |
auto | diff (autonomous_particles_test_flowmap< Real > const &, tag::analytical_t) |
|
template<std::floating_point VReal, std::floating_point EpsReal = VReal> |
auto | diff (autonomous_particles_test_flowmap< VReal > const &flowmap, tag::central_t, EpsReal epsilon=1e-7) |
|
template<std::floating_point VReal, std::floating_point EpsReal> |
constexpr auto | diff (autonomous_particles_test_flowmap< VReal > const &flowmap, tag::central_t, vec< EpsReal, 2 > epsilon) |
|
template<std::floating_point Real> |
auto | diff (autonomous_particles_test_flowmap< Real > const &flowmap) |
|
| center () -> center< double > |
|
template<template< typename, size_t > typename ODESolver = ode::boost::rungekuttafehlberg78, template< typename > typename InterpolationKernel = interpolation::cubic, floating_point Real> |
constexpr auto | flowmap (vectorfield< analytical::numerical::center< Real >, Real, 2 > const &v, tag::numerical_t) |
|
template<floating_point Real> |
constexpr auto | flowmap (vectorfield< analytical::numerical::center< Real >, Real, 2 > const &, tag::analytical_t) |
|
template<floating_point Real> |
constexpr auto | flowmap (vectorfield< analytical::numerical::center< Real >, Real, 2 > const &v) |
|
| counterexample_sadlo () -> counterexample_sadlo< double > |
|
| doublegyre () -> doublegyre< real_number > |
|
| duffing_oscillator () -> duffing_oscillator< double > |
|
| forced_duffing_oscillator () -> forced_duffing_oscillator< double > |
|
| frankes_test () -> frankes_test< real_number > |
|
| modified_doublegyre () -> modified_doublegyre< real_number > |
|
| monkey_saddle () -> monkey_saddle< real_number > |
|
| rotated_saddle () -> rotated_saddle< real_number > |
|
template<floating_point Real> |
auto constexpr | flowmap (saddle< Real, 2 > const &, tag::analytical_t) |
|
template<floating_point Real> |
auto constexpr | flowmap (saddle< Real, 2 > const &v) |
|
| sinuscosinus () -> sinuscosinus< double > |
|
| cosinussinus () -> cosinussinus< double > |
|
| tornado () -> tornado< double > |
|