[MOAB-dev] r2655 - MOAB/trunk/tools
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue Feb 24 10:52:13 CST 2009
Author: kraftche
Date: 2009-02-24 10:52:13 -0600 (Tue, 24 Feb 2009)
New Revision: 2655
Added:
MOAB/trunk/tools/README.mbconvert
MOAB/trunk/tools/README.mbskin
MOAB/trunk/tools/README.mbsurfplot
Removed:
MOAB/trunk/tools/README.mvconvert
MOAB/trunk/tools/README.skin
MOAB/trunk/tools/README.surfplot
Modified:
MOAB/trunk/tools/Makefile.am
Log:
install README files for simple tools
Modified: MOAB/trunk/tools/Makefile.am
===================================================================
--- MOAB/trunk/tools/Makefile.am 2009-02-24 16:35:42 UTC (rev 2654)
+++ MOAB/trunk/tools/Makefile.am 2009-02-24 16:52:13 UTC (rev 2655)
@@ -4,34 +4,42 @@
LDADD = $(top_builddir)/libMOAB.la
bin_PROGRAMS =
dist_man1_MANS =
+doc_DATA =
if ENABLE_mbconvert
bin_PROGRAMS += mbconvert
dist_man1_MANS += mbconvert.man
+ doc_DATA += README.mbconvert
endif
if ENABLE_hexmodops
bin_PROGRAMS += hexmodops
+ doc_DATA += README.hexmodops
endif
if ENABLE_mbsize
bin_PROGRAMS += mbsize
+ doc_DATA += README.mbsize
endif
if ENABLE_mbskin
bin_PROGRAMS += mbskin
+ doc_DATA += README.mbskin
endif
if ENABLE_mbtagprop
bin_PROGRAMS += mbtagprop
+ doc_DATA += README.mbtagprop
endif
if ENABLE_spheredecomp
bin_PROGRAMS += spheredecomp
+ doc_DATA += README.spheredecomp
endif
if ENABLE_mbsurfplot
bin_PROGRAMS += mbsurfplot
+ doc_DATA += README.mbsurfplot
endif
if ENABLE_gsets
Copied: MOAB/trunk/tools/README.mbconvert (from rev 2653, MOAB/trunk/tools/README.mvconvert)
===================================================================
--- MOAB/trunk/tools/README.mbconvert (rev 0)
+++ MOAB/trunk/tools/README.mbconvert 2009-02-24 16:52:13 UTC (rev 2655)
@@ -0,0 +1 @@
+See mbconvert.man in this directory.
Copied: MOAB/trunk/tools/README.mbskin (from rev 2653, MOAB/trunk/tools/README.skin)
===================================================================
--- MOAB/trunk/tools/README.mbskin (rev 0)
+++ MOAB/trunk/tools/README.mbskin 2009-02-24 16:52:13 UTC (rev 2655)
@@ -0,0 +1,15 @@
+This is a utility for generating input files for testing Mesquite
+(MESh QUality Improvement Toolkit). The CL arguments to the utilty
+are a single input file and a single outpute file. The utility
+does the following:
+ o Read input file
+ o Find the set of all elements of the highest dimension
+ (e.g. all volume elements if there are any, otherwise
+ all face elements.)
+ o Generate the skin of that set of elements.
+ o Create an integer tag named "fixed"
+ o Set the tag to zero on all interior vertices and one
+ on all vertices in the skin of the mesh
+ o Write out the set of elements
+
+
Copied: MOAB/trunk/tools/README.mbsurfplot (from rev 2653, MOAB/trunk/tools/README.surfplot)
===================================================================
--- MOAB/trunk/tools/README.mbsurfplot (rev 0)
+++ MOAB/trunk/tools/README.mbsurfplot 2009-02-24 16:52:13 UTC (rev 2655)
@@ -0,0 +1,10 @@
+This utility plots the mesh of a single geometric surface projected to
+a plane. The output file is written to stdout.
+
+Usage:
+surfplot [-g|-p] <Surface_ID> <input_file>
+-g - Write GNU Plot data file (default).
+-p - Write encapsulated postscript file
+-s - Write an SVG file
+<Surface_ID> - ID of surface containing mesh to export.
+<input_file> - Mesh file to read.
Deleted: MOAB/trunk/tools/README.mvconvert
===================================================================
--- MOAB/trunk/tools/README.mvconvert 2009-02-24 16:35:42 UTC (rev 2654)
+++ MOAB/trunk/tools/README.mvconvert 2009-02-24 16:52:13 UTC (rev 2655)
@@ -1 +0,0 @@
-See mbconvert.man in this directory.
Deleted: MOAB/trunk/tools/README.skin
===================================================================
--- MOAB/trunk/tools/README.skin 2009-02-24 16:35:42 UTC (rev 2654)
+++ MOAB/trunk/tools/README.skin 2009-02-24 16:52:13 UTC (rev 2655)
@@ -1,15 +0,0 @@
-This is a utility for generating input files for testing Mesquite
-(MESh QUality Improvement Toolkit). The CL arguments to the utilty
-are a single input file and a single outpute file. The utility
-does the following:
- o Read input file
- o Find the set of all elements of the highest dimension
- (e.g. all volume elements if there are any, otherwise
- all face elements.)
- o Generate the skin of that set of elements.
- o Create an integer tag named "fixed"
- o Set the tag to zero on all interior vertices and one
- on all vertices in the skin of the mesh
- o Write out the set of elements
-
-
Deleted: MOAB/trunk/tools/README.surfplot
===================================================================
--- MOAB/trunk/tools/README.surfplot 2009-02-24 16:35:42 UTC (rev 2654)
+++ MOAB/trunk/tools/README.surfplot 2009-02-24 16:52:13 UTC (rev 2655)
@@ -1,10 +0,0 @@
-This utility plots the mesh of a single geometric surface projected to
-a plane. The output file is written to stdout.
-
-Usage:
-surfplot [-g|-p] <Surface_ID> <input_file>
--g - Write GNU Plot data file (default).
--p - Write encapsulated postscript file
--s - Write an SVG file
-<Surface_ID> - ID of surface containing mesh to export.
-<input_file> - Mesh file to read.
More information about the moab-dev
mailing list