tet_mesh_to_xml, a Fortran90 code which reads a file of node coordinates and a file of elements defined by node indices, which define a tetrahedral mesh of a 3D region in terms of 4, 10, or 20-node tetrahedrons, and creates a corresponding dolfin() XML mesh file.
DOLFIN is the C++ interface to FENICS.
tet_mesh_to_xml prefixwhere prefix is the common filename prefix:
The information on this web page is distributed under the MIT license.
tet_mesh_to_xml is available in a C++ version and a Fortran90 version and a MATLAB version and an Octave version.
fem_to_xml, a Fortran90 code which reads information defining a finite element triangulation, namely a file of node coordinates and a file of elements defined by node indices, and creates a corresponding DOLFIN XML mesh file.
tet_mesh, a Fortran90 code which includes a variety of routines for working with tetrahedral meshes.
tet_mesh_l2q, a Fortran90 code which takes a 4-node tet mesh and makes a 10-node tet mesh.
tet_mesh_q2l, a Fortran90 code which takes a 10-node tet mesh and makes a 4-node tet mesh.