Graphical output

Matlab

Output of the mesh with straight edges
plot(x(vtxmsh), y(vtxmsh), 'k-');

Output of the mesh with curved edges
plot(x(edgemsh), y(edgemsh), 'k-');

Output of 2D scalar fields by simplemesh.m
simplemesh(x, y, u, msh);
Topic revision: r1 - 08 Sep 2023, KerstenSchmidt
This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Concepts? Send feedback