opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
integrator_method.h File Reference
#include <liboscar/utilities/c_string_view.h>
Include dependency graph for integrator_method.h:
This graph shows which files directly or indirectly include this file:

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.