Index

_ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V

_

__contains__() (odespy.problems.Problem method)
__init__() (odespy.odepack.Lsodi method)
(odespy.odepack.Lsodis method)
(odespy.odepack.Lsoibt method)
(odespy.problems.ComplexOscillator method)
(odespy.problems.Exponential method)
(odespy.problems.Gaussian0 method)
(odespy.problems.Gaussian1 method)
(odespy.problems.Linear1 method)
(odespy.problems.Linear2 method)
(odespy.problems.LinearOscillator method)
(odespy.problems.Logistic method)
(odespy.problems.Problem method)
(odespy.problems.StiffSystem2x2 method)
(odespy.problems.VanDerPolOscillator method)
(odespy.problems_pde.Diffusion1D method)
(odespy.solvers.AdaptiveResidual method)
(odespy.solvers.RK34 method)
(odespy.solvers.Solver method)
__module__ (odespy.odepack.Lsoda attribute)
(odespy.RungeKutta.BogackiShampine attribute)
(odespy.RungeKutta.CashKarp attribute)
(odespy.RungeKutta.DormandPrince attribute)
(odespy.RungeKutta.Fehlberg attribute)
(odespy.RungeKutta.MyRungeKutta attribute)
(odespy.RungeKutta.RungeKutta1 attribute)
(odespy.RungeKutta.RungeKutta1level attribute)
(odespy.RungeKutta.RungeKutta2 attribute)
(odespy.RungeKutta.RungeKutta2level attribute)
(odespy.RungeKutta.RungeKutta3 attribute)
(odespy.RungeKutta.RungeKutta4 attribute)
(odespy.odepack.Lsodar attribute)
(odespy.odepack.Lsode attribute)
(odespy.odepack.Lsodes attribute)
(odespy.odepack.Lsodi attribute)
(odespy.odepack.Lsodis attribute)
(odespy.odepack.Lsoibt attribute)
(odespy.odepack.Odepack attribute)
(odespy.problems.ComplexOscillator attribute)
(odespy.problems.Exponential attribute)
(odespy.problems.Gaussian0 attribute)
(odespy.problems.Gaussian1 attribute)
(odespy.problems.Linear1 attribute)
(odespy.problems.Linear2 attribute)
(odespy.problems.Linear2t attribute)
(odespy.problems.LinearOscillator attribute)
(odespy.problems.Logistic attribute)
(odespy.problems.Problem attribute)
(odespy.problems.StiffSystem2x2 attribute)
(odespy.problems.VanDerPolOscillator attribute)
(odespy.problems_pde.Diffusion1D attribute)
(odespy.radau5.Radau5 attribute)
(odespy.radau5.Radau5Explicit attribute)
(odespy.rkc.RKC attribute)
(odespy.rkf45.RKF45 attribute)
(odespy.solvers.AdamsBashMoulton2 attribute)
(odespy.solvers.AdamsBashMoulton3 attribute)
(odespy.solvers.AdamsBashforth2 attribute)
(odespy.solvers.AdamsBashforth3 attribute)
(odespy.solvers.AdamsBashforth4 attribute)
(odespy.solvers.Adaptive attribute)
(odespy.solvers.AdaptiveResidual attribute)
(odespy.solvers.Backward2Step attribute)
(odespy.solvers.BackwardEuler attribute)
(odespy.solvers.Dop853 attribute)
(odespy.solvers.Dopri5 attribute)
(odespy.solvers.ForwardEuler attribute)
(odespy.solvers.Heun attribute)
(odespy.solvers.Leapfrog attribute)
(odespy.solvers.LeapfrogFiltered attribute)
(odespy.solvers.MidpointImplicit attribute)
(odespy.solvers.MidpointIter attribute)
(odespy.solvers.MySolver attribute)
(odespy.solvers.RK2 attribute)
(odespy.solvers.RK3 attribute)
(odespy.solvers.RK34 attribute)
(odespy.solvers.RK4 attribute)
(odespy.solvers.RKFehlberg attribute)
(odespy.solvers.Solver attribute)
(odespy.solvers.SolverImplicit attribute)
(odespy.solvers.ThetaRule attribute)
(odespy.solvers.Vode attribute)
(odespy.solvers.lsoda_scipy attribute)
(odespy.solvers.ode_scipy attribute)
(odespy.solvers.odefun_sympy attribute)
(odespy.solvers.odelab attribute)
__repr__() (odespy.solvers.Solver method)
__str__() (odespy.solvers.Solver method)

