help-octave
[Top][All Lists]
Advanced

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

Re: PDE scripts


From: Carlo de Falco
Subject: Re: PDE scripts
Date: Fri, 29 Jun 2007 18:57:21 +0200


On 29/giu/07, at 13:32, Tiago Charters de Azevedo wrote:

Is there any PDE scripts (finite elements or diferences) available for solving PDE in Octave, for instance, similar to the ones found in the PDEToolBox for MathLab?

Best regards,

tca

The package secs2d in octave-forge contains routines for solving
Diffusion-Advection-Reaction equations of the form

-div ( a * ( b grad (u(x,y)) - c * u(x,y)  ) + d * u(x,y) = f(x,y)

using finite elements and a mesh data structure compatible
with pdetool and femlab.

we are about to publish this functions as a separate package
the release should be by end of next week.

You can preview the contents of the package at:
http://160.97.10.113/cgi-bin/cvsweb/

c.


reply via email to

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