CONNECTMESHES

Software connects different meshes into one topology file. It also produces glued numbering (one of type of mesh description used in the SIFEL). The program can be run by:

./connectmeshes file.pr

where file.pr is file with keywords. The structure of the file is following:
topology_file inputfile where inputfile is the common names of files which will be connected into one file. There is one limitation - before suffix of filename must be the number of file (e.g. file1.top, file2.top .. file100.top)
mesh_format sifel | t3d - type of the input mesh
edge_numbering 1
output_file_name file.txt - name of the file with output connected mesh
number_of_files nfiles, where nfiles is number of files with input meshes

Example:
Four files with SIFEL mesh format will be connected into one file and glued numbering will be created. The file file.pr contains following lines:

begsec_files
topology_file file-par.top
mesh_format sifel
edge_numbering 1
output_file_name file.txt
number_of_files 4
endsec_files

The glued topology represents files file-par1.top, file-par2.top, file-par3.top and file-par4.top. The resulting file.txt contains mesh in the SIFEL topology format and at the end is section with description glued numbering.

Written by Jaroslav Broz 2010-11-12


Image