matlab *.m files on finite elements.

These programs are to solve the two-point boundary value problem: -u_xx = f on (0,1), u(0)=0, u_x(1)=0.

Here are scripts which run tests of various types: class_mar13.m , class_mar13_nonuniform.m, class_mar13a.m, class_mar13a_nonuniform.m, and class_mar13b_nonuniform.m. To run them properly, you'll need to edit the file f.m.

Here are the files these scripts call: f.m, linear_elements.m, linear_building_blocks.m, and makeF.m.