Getting started
The following is tried out with csh
on Sun Solaris, on other systems details may differ. There are makefiles for various other machines included with the worked examples. Moving it to different operating systems essentially requires that the makefiles are modified for the different compilers etc.
The Maple code that is downloaded here should work immediately with Maple 6.
It can be also be used with Maple 7 after performing the steps described in the instructions in femLego_dist/femLegoLib/maple_src/change_M6-M7
femLego_dist
using the download link to the left and place it in a convenient location in your home directory..mapleinit
file in your $HOME
, copy femLego_dist/.mapleinit
to your $HOME
. Otherwise, add the contents of femLego_dist/.mapleinit
to the existing $HOME/.mapleinit
file.femLego_dist/SLAP2.0
, and put the resulting .a file in a convenient place, such as $HOME/lib.SLAP_LIB
to the path for the directory where the SLAP library (i.e. libslap.a
) is located, as determined above. This is preferably done by entering the line setenv SLAP_LIB <actual path>
in your $HOME/.cshrc
module add maple
femLego_dist/little_example
. Open the file example.mws
in Maple by typingxmaple example.mws &
femLego_dist,
can be used as a template for new problems.