mesh_display


mesh_display, an Octave code which plots the nodes and elements of a polygonal mesh, with optional numbering.

mesh_display() reads two files describing the node coordinates and the elements of a polygonal mesh, and plots them.

Usage:

mesh_display ( 'prefix', node_vis, element_vis )
where 'prefix' is the common prefix for the node and element files: and node_vis is an integer defining the node visibility: and element_vis is an integer defining the element visibility:

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

mesh_display is available in a MATLAB version and an Octave version.

Related Data and Programs:

mesh_display_test

Source Code:


Last revised on 22 October 2022.