Bård Skaflestad
|
6fee738652
|
Use pure C comments only (i.e., /* foo */). C++ type comments (//)
yield errors in GCC 4.4 and later. We may consider using C99 mode
though...
|
2009-11-20 15:36:32 +00:00 |
|
Atgeirr Flø Rasmussen
|
e201446a6d
|
Removed unnecessary include.
|
2009-06-19 14:03:35 +00:00 |
|
Jostein R. Natvig
|
9bdc8b5a7c
|
Add license header.
|
2009-06-19 07:54:00 +00:00 |
|
Jostein R. Natvig
|
45e3b4cede
|
First seemingly working version. Norner is processed. There are some
differences between C and Matlab versions of the processed grid, though.
|
2009-06-17 13:08:59 +00:00 |
|
Jostein R. Natvig
|
ff9c542777
|
Moved code around.
Fixed bug in sparse_table_realloc.
Add processing of k-constant faces and local cell index.
The calculation of point coordinates still remains.
|
2009-06-12 15:42:32 +00:00 |
|
Jostein R. Natvig
|
201a31a9bc
|
Many changes. I cannot remember them all.
|
2009-06-12 12:40:38 +00:00 |
|
Jostein R. Natvig
|
f02fbe0b9d
|
Refactoring code, adding correct handling of faces on boundary.
Packing unstructured data in csr-like strucuture.
|
2009-06-11 23:35:19 +00:00 |
|