A

AdamsBashforth2 (class in odespy.solvers)
AdamsBashforth3 (class in odespy.solvers)
AdamsBashforth4 (class in odespy.solvers)
AdamsBashMoulton2 (class in odespy.solvers)
AdamsBashMoulton3 (class in odespy.solvers)
Adaptive (class in odespy.solvers)
AdaptiveResidual (class in odespy.solvers)
adjust_atol() (odespy.odepack.Odepack method)
adjust_parameters() (odespy.odepack.Lsoda method)
(odespy.odepack.Lsodar method)
(odespy.odepack.Lsode method)
(odespy.odepack.Lsodes method)
(odespy.odepack.Lsodi method)
(odespy.odepack.Lsodis method)
(odespy.odepack.Lsoibt method)
(odespy.odepack.Odepack method)
(odespy.radau5.Radau5 method)
(odespy.rkc.RKC method)
(odespy.rkf45.RKF45 method)
(odespy.solvers.MidpointIter method)
(odespy.solvers.Solver method)
advance() (odespy.odepack.Odepack method)
(odespy.RungeKutta.RungeKutta1level method)
(odespy.RungeKutta.RungeKutta2level method)
(odespy.radau5.Radau5 method)
(odespy.rkf45.RKF45 method)
(odespy.solvers.AdamsBashMoulton2 method)
(odespy.solvers.AdamsBashMoulton3 method)
(odespy.solvers.AdamsBashforth2 method)
(odespy.solvers.AdamsBashforth3 method)
(odespy.solvers.AdamsBashforth4 method)
(odespy.solvers.ForwardEuler method)
(odespy.solvers.Heun method)
(odespy.solvers.Leapfrog method)
(odespy.solvers.LeapfrogFiltered method)
(odespy.solvers.MidpointIter method)
(odespy.solvers.MySolver method)
(odespy.solvers.RK2 method)
(odespy.solvers.RK3 method)
(odespy.solvers.RK34 method)
(odespy.solvers.RK4 method)
(odespy.solvers.RKFehlberg method)
(odespy.solvers.Solver method)
(odespy.solvers.SolverImplicit method)
(odespy.solvers.ode_scipy method)
advance_intermediate() (odespy.solvers.RK34 method)
approximate_Jacobian() (in module odespy.solvers)

B

Backward2Step (class in odespy.solvers)
BackwardEuler (class in odespy.solvers)
BogackiShampine (class in odespy.RungeKutta)

C

CashKarp (class in odespy.RungeKutta)
check_atol() (odespy.rkc.RKC method)
check_conditional_parameters() (odespy.solvers.Solver method)
check_extra() (odespy.solvers.Solver method)
check_iaja() (odespy.odepack.Odepack method)
check_input_range() (odespy.solvers.Solver method)
check_input_types() (odespy.solvers.Solver method)
check_liwlrw() (odespy.odepack.Odepack method)
check_pars() (odespy.odepack.Odepack method)
check_tol() (odespy.odepack.Odepack method)
compile_f77() (in module odespy.solvers)
compile_string_functions() (odespy.solvers.Solver method)
complex_ (odespy.problems.Problem attribute)
ComplexOscillator (class in odespy.problems)
constant_time_step() (odespy.solvers.Solver method)
convergence() (in module odespy.problems)

D

