Collection of utilities, solvers and other components.
Go to file
Bård Skaflestad e9931d8c9c Make 'coord' a pointer-to-const rather than a pointer-to-modifiable. We don't need to change the coord array.
Signed-off-by: Bård Skaflestad <Bard.Skaflestad@sintef.no>
2012-06-26 18:43:02 +02:00
facetopology.c computeFaceTopology(): Initialise all elements of the mask array to -1. The ={-1} syntax just sets mask[0], leaving [1..7] at the default value (zero). 2012-06-26 18:43:01 +02:00
facetopology.h Re-indent to four-spaces. While at it, do whitespace-cleanup. 2012-06-26 18:43:01 +02:00
grdecl.h Re-indent to four-spaces. While at it, do whitespace-cleanup. 2012-06-26 18:43:01 +02:00
mxgrdecl.c Add convenience: Interpret ACTNUM==NULL as "all cells active". 2012-06-26 18:43:01 +02:00
mxgrdecl.h Re-indent to four-spaces. While at it, do whitespace-cleanup. 2012-06-26 18:43:01 +02:00
preprocess.c Make a few concessions to readability by inserting some white-space around binary operators where appropriate. 2012-06-26 18:43:02 +02:00
preprocess.h Whitespace. 2010-08-30 08:36:51 +00:00
processgrid_mex.m Remove last references to sparse_table_t. 2012-06-26 18:43:01 +02:00
processgrid.c Remove code that was disabled in -r967. 2012-06-26 18:43:01 +02:00
processgrid.m To bring behavior of processgrid closer to that of processGRDECL, add post-processing to split grid in connected pieces. 2012-06-26 18:43:01 +02:00
uniquepoints.c Make 'coord' a pointer-to-const rather than a pointer-to-modifiable. We don't need to change the coord array. 2012-06-26 18:43:02 +02:00
uniquepoints.h Re-indent to four-spaces. While at it, do whitespace-cleanup. 2012-06-26 18:43:01 +02:00