help-octave
[Top][All Lists]
Advanced

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

Re: FEMoctave, a simple Finite Element package


From: Marco Atzeri
Subject: Re: FEMoctave, a simple Finite Element package
Date: Sat, 16 May 2020 19:59:04 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

On 14.05.2020 21:20, Nicholas Jankowski wrote:
 > To install on a UNIX read the README.TXT. For other operations systems
 > modify the Makefile.


I'm actually quite intrigued by this, but mainly operate in a windows environment. From your  README:

"To install this package proceed as follow (on a UNIX system). It is possible to install the package on Win but do not ask me how to
proceed."

Looking at your unix installation instructions, could this be converted into an octave package such that built in pkg manage could handle installation/compilation? Then depending on what's involved, it may get to a broader audience.



it builds fine under Cygwin and octave 5.2.0 with minimimal
modification of the Makefile.

I guess the conversion to a Octave package should be easy,
I will look on this.

Andreas,

one issue on the PDF documentation, as I tested the first example on
page 8 LaplaceRectangle.m

the APOSTROPHE are wrong ones:

     xlabel(’x’); ylabel(’y’);
should be
     xlabel('x'); ylabel('y');

that is annoying for "copy and paste" of examples


Regards
Marco




reply via email to

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