help-octave
[Top][All Lists]
Advanced

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

Fwd: Re: bvp4c not implemented in Octave 4.0?


From: Carlo de Falco
Subject: Fwd: Re: bvp4c not implemented in Octave 4.0?
Date: Thu, 16 Jul 2015 08:07:59 +0200

---------- Messaggio inoltrato ----------
Da: "Carlo de Falco" <address@hidden>
Data: 16/lug/2015 08:07
Oggetto: Re: bvp4c not implemented in Octave 4.0?
A: "Nicholas Jankowski" <address@hidden>
Cc:


Il 16/lug/2015 05:10, "Nicholas Jankowski" <address@hidden> ha scritto:
>
> On Wed, Jul 15, 2015 at 11:05 PM, Nicholas Jankowski <address@hidden> wrote:
>>
>>
>> On Wed, Jul 15, 2015 at 10:54 PM, Fausto Arinos de A. Barbuto <address@hidden> wrote:
>>>
>>> Otherwise, why am I getting this message?
>>>
>>> warning: the 'bvp4c' function is not yet implemented in Octave
>>>
>>> Octave 4.0 on Ubuntu 14.04-64.
>>>
>>
>>
>> just as it says:
>>
>> >> bvp4c
>> warning: the 'bvp4c' function is not yet implemented in Octave
>>
>> Please read `http://www.octave.org/missing.html' to learn how you can
>> contribute missing functionality.
>>
>> error: 'bvp4c' undefined near line 1 column 1
>
>
>
> I stand corrected. it seems it's in the ODE package.
>
> >> pkg load odepkg
> >> help bvp4c
>
> 'bvp4c' is a function from the file C:\Octave\octave-4.0.0\share\octave\packages\odepkg-0.8.5\bvp4c.m
>
>  -- Function File: A = bvp4c (ODEFUN, BCFUN, SOLINIT)
>      Solves the first order system of non-linear differential equations
>      defined by ODEFUN with the boundary conditions defined in BCFUN.
>
>      The structure SOLINIT defines the grid on which to compute the
>      solution (SOLINIT.X), and an initial guess for the solution
>      (SOLINIT.Y).  The output SOL is also a structure with the
>      following fields:
>         * SOL.X list of points where the solution is evaluated
>
>         * SOL.Y solution evaluated at the points SOL.X
>
>         * SOL.YP derivative of the solution evaluated at the points
>           SOL.X
>
>         * SOL.SOLVER = "bvp4c" for compatibility
>
>      See also: odpkg.
>
>

The bvp4c implementation which I contributed in odepkg is extremely primitive and inefficient it can be seen as nothing else but a stub. If anyone is interested in making it work better I'd be happy to help.
c.


reply via email to

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