Updated cell topology comments

This commit is contained in:
Jacob Støren
2013-12-18 15:36:28 +01:00
parent a2dd688df1
commit 12e818b3b2

View File

@@ -42,7 +42,9 @@
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
/// ECLIPSE cell numbering layout: /// ECLIPSE cell numbering layout:
/// Lower layer: Upper layer /// Lower layer: Upper layer
/// /// Low Depth High Depth
/// Low K High K
/// Shallow Deep
/// 2---3 6---7 /// 2---3 6---7
/// | | | | /// | | | |
/// 0---1 4---5 /// 0---1 4---5
@@ -53,17 +55,17 @@
// The indexing conventions for vertices in ECLIPSE // The indexing conventions for vertices in ECLIPSE
// //
// 6-------------7 // 2-------------3
// /| /| // /| /|
// / | / | // / | / | /j
// / | / | // / | / | /
// 4-------------5 | // 0-------------1 | *---i
// | | | | // | | | | |
// | 2---------|---3 // | 6---------|---7 |
// | / | / // | / | / |k
// | / | / // | / | /
// |/ |/ // |/ |/
// 0-------------1 // 4-------------5
// vertex indices // vertex indices
// //
// The indexing conventions for vertices in ResInsight // The indexing conventions for vertices in ResInsight