help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ODE


From: Patrick Dupre
Subject: ODE
Date: Sat, 24 Feb 2024 23:36:14 +0100

Hello,

I use 
 gsl_odeiv2_step_rk8pd
to solve a linear system of ODE (adaptive step)
it works fine

However, I need to get my solutions for specific values of x (or t).
How can I do it?
I guess that I need to call my function someway

func (double t, const double y[], double f[], void *params)

but how?

Thanks.


===========================================================================
 Patrick DUPRÉ                                 | | email: pdupre@gmx.com
===========================================================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]