[MOAB-dev] commit/MOAB: danwu: Update metadata_info documents for read option NO_EDGES.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Dec 6 14:50:16 CST 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/65f4c87f5466/
Changeset:   65f4c87f5466
Branch:      master
User:        danwu
Date:        2013-12-06 21:48:29
Summary:     Update metadata_info documents for read option NO_EDGES.

Affected #:  3 files

diff --git a/doc/MetaData/metadata.h b/doc/MetaData/metadata.h
index 9bca8a6..1a26215 100644
--- a/doc/MetaData/metadata.h
+++ b/doc/MetaData/metadata.h
@@ -210,9 +210,11 @@ Create a gather set (associated with tag GATHER_SET) on one processor with the s
 
 <H3>no_mixed_elements </H3>
 
-Indicates that no mixed elements (e.g. pentagons and hexagons) should be created by the MPAS reader. If this option is used, a common parameter maxEdgesPerCell will be computed to be used across all
-processors (instead of the one reported in the MPAS file header, which is usually 10), and each cell is created with maxEdgesPerCell edges. Any cell that has less actual edges will be padded by duplicating
-the last vertex in the connectivity array. As a result, all created cells will be in one contiguous chunk.
+Indicates that no mixed elements (e.g. pentagons and hexagons) should be created by the MPAS reader. If this option is used, a common parameter maxEdgesPerCell will be computed to be used across all processors (instead of the one reported in the MPAS file header, which is usually 10), and each cell is created with maxEdgesPerCell edges. Any cell that has less actual edges will be padded by duplicating the last vertex in the connectivity array. As a result, all created cells will be in one contiguous chunk.
+
+<H3>no_edges </H3>
+
+Indicates that no edges should be created and no edge variables will be read. This option can be used when there is no need to read variables on edges. For a huge MPAS file with 65M cells, it can save more than 3GB MOAB internal storage for edge connectivity.
 
 \ref md-contents "Top"
 

diff --git a/doc/metadata_info.doc b/doc/metadata_info.doc
index a143f91..70d273a 100644
Binary files a/doc/metadata_info.doc and b/doc/metadata_info.doc differ

diff --git a/doc/metadata_info.pdf b/doc/metadata_info.pdf
index d86a470..144e5f8 100644
Binary files a/doc/metadata_info.pdf and b/doc/metadata_info.pdf differ

Repository URL: https://bitbucket.org/fathomteam/moab/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the moab-dev mailing list