|
| KOKKOS_FUNCTION constexpr | HamiltonEquations (Hamiltonian hamiltonian) |
| |
| template<class Index > |
| KOKKOS_FUNCTION constexpr double | dpotential_dt (std::span< double const, Hamiltonian::N > spatial_moments) const |
| |
| template<class Index , class Elem > |
| KOKKOS_FUNCTION constexpr double | dpotential_dt (std::span< double const, Hamiltonian::N > spatial_moments, Elem elem) const |
| |
| template<class Index > |
| KOKKOS_FUNCTION constexpr double | dpotential_dt (double spatial_moments_component) const |
| |
| template<class Index , class Elem > |
| KOKKOS_FUNCTION constexpr double | dpotential_dt (double spatial_moments_component, Elem elem) const |
| |
| template<class Index > |
| KOKKOS_FUNCTION constexpr double | dmoments_dt (std::span< double const, 1 > potential) const |
| |
| template<class Index , class Elem > |
| KOKKOS_FUNCTION constexpr double | dmoments_dt (std::span< double const, 1 > potential, Elem elem) const |
| |
| template<class Index > |
| KOKKOS_FUNCTION constexpr double | dmoments_dt (double potential) const |
| |
| template<class Index , class Elem > |
| KOKKOS_FUNCTION constexpr double | dmoments_dt (double potential, Elem elem) const |
| |
| template<class Index , class Elem > |
| KOKKOS_FUNCTION constexpr auto | dpotential_dt_value (Elem elem) const |
| |
template<class Index , class Elem >
requires requires(Hamiltonian const& h, Elem e) { h.dhamiltonian_dpotential_value(e); } |
| KOKKOS_FUNCTION constexpr auto | dmoments_dt_value (Elem elem) const |
| |
template<class Hamiltonian>
class similie::physics::HamiltonEquations< Hamiltonian >
Definition at line 47 of file hamilton_equations.hpp.