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);
This topic: Concepts
>
WebHome
>
Documentation
>
DocumentationGraphicalOutput
Topic revision:
08 Sep 2023,
KerstenSchmidt
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Concepts?
Send feedback