quadrilateral_surface_display, an Octave code which can display a 3D surface that is defined by a mesh of quadrilaterals.
The input from the user includes:
quadrilateral_surface_display ( node_num, node_xy, quad_num, quad_node, value )where
The computer code and data files described and made available on this web page are distributed under the MIT license
quadrilateral_surface_display is available in a MATLAB version and an Octave version.
quadrilateral_surface_display_test
ball_and_stick_display, an Octave code which demonstrates the creation of a 3d "ball and stick" image;
bezier_surface_display, an Octave code which reads two files defining a bezier surface and displays it within MATLAB.
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 within MATLAB.
polygonal_surface_display, an Octave code which reads two files defining a polygonal surface and displays it within MATLAB.
tet_mesh_display, an MATLAB code which reads files defining a tet mesh and displays an image within MATLAB.
tri_surface_display, an Octave code which reads data defining a triangular mesh of a 3d surface and displays it.
triangulation, an Octave code which carries out various operations on order 3 ("linear") or order 6 ("quadratic") triangulations.
triangulation_mask, an Octave code which takes an existing triangulation and deletes triangles and their corresponding nodes as requested by the user.
triangulation_order1_display, an Octave code which reads files defining a piecewise constant triangulation of data, and displays a corresponding 3d surface.
triangulation_order3_contour, an Octave code which can make a contour plot of a scalar quantity that is defined on a finite element mesh of three-node triangles.
triangulation_order6_contour, an Octave code which can make a contour plot of a scalar quantity that is defined on a finite element mesh of six-node triangles.
triangulation_orient, an Octave code that reads data defining a triangulation, makes sure that every triangle has positive orientation, and if not, writes a corrected triangle file.
triangulation_plot, an Octave code which can make plot the nodes and triangles that make up a finite element mesh.
triangulation_refine, an Octave code which reads data defining a triangulation, replaces each triangle by four congruent smaller ones, and writes the new triangulation information to a file.