fem_to_xml, a MATLAB code which reads FEM files of node coordinates and element connectivity, which define a mesh of a 1D, 2D, or 3D region and creates a corresponding DOLFIN XML file.
These mesh files can be used as input to DOLFIN or FENICS.
fem_to_xml ( 'prefix' )where prefix is the common filename prefix:
The computer code and data files made available on this web page are distributed under the MIT license
fem_to_xml is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version and a Python version.
dolfin-convert, a Python code which can convert mesh file from Gmsh, MEDIT, METIS or SCOTCH format to an XML format suitable for use by DOLFIN or FENICS, by Anders Logg.
fem_to_gmsh, a MATLAB code which reads FEM files definining a 1D, 2D or 3D mesh, namely a file of node coordinates and a file of elements defined by node indices, and creates a Gmsh mesh file.
fem_to_triangle, a MATLAB code which reads FEM files defining a 2D mesh of triangles, namely a file of node coordinates and a file of elements defined by node indices, and creates a corresponding pair of node and element files for use by Jonathan Shewchuk's triangle program.
fenics, programs which illustrate the use of a collection of free software with an extensive list of features for automated, efficient solution of differential equations.
mitchell_fenics, examples which illustrate the implementation of the Mitchell 2D elliptic partial differential equation (PDE) test problems using FENICS.
xml, a data directory which contains examples of XML files, a standard, general datafile format.
xml_to_fem, a Python code which reads an XML file created by FENICS or DOLFIN, describing a mesh in 1D, 2D, or 3D, and creates corresponding FEM files, namely, a file of node coordinates, and a file of element connectivities.