quadrilateral_mesh_order1_display, an Octave code which plots piecewise constant data defined on a quadrilateral mesh.
The input from the user includes:
quadrilateral_mesh_order1_display ( 'prefix' )where 'prefix' is the common file prefix:
The computer code and data files described and made available on this web page are distributed under the MIT license
quadrilateral_mesh_order1_display is available in a MATLAB version and an Octave version.
quadrilateral_mesh_order1_display_test
bezier_surface_display, an Octave code which reads two files defining a bezier surface and displays it.
mesh_display, an Octave code which reads data defining a polygonal mesh and displays it, with optional numbering.
obj_display, an Octave code which reads an obj file defining a 3d object and displays it.
polygonal_surface_display, an Octave code which reads two files defining a polygonal surface and displays it.
quadrilateral_mesh, an Octave code which handles meshes of quadrilaterals over a 2d region;
quadrilateral_mesh_order1, a data directory which defines a format for storing meshes of quadrilaterals over a 2d region, and an associated data value which is constant over each quadrilateral element.
quadrilateral_mesh_order1_display, an Octave code which plots piecewise constant data associated with a mesh of quadrilaterals;
quadrilateral_surface_display, an Octave code which reads files defining a 3d quadrilateral mesh surface and displays it.
stla_display, an Octave code which reads an ASCII STL file defining a 3d object and displays it.
tet_mesh_display, an Octave code which reads files defining a tet mesh and displays it.
tri_surface_display, an Octave code which reads data defining a triangular mesh of a 3d surface and displays it.
triangulation_order1_display, an Octave code which plots piecewise constant data associated with a triangulation;