Commit Graph

4 Commits

Author SHA1 Message Date
Jostein R. Natvig
ff37ae8160 Modifying grdecl and processed_grid. Introducing const here and there. 2009-06-12 13:10:31 +00:00
Atgeirr Flø Rasmussen
0b9709cf27 Also removed the int n member. 2009-06-12 09:04:07 +00:00
Atgeirr Flø Rasmussen
095a54a832 Now added CpGrid::readEclipseFormat() and stuff needed by it. 2009-06-12 09:01:36 +00:00
Jostein R. Natvig
e04eb2f728 Initial checkin of cornerpoint processing code.
Current status
--------------
Given vectors ZCORN, COORD and ACTNUM as well as the Cartesian
dimensions these vectors implicitly refer to, the code is
currently capable of

 * Identify unique points along each pillar
 * Assign point numbers for each point specified in ZCORN
 * Compute face topology, i.e., the corners that define the geometry
   of the faces as well as the cells that are connected through the face.
 * Identify and compute intesections that occur in the processing of
   face topology.

What remains is

 * Handle the face geometry of boundary faces. (simple)
 * Compute point coordinates of the final point list.
 * Put all pieces together in a tidy manner.
2009-06-11 07:33:50 +00:00