TWOD_TO_VTU is a MATLAB program which accepts a certain set of 2D finite element data and writes it to a VTK unstructured grid file for postprocessing by PARAVIEW.
The finite element data is assumed to be given in terms of:
Since the VTK format expects 3D data, this program appends a 0 value to coordinate and vector data, where appropriate. It also changes the triangular element definitions so that the node indices are 0-based.
Information about PARAVIEW is available at http://www.paraview.org/ .
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
NS3D_FEM, a MATLAB program which sets up and solves a finite element formulation of the steady incompressible 3D Navier Stokes equations on a user-defined geometry. The program can output graphics files for TECPLOT, VU or the VTK format used by PARAVIEW.
THREED_TO_VTU, a MATLAB program which accepts computational data from a 3D finite element fluid flow program and writes it to a VTK unstructured grid file for postprocessing by PARAVIEW.
TWOD, a MATLAB library which contains functions useful for 2D finite element calculations.
TWOD_TO_VTK, a MATLAB program which accepts computational data from a 2D finite element fluid flow program and writes it to a VTK "legacy" file for postprocessing by PARAVIEW.
VTU, a data directory which contains examples of VTU files, an XML-based file format used by the Visual Toolkit for unstructured grids, and which can be displayed by the PARAVIEW program;
CHANNEL is finite element data associated with a 4 by 11 grid of points in a 3x10 rectangular channel, the triangular elements formed from those nodes, and the velocity and pressure of an associated Poiseuille flow solution.
You can go up one level to the MATLAB source codes.