]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update description of the mesh converter program after the switch to cmake.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 18 Apr 2013 14:55:14 +0000 (14:55 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 18 Apr 2013 14:55:14 +0000 (14:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@29331 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/grid_in.h

index d62ce9489dfd1f898908a7bc25d32ff4a4127d46..d18023c5922bff9a17ff1db11b10ccb5fdd58c85 100644 (file)
@@ -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 <code>contrib/mesh_conversion</code> directory and that can
- * convert Cubit ABAQUS files into UCD format that can be read in as
+ * There is also a little program <code>bin/mesh_conversion</code> (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 <spatial_dimension> /path/to/input_file.inp /path/to/output_file.ucd
+ *  /path/to/deal.II/bin/mesh_conversion <spatial_dimension> /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 <code>contrib/mesh_conversion/README.txt</code> 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 <code>doc/readmes.html</code> and
+ * <code>doc/development/cmake.html</code> files.
  * </ul>
  *
  *

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.