:Spring 2011: Math 610-Lab (Numerical Methods for PDEs)
- Instructor
Girault, Vivette
- Lab Class Schedule
WED 11:30-12:20 BLOC 123
- Assignments
1. Format for the report of programming assignment
* Your report should be a PDF file looking like this: report.pdf.
- Here is the LaTeX source used to create this PDF file : report.tex, graph.ps
* To produce a .DVI file from your .TEX file, use the command: latex [name_of_file].tex
* To convert your .DVI file to a .PS/.PDF file use the commands dvips or dvipdf.
*HomeWorks*
- Programming Assignment #1
Due : March. 9. 2011 in class.
Note : Keep the report format
- Programming Assignment #2
Due : 4. 27. 2011 in class
1) 2D finite elements. Generating the mesh.
+A good mesh generator: Triangle
+Command: triangle, showme.
+You can use the code (readmesh.m) to read Triangle data for a given domain.
+A sample domain description file: test.poly
2) Where to Start.
+Domain description files to use: final.ele
+Domain description files to use: final.node
+Domain description files to use: final.edge
3) Plot Surface.
+plot_surface: plot_surf.m