Logo
Explore Help
Sign In
OilfieldToolsNet/opm-core
4
0
Fork 0
You've already forked opm-core
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
5186b5795a30941a3b3d51aa3faefd387c7451e2
opm-core/matalloc.h

8 lines
113 B
C
Raw Normal View History

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
#ifndef MATALLOC_H_
#define MATALLOC_H
double **dmatalloc(int m, int n);
int **imatalloc(int m, int n);
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 29ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API