cpraveen / fem50

Simple matlab FEM code for 2-d poisson equation
14 stars 5 forks source link

Octave compatible? #1

Open stefano2734 opened 2 years ago

stefano2734 commented 2 years ago

Compatible to free matlab clone octave? No license is needed for octave.

If yes, please extend your info in Readme with Octave Version. Actual Version of Octave is 7.2. if unknown, untested with octave, info about this also nice. if no, it is also ok. Some commands are not compatible in octave.

cpraveen commented 2 years ago

I think the grid generation function DelaunayTri which is used in some places, may not work in octave. I think octave has other functions for delaunay triangulation, but I have not tried them. It would of course be great to make a version that works with octave.

stefano2734 commented 2 years ago

First I the best is, that the expert of the software make here some tests. I am a newbie by octave with interest in FEM and CFD. So you are the expert of your software. Here some last infos about octave. https://wiki.octave.org/Differences_between_Octave_and_Matlab https://wiki.octave.org/Release_History https://octave.org/NEWS-7.html