|
opynsim
Unofficial C++ Documentation
|
#include <liboscar/utilities/c_string_view.h>Go to the source code of this file.
Namespaces | |
| namespace | opyn |
Enumerations | |
| enum class | opyn::IntegratorMethod { opyn::RungeKuttaMerson , opyn::ExplicitEuler , opyn::RungeKutta2 , opyn::RungeKutta3 , opyn::RungeKuttaFeldberg , opyn::SemiExplicitEuler2 , opyn::Verlet , opyn::NUM_OPTIONS , opyn::Default = RungeKuttaMerson } |
| Represents the integrator methodologies supported by the backend. More... | |
Functions | |
| osc::CStringView | opyn::label_for (const IntegratorMethod &integrator_method) |
Returns a human-readable label (no decorations) for integrator_method. | |