From 5619c304d482e053b0e46f9ada66b8c0d490b751 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 18 Apr 2013 14:55:14 +0000 Subject: [PATCH] Update description of the mesh converter program after the switch to cmake. git-svn-id: https://svn.dealii.org/trunk@29331 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_in.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/deal.II/include/deal.II/grid/grid_in.h b/deal.II/include/deal.II/grid/grid_in.h index d62ce9489d..d18023c592 100644 --- a/deal.II/include/deal.II/grid/grid_in.h +++ b/deal.II/include/deal.II/grid/grid_in.h @@ -164,9 +164,9 @@ struct SubCellData; * plug-in script can be found on the deal.II wiki page, * http://code.google.com/p/dealii/wiki/MeshInputAndOutput . * - * There is also a little program, written by Jean-Paul Pelteret, that - * can be found in the contrib/mesh_conversion directory and that can - * convert Cubit ABAQUS files into UCD format that can be read in as + * There is also a little program bin/mesh_conversion (in the directory + * where deal.II was installed), written by Jean-Paul Pelteret, that can + * convert Cubit ABAQUS files into the UCD format that can be read in as * discussed above. The program was designed with the intention of * exporting geometries with complex boundary condition surfaces and * multiple materials from Cubit - information which is currently not @@ -174,12 +174,16 @@ struct SubCellData; * program is simple: to use it, it needs to be built and run with the * command * @code - * ./convert_mesh /path/to/input_file.inp /path/to/output_file.ucd + * /path/to/deal.II/bin/mesh_conversion /path/to/input_file.inp /path/to/output_file.ucd * @endcode. * More information is available in the readme file included with the - * program. Note that the program's copyright remains with its author + * program and located in the contrib/mesh_conversion/README.txt file in + * the deal.II source directory tree. Note that the program's copyright remains with its author * and that it is under a separate license than the rest of the * library. + * + * To build the program, see the doc/readmes.html and + * doc/development/cmake.html files. * * * -- 2.39.5