From 9180821b888e2be3f5766419d286e50f097d6610 Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 5 Sep 2011 15:34:35 +0000 Subject: [PATCH] update mesh_conversion readme git-svn-id: https://svn.dealii.org/trunk@24252 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/mesh_conversion/README.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/contrib/mesh_conversion/README.txt b/deal.II/contrib/mesh_conversion/README.txt index 07485adca4..b55e350587 100755 --- a/deal.II/contrib/mesh_conversion/README.txt +++ b/deal.II/contrib/mesh_conversion/README.txt @@ -1,11 +1,12 @@ ==================================================== MESH CONVERSION TOOL -v. 1.1 +v. 1.2 Use: Convert an ABAQUS .inp file to an AVS UCD file. Author: Jean-Paul Pelteret jppelteret.uct@gmail.com + modified by: Timo Heister, heister@math.tamu.edu =================================================== Cubit features captured by ABAQUS .inp files: @@ -29,11 +30,11 @@ IMPORTANT NOTE: From v12.0 onwards, the format of the Abaqus file that Cubit out I describe outputs from before v12.0 as "Abaqus OLD" and v12.0 an on (up to v12.1 at this point) as "Abaqus NEW". 2.1. Compile the program using 'make' or another suitable tool 2.2. Run the program with the following command line arguments: - './convert_mesh /path/to/input_file.inp /path/to/output_file.ucd' + './convert_mesh /path/to/input_file.inp /path/to/output_file.ucd' - The first input argument is the spatial dimension of the input file, the second is the type of input file (0 for Abaqus OLD, 1 for Abaqus NEW), the third is the path to the read-in Abaqus .inp file, and the fourth is the name of the file to which you wish to write the output AVS .ucd file to. + The first input argument is the spatial dimension of the input file, the second is the path to the read-in Abaqus .inp file, and the third is the name of the file to which you wish to write the output AVS .ucd file to. An example of the correct program usage is: -e.g. './convert_mesh 3 0 mesh/3d/test_in.inp mesh/3d/test_out.ucd' +e.g. './convert_mesh 3 mesh/3d/test_in.inp mesh/3d/test_out.ucd' Notes: -- 2.39.5