Revision 495
(checked in by cbc, 12 years ago)
|
Initial import of Stark code.
|
Line | |
---|
1 |
% MFILES |
---|
2 |
% |
---|
3 |
% VARIOUS FEM IO SCRIPTS |
---|
4 |
% |
---|
5 |
% cgload |
---|
6 |
% meshstr |
---|
7 |
% read_icq4 |
---|
8 |
% nmlread |
---|
9 |
% nmlwrite |
---|
10 |
% |
---|
11 |
% LOW LEVEL FEM MATH ROUTINES |
---|
12 |
% |
---|
13 |
% closestnode |
---|
14 |
% findelem <2> |
---|
15 |
% findnode |
---|
16 |
% phi <3> |
---|
17 |
% isinpoly <2> |
---|
18 |
% ll2xy <3> |
---|
19 |
% xy2ll <3> |
---|
20 |
% |
---|
21 |
% LOW LEVEL GRAPHICS TOOLS |
---|
22 |
% |
---|
23 |
% contourf <1> |
---|
24 |
% contourfill <1> |
---|
25 |
% contours <1> |
---|
26 |
% contoursurf <1> |
---|
27 |
% contourtri <1> |
---|
28 |
% femcolor <2> |
---|
29 |
% getlevels <1> |
---|
30 |
% interprect |
---|
31 |
% isosurf <5> |
---|
32 |
% |
---|
33 |
% NML MESH SPECIFIC TOOLS |
---|
34 |
% |
---|
35 |
% femfill <1,2> |
---|
36 |
% hslice <2,4> |
---|
37 |
% boundline <2> |
---|
38 |
% drawgrid <2> |
---|
39 |
% graybat |
---|
40 |
% mapind |
---|
41 |
% meshmask |
---|
42 |
% vertavg <4> |
---|
43 |
% vslice |
---|
44 |
% |
---|
45 |
% |
---|
46 |
% FANCY SHMANCY GRAPHICS |
---|
47 |
% |
---|
48 |
% slice3d |
---|
49 |
% contour3d |
---|
50 |
% contourfill3d <1,2> |
---|
51 |
% isosurfq <5> |
---|
52 |
% |
---|
53 |
% MEX FILES |
---|
54 |
% |
---|
55 |
% contourctri <1> |
---|
56 |
% findelemex <2> |
---|
57 |
% interp <5> |
---|
58 |
% polygons <5> |
---|
59 |
% |
---|
60 |
% ORIGINATORS OF CODE |
---|
61 |
% These folks provided skeletal or complete code for many of the above |
---|
62 |
% scripts: |
---|
63 |
% <1> - R. Pawlowicz |
---|
64 |
% <2> - B. Blanton |
---|
65 |
% <3> - C. Naimie |
---|
66 |
% <4> - W. Gentleman |
---|
67 |
% <5> - Lennart Bengtsson (via MATHWORKS web site) |
---|