fem2d_scalar_display_gpl


fem2d_scalar_display_gpl, a MATLAB code which reads datafiles describing a set of nodes, their triangulation, and the value of a scalar quantity at each node, and creates a graphics file of the corresponding surface plot, which can be displayed by GNUPLOT.

The program reads three data files:

Usage:

fem2d_scalar_display_gpl ( 'prefix' )
where 'prefix' is the common prefix for the node, element and value files:

The program creates two files:

To actually create the plot, type

gnuplot < prefix_commands.txt
which will create the file prefix.png

Licensing:

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

Languages:

fem2d_scalar_display_gpl is available in a MATLAB version.

Related Data and Programs:

dist_plot, a MATLAB code which makes contour plots of the distance function, as defined and used in Persson and Strang's distmesh code;

fem2d_mesh_display, a MATLAB code which reads the FEM model of a 2D mesh, consisting of polygonal elements of any uniform order, and displays an image of the elements and nodes, with optional numbering.

fem2d_scalar_display, a MATLAB code which reads information about nodes, elements and nodal values for a 2D finite element method (FEM) and creates a surface plot of U(X,Y), using the MATLAB graphics system.

fem2d_scalar_display_brief, a MATLAB code which reads information about nodes, elements and nodal values for a 2D finite element method (FEM) and creates a surface plot of U(X,Y), using the MATLAB graphics system, in 5 lines of code.

fem2d_scalar_display_gpl_test

fenics_to_fem, examples which illustrate how a mesh or scalar function computed by the FENICS program can be written to FEM files, which can then be used to create images, or as input to meshing programs or other analysis tools.

gnuplot_test, a MATLAB code which uses the gnuplot graphics program.

gpl, a data directory which contains examples of GPL files, a graphics file format used by gnuplot;

gpl_display, a MATLAB code which tries to read the data in a typical gnuplot GPL file, and display it in a more attractive way than gnuplot is capable of.

triangulation_order3_contour, a MATLAB code which can display a contour plot of scalar data defined on a triangulation of order 3.

Source Code:


Last revised on 06 May 2019.