DAE_solvers (odespy.solvers.odelab attribute)
default_oscillator() (in module odespy.problems)
default_parameters() (odespy.problems.ComplexOscillator method)
(odespy.problems.Exponential method)
(odespy.problems.Linear1 method)
(odespy.problems.LinearOscillator method)
(odespy.problems.Problem method)
(odespy.problems.VanDerPolOscillator method)
Diffusion1D (class in odespy.problems_pde)
Dop853 (class in odespy.solvers)
Dopri5 (class in odespy.solvers)
DormandPrince (class in odespy.RungeKutta)

E

Euler (in module odespy.solvers)
expand_iwork() (odespy.odepack.Odepack method)
expand_rwork() (odespy.odepack.Odepack method)
Exponential (class in odespy.problems)

F

f() (odespy.problems.ComplexOscillator method)
(odespy.problems.Exponential method)
(odespy.problems.Gaussian0 method)
(odespy.problems.Gaussian1 method)
(odespy.problems.Linear1 method)
(odespy.problems.Linear2 method)
(odespy.problems.Linear2t method)
(odespy.problems.LinearOscillator method)
(odespy.problems.Logistic method)
(odespy.problems.StiffSystem2x2 method)
(odespy.problems.VanDerPolOscillator method)
(odespy.problems_pde.Diffusion1D method)
f_with_args() (odespy.problems.Exponential method)
(odespy.problems.VanDerPolOscillator method)
f_with_kwargs() (odespy.problems.Exponential method)
(odespy.problems.VanDerPolOscillator method)
Fehlberg (class in odespy.RungeKutta)
ForwardEuler (class in odespy.solvers)
func_wrapper() (odespy.odepack.Odepack method)
func_wrappers() (odespy.radau5.Radau5 method)

G

Gaussian0 (class in odespy.problems)
Gaussian1 (class in odespy.problems)
get() (odespy.solvers.Solver method)
get_initial_condition() (odespy.problems.Problem method)
get_order() (odespy.RungeKutta.RungeKutta1level method)
(odespy.RungeKutta.RungeKutta2level method)
get_parameter_info() (odespy.solvers.Solver method)

H

has_u_t_all() (odespy.solvers.Solver method)
Heun (class in odespy.solvers)

I

initialize() (odespy.odepack.Odepack method)
(odespy.radau5.Radau5 method)
(odespy.rkc.RKC method)
(odespy.rkf45.RKF45 method)
(odespy.solvers.Solver method)
(odespy.solvers.lsoda_scipy method)
(odespy.solvers.ode_scipy method)
(odespy.solvers.odefun_sympy method)
(odespy.solvers.odelab method)
initialize_for_solve() (odespy.odepack.Odepack method)
(odespy.RungeKutta.RungeKutta2level method)
(odespy.radau5.Radau5 method)
(odespy.rkc.RKC method)
(odespy.rkf45.RKF45 method)
(odespy.solvers.AdamsBashMoulton2 method)
(odespy.solvers.AdamsBashMoulton3 method)
(odespy.solvers.AdamsBashforth2 method)
(odespy.solvers.AdamsBashforth3 method)
(odespy.solvers.AdamsBashforth4 method)
(odespy.solvers.Adaptive method)
(odespy.solvers.RK34 method)
(odespy.solvers.Solver method)
(odespy.solvers.SolverImplicit method)
(odespy.solvers.Vode method)
(odespy.solvers.ode_scipy method)
(odespy.solvers.odefun_sympy method)
(odespy.solvers.odelab method)

J

jac() (odespy.problems.ComplexOscillator method)
(odespy.problems.Exponential method)
(odespy.problems.Gaussian0 method)
(odespy.problems.Gaussian1 method)
(odespy.problems.Linear1 method)
(odespy.problems.Linear2 method)
(odespy.problems.Linear2t method)
(odespy.problems.LinearOscillator method)
(odespy.problems.Logistic method)
(odespy.problems.StiffSystem2x2 method)
(odespy.problems.VanDerPolOscillator method)
(odespy.problems_pde.Diffusion1D method)
jac_banded() (odespy.problems_pde.Diffusion1D method)
jac_with_args() (odespy.problems.Exponential method)
(odespy.problems.VanDerPolOscillator method)
jac_with_kwargs() (odespy.problems.Exponential method)
(odespy.problems.VanDerPolOscillator method)

