Miscellaneous information about surface meshes. More...
Go to the source code of this file.
Miscellaneous information about surface meshes.
Original source file surfaceMeshInfo.C
Options:
Note: The filename extensions are used to determine the file format type.
The XML-like output can be useful for extraction with other tools, but either output format can be easily extracted with a simple sed command:
surfaceMeshInfo surfaceFile -areas | \
sed -ne '/areas/,/:/{ /:/!p }'
surfaceMeshInfo surfaceFile -areas -xml | \
sed -ne '/<areas/,/</{ /</!p }' Definition in file surfaceMeshInfo.C.