Skip to contents

Given a ODE solver name (from the GSL solver module odeiv2), return an integer offset {0..10}. This integer can be passed as the "method" argument for all ODE simulator functions (simulator.c, simfi)

Usage

method(name)

Arguments

name

character scalar, name of the method

Value

an integer that is acceptable to simfi and simulator.c