K

kinetic_energy() (odespy.problems.LinearOscillator method)

L

Leapfrog (class in odespy.solvers)
LeapfrogFiltered (class in odespy.solvers)
Linear1 (class in odespy.problems)
Linear2 (class in odespy.problems)
Linear2t (class in odespy.problems)
LinearOscillator (class in odespy.problems)
list_all_solvers() (in module odespy.solvers)
list_available_solvers() (in module odespy.solvers)
list_not_suitable_complex_solvers() (in module odespy.solvers)
Logistic (class in odespy.problems)
Lsoda (class in odespy.odepack)
lsoda_scipy (class in odespy.solvers)
Lsodar (class in odespy.odepack)
Lsode (class in odespy.odepack)
Lsodes (class in odespy.odepack)
Lsodi (class in odespy.odepack)
Lsodis (class in odespy.odepack)
Lsoibt (class in odespy.odepack)

M

MidpointImplicit (class in odespy.solvers)
MidpointIter (class in odespy.solvers)
MyRungeKutta (class in odespy.RungeKutta)
MySolver (class in odespy.solvers)

N

new_stepnr() (odespy.odepack.Odepack method)
Newton_system() (odespy.solvers.Backward2Step method)
(odespy.solvers.BackwardEuler method)
(odespy.solvers.MidpointImplicit method)
(odespy.solvers.ThetaRule method)
not_suitable_solvers (odespy.problems.Problem attribute)
not_valid (odespy.solvers.odelab attribute)

O

ode_scipy (class in odespy.solvers)
odefun_sympy (class in odespy.solvers)
odelab (class in odespy.solvers)
Odepack (class in odespy.odepack)
odespy (module)
odespy.odepack (module)
odespy.problems (module)
odespy.problems_pde (module)
odespy.radau5 (module)
odespy.rkc (module)
odespy.rkf45 (module)
odespy.RungeKutta (module)
odespy.runtests (module)
odespy.solvers (module)
odespy.version (module)

P

Picard_update() (odespy.solvers.Backward2Step method)
(odespy.solvers.BackwardEuler method)
(odespy.solvers.MidpointImplicit method)
(odespy.solvers.ThetaRule method)
potential_energy() (odespy.problems.LinearOscillator method)
print_roots() (odespy.odepack.Odepack method)
Problem (class in odespy.problems)

Q

quick_description (odespy.odepack.Lsoda attribute)
(odespy.RungeKutta.BogackiShampine attribute)
(odespy.RungeKutta.CashKarp attribute)
(odespy.RungeKutta.DormandPrince attribute)
(odespy.RungeKutta.Fehlberg attribute)
(odespy.RungeKutta.RungeKutta1 attribute)
(odespy.RungeKutta.RungeKutta2 attribute)
(odespy.RungeKutta.RungeKutta3 attribute)
(odespy.RungeKutta.RungeKutta4 attribute)
(odespy.odepack.Lsodar attribute)
(odespy.odepack.Lsode attribute)
(odespy.odepack.Lsodes attribute)
(odespy.odepack.Lsodi attribute)
(odespy.odepack.Lsodis attribute)
(odespy.odepack.Lsoibt attribute)
(odespy.rkc.RKC attribute)
(odespy.rkf45.RKF45 attribute)
(odespy.solvers.AdamsBashMoulton2 attribute)
(odespy.solvers.AdamsBashMoulton3 attribute)
(odespy.solvers.AdamsBashforth2 attribute)
(odespy.solvers.AdamsBashforth3 attribute)
(odespy.solvers.AdamsBashforth4 attribute)
(odespy.solvers.AdaptiveResidual attribute)
(odespy.solvers.Backward2Step attribute)
(odespy.solvers.BackwardEuler attribute)
(odespy.solvers.Dop853 attribute)
(odespy.solvers.Dopri5 attribute)
(odespy.solvers.ForwardEuler attribute)
(odespy.solvers.Heun attribute)
(odespy.solvers.Leapfrog attribute)
(odespy.solvers.LeapfrogFiltered attribute)
(odespy.solvers.MidpointImplicit attribute)
(odespy.solvers.MidpointIter attribute)
(odespy.solvers.RK2 attribute)
(odespy.solvers.RK3 attribute)
(odespy.solvers.RK34 attribute)
(odespy.solvers.RK4 attribute)
(odespy.solvers.RKFehlberg attribute)
(odespy.solvers.ThetaRule attribute)
(odespy.solvers.Vode attribute)
(odespy.solvers.lsoda_scipy attribute)
(odespy.solvers.odefun_sympy attribute)
(odespy.solvers.odelab attribute)

R

Radau5 (class in odespy.radau5)
Radau5Explicit (class in odespy.radau5)
Radau5Implicit (in module odespy.radau5)
residual() (odespy.solvers.AdaptiveResidual method)
RK2 (class in odespy.solvers)
RK3 (class in odespy.solvers)
RK34 (class in odespy.solvers)
RK4 (class in odespy.solvers)
RKC (class in odespy.rkc)
RKF45 (class in odespy.rkf45)
RKFehlberg (class in odespy.solvers)
RungeKutta1 (class in odespy.RungeKutta)
RungeKutta1level (class in odespy.RungeKutta)
RungeKutta2 (class in odespy.RungeKutta)
RungeKutta2level (class in odespy.RungeKutta)
RungeKutta3 (class in odespy.RungeKutta)
RungeKutta4 (class in odespy.RungeKutta)

S

set() (odespy.solvers.Solver method)
set_dummy_functions() (odespy.odepack.Lsodi method)
(odespy.odepack.Lsodis method)
(odespy.odepack.Lsoibt method)
(odespy.odepack.Odepack method)
(odespy.radau5.Radau5 method)
set_extra_args() (odespy.odepack.Lsoda method)
(odespy.odepack.Lsodar method)
(odespy.odepack.Lsode method)
(odespy.odepack.Lsodi method)
(odespy.odepack.Odepack method)
set_initial_condition() (odespy.solvers.Solver method)
set_iopt() (odespy.odepack.Lsoda method)
(odespy.odepack.Lsodar method)
(odespy.odepack.Lsode method)
(odespy.odepack.Lsodes method)
(odespy.odepack.Lsodi method)
(odespy.odepack.Lsodis method)
(odespy.odepack.Lsoibt method)
(odespy.odepack.Odepack method)
set_iter_method() (odespy.odepack.Lsoda method)
(odespy.odepack.Lsodar method)
(odespy.odepack.Lsode method)
(odespy.odepack.Lsodes method)
(odespy.odepack.Lsodi method)
(odespy.odepack.Lsodis method)
(odespy.odepack.Lsoibt method)
(odespy.odepack.Odepack method)
set_iwork_rwork() (odespy.odepack.Lsodes method)
(odespy.odepack.Lsodi method)
(odespy.odepack.Lsodis method)
(odespy.odepack.Lsoibt method)
(odespy.odepack.Odepack method)
set_jac() (odespy.odepack.Lsoda method)
(odespy.odepack.Lsodar method)
(odespy.odepack.Lsode method)
(odespy.odepack.Lsodi method)
(odespy.odepack.Odepack method)
set_liw_min() (odespy.odepack.Lsoda method)
(odespy.odepack.Lsodar method)
(odespy.odepack.Lsode method)
(odespy.odepack.Lsodi method)
(odespy.odepack.Lsoibt method)
(odespy.odepack.Odepack method)
set_lrw_min() (odespy.odepack.Lsoda method)
(odespy.odepack.Lsodar method)
(odespy.odepack.Lsode method)
(odespy.odepack.Lsodi method)
(odespy.odepack.Lsoibt method)
(odespy.odepack.Odepack method)
set_tol() (odespy.radau5.Radau5 method)
set_ydoti() (odespy.odepack.Odepack method)
short_description (odespy.problems.ComplexOscillator attribute)
(odespy.problems.Exponential attribute)
(odespy.problems.Gaussian0 attribute)
(odespy.problems.Gaussian1 attribute)
(odespy.problems.Linear1 attribute)
(odespy.problems.Linear2 attribute)
(odespy.problems.Linear2t attribute)
(odespy.problems.LinearOscillator attribute)
(odespy.problems.Logistic attribute)
(odespy.problems.Problem attribute)
(odespy.problems.StiffSystem2x2 attribute)
(odespy.problems.VanDerPolOscillator attribute)
solve() (odespy.odepack.Lsodar method)
(odespy.odepack.Lsodi method)
(odespy.odepack.Lsodis method)
(odespy.odepack.Lsoibt method)
(odespy.odepack.Odepack method)
(odespy.rkc.RKC method)
(odespy.solvers.AdaptiveResidual method)
(odespy.solvers.Solver method)
(odespy.solvers.lsoda_scipy method)
(odespy.solvers.odefun_sympy method)
(odespy.solvers.odelab method)
Solver (class in odespy.solvers)
solver (odespy.solvers.odelab attribute)
SolverImplicit (class in odespy.solvers)
solvers (odespy.solvers.odelab attribute)
spcrad() (odespy.problems.Linear2 method)
(odespy.problems.Linear2t method)
stiff (odespy.problems.Problem attribute)
(odespy.problems.StiffSystem2x2 attribute)
StiffSystem2x2 (class in odespy.problems)
str_f_f77() (odespy.problems.VanDerPolOscillator method)
(odespy.problems_pde.Diffusion1D method)
str_jac_f77_fadau5() (odespy.problems.VanDerPolOscillator method)
(odespy.problems_pde.Diffusion1D method)
str_jac_f77_lsode_dense() (odespy.problems.VanDerPolOscillator method)
(odespy.problems_pde.Diffusion1D method)
switch_to() (odespy.solvers.Solver method)

T

table_of_parameters() (in module odespy.solvers)
terminate() (odespy.problems.Problem method)
test_disk() (in module odespy.runtests)
test_Exponential() (in module odespy.runtests)
test_Linear() (in module odespy.runtests)
test_VanDerPol() (in module odespy.runtests)
tester() (in module odespy.problems)
ThetaRule (class in odespy.solvers)
tol_multiply() (odespy.odepack.Odepack method)
Trapezoidal (in module odespy.solvers)
typeset_toc() (in module odespy.solvers)

U

u_exact() (odespy.problems.ComplexOscillator method)
(odespy.problems.Exponential method)
(odespy.problems.Gaussian0 method)
(odespy.problems.Gaussian1 method)
(odespy.problems.Linear1 method)
(odespy.problems.Linear2 method)
(odespy.problems.LinearOscillator method)
(odespy.problems.Logistic method)
(odespy.problems.Problem method)
(odespy.problems.StiffSystem2x2 method)
(odespy.problems.VanDerPolOscillator method)

V

validate_data() (odespy.odepack.Lsoibt method)
(odespy.RungeKutta.MyRungeKutta method)
(odespy.odepack.Odepack method)
(odespy.radau5.Radau5 method)
(odespy.rkc.RKC method)
(odespy.solvers.AdamsBashMoulton2 method)
(odespy.solvers.AdamsBashMoulton3 method)
(odespy.solvers.AdamsBashforth2 method)
(odespy.solvers.AdamsBashforth3 method)
(odespy.solvers.AdamsBashforth4 method)
(odespy.solvers.Solver method)
VanDerPolOscillator (class in odespy.problems)
verify() (odespy.problems.Problem method)
Vode (class in odespy.solvers)