




 |
Most of the code that I have written is located in Maple.
The programs are:
 | product_fem.mws
- The base code for most of the functions. |
 | Greens_Func.mws - Code for the various forms of Green's Function. |
 | Eigen_Func.mws - Code for eigenfunction generation for other
differential operators. |
 | octave_matrix_solve - program for the numerical part of the FEM in
octave. |
 | octave_eigen_solve - program for eigenfunction generation in octave. |
I am working hard on a code re-write of much of the underlying code into
matlab! I have converted much of Michael Gibbon's work, and will be
publishing it soon. Eventually, I plan on rewriting my code into
Matlab.
|