triangulation_node_to_element


triangulation_node_to_element, a Fortran90 code which reads datafiles describing a set of nodes, their triangulation, and the value of one or more quantities at each node, and outputs a file that averages the quantities for each element. This operation in effect creates an order1 finite element model of the data.

The program reads three data files:

and creates

Usage:

triangulation_node_to_element prefix
where

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

triangulation_node_to_element is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.

Related Data and Programs:

MESH_TO_XML, a Fortran90 program which reads information defining a 1D, 2D or 3D mesh, namely a file of node coordinates and a file of elements defined by node indices, and creates a corresponding XML file for input to DOLFIN or FENICS.

TRIANGULATION, a Fortran90 library which carries out various operations on order 3 ("linear") or order 6 ("quadratic") triangulations.

TRIANGULATION_L2Q, a Fortran90 program which reads information about a 3-node (linear) triangulation and creates data defining a corresponding 6-node (quadratic) triangulation;

TRIANGULATION_Q2L, a Fortran90 program which reads information about a 6-node (quadratic) triangulation and creates data defining a corresponding 3-node (linear) triangulation;

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the Fortran90 source codes.


Last revised on 18 March 2014.