Collection of utilities, solvers and other components.
Go to file
2010-09-28 13:07:37 +00:00
m4 Import BLAS/LAPACK Autoconf support from mainline GNU repo 2010-09-28 12:14:13 +00:00
blas_lapack.h Add local definition of MAT_SIZE_T, contingent upon preprocessor 2010-09-02 16:25:29 +00:00
call_umfpack.c Disable diagnostic output. 2010-08-09 11:04:26 +00:00
call_umfpack.h Additiona and modifications to mimetic assembly routines in C. Add 2010-08-09 08:02:56 +00:00
coarse_conn.c Summarise purpose for remaining functions. Document a few 2010-09-14 12:15:49 +00:00
coarse_conn.h Announce and implement the public interface for deriving coarse-grid 2010-08-30 16:51:25 +00:00
coarse_sys.c M-x delete-trailing-whitespace . 2010-09-24 14:17:05 +00:00
coarse_sys.h Store explicit degrees of freedom in coarse system. Update calling 2010-09-07 13:46:12 +00:00
configure.ac Add Autoconf setup. 2010-09-28 12:14:47 +00:00
dfs.c Silence compiler by adding prototype for dfs() (i.e., #include 2010-08-20 21:44:49 +00:00
dfs.h A depth-first graph traversal to find connected components of graph. 2010-08-19 10:46:58 +00:00
flow_bc.c Insert "H1 lines" to summarise purpose. 2010-09-14 11:17:55 +00:00
flow_bc.h Added extern "C" statements for C++ compatibility. 2010-09-24 09:07:50 +00:00
grid.h Added extern "C" statements for C++ compatibility. 2010-09-24 09:07:50 +00:00
GridCplusplus.hpp Work in progress on C++ ifsh interface. 2010-09-27 12:01:50 +00:00
hash_set.c We use memset(), so #include <string.h>. 2010-09-14 13:18:17 +00:00
hash_set.h Factor hash-set support out to separate module. It will be used in 2010-09-09 16:44:58 +00:00
hybsys_global.c - Correct an embarrassing loop-index error. We were looping over 2010-09-26 21:32:35 +00:00
hybsys_global.h Add global assembly of (symmetric) well contributions for cells. 2010-09-24 17:26:48 +00:00
hybsys.c Fix two blatantly ignorant formulation errors in the Schur reduction 2010-09-28 11:02:44 +00:00
hybsys.h Assume input 'WI' array is already permuted in accordance with the 2010-09-24 17:27:50 +00:00
ifsh.c Work in progress on C++ ifsh interface. 2010-09-27 12:01:50 +00:00
ifsh.h Added extern "C" statements for C++ compatibility. 2010-09-24 09:07:50 +00:00
LibMimetic.hpp Better safe than sorry: making sure vectors are zeroed before calling ifsh_-routines. 2010-09-28 13:07:37 +00:00
Makefile.am Declare headers (in a suitable $(includedir)), extra Autoconf macro 2010-09-28 12:21:18 +00:00
mex_compute_coarse_contrib.c Add MEX gateway to constructing coarse-scale inverse inner product 2010-09-07 17:34:16 +00:00
mex_compute_coarse_contrib.m Add auto-build support for function 'mex_ifsh'. Also, add auto-build 2010-09-17 20:54:13 +00:00
mex_compute_press_flux.c Update to new hybsys_* calling conventions. 2010-08-18 09:04:34 +00:00
mex_compute_press_flux.m Update remaining infrastructure (and documentation) to account for 2010-08-12 17:14:57 +00:00
mex_generate_coarsegrid.c Don't use cutesy contractions in error messages. Refer to the same 2010-08-31 14:00:43 +00:00
mex_generate_coarsegrid.m Factor hash-set support out to separate module. It will be used in 2010-09-09 16:44:58 +00:00
mex_ifsh.c Release memory resources for 'W' structure before returning to M. 2010-09-27 07:34:03 +00:00
mex_ifsh.m Add auto-build support for function 'mex_ifsh'. Also, add auto-build 2010-09-17 20:54:13 +00:00
mex_ip_simple.c M-x delete-trailing-whitespace . 2010-08-12 09:43:11 +00:00
mex_ip_simple.m Update remaining infrastructure (and documentation) to account for 2010-08-12 17:14:57 +00:00
mex_partition_compress.c Remove unneeded header. 2010-08-16 09:28:15 +00:00
mex_partition_compress.m The file 'partition.c' now depends on 'dfs.c'. Add to build system. 2010-08-19 22:29:12 +00:00
mex_partition_invert.c Add MEX support for inverting cell-to-block mappings (i.e., 2010-08-18 15:04:33 +00:00
mex_partition_invert.m The file 'partition.c' now depends on 'dfs.c'. Add to build system. 2010-08-19 22:29:12 +00:00
mex_partition_process.c Adjust for M's 1-based indexing in the 'neighbours' connection 2010-08-20 17:19:37 +00:00
mex_partition_process.m Add MEX auto-build support for function 'mex_partition_process'. 2010-08-20 21:45:30 +00:00
mex_partition_ui.c Add MEX'ed edition of 'partitionUI'. The MEX function only 2010-08-13 17:24:19 +00:00
mex_partition_ui.m The file 'partition.c' now depends on 'dfs.c'. Add to build system. 2010-08-19 22:29:12 +00:00
mex_schur_comp_symm.c Add preliminary support for unsymmetric system contributions. This 2010-08-17 15:37:06 +00:00
mex_schur_comp_symm.m Update remaining infrastructure (and documentation) to account for 2010-08-12 17:14:57 +00:00
mex_schur_comp.c Add rudimentary MEX support for computing non-symmetric (i.e., 2010-08-18 08:19:36 +00:00
mex_schur_comp.m Add rudimentary MEX support for computing non-symmetric (i.e., 2010-08-18 08:19:36 +00:00
mimetic.c Remove special MATLAB compilation support. This is provided by blas_lapack.h. 2010-09-13 16:11:49 +00:00
mimetic.h Added subrepo for libmimetic. It is currently on internal server. 2010-09-27 07:48:31 +00:00
mrst_api.c Add local variables and whitespace changes. 2010-08-17 07:20:12 +00:00
mrst_api.h Return pointers from getXX(...). Transpose centroids and normals. 2010-08-05 12:13:59 +00:00
partition.c Don't state that we reverse-insert (i.e., push-forward) the bin 2010-09-14 12:21:30 +00:00
partition.h Assert copyright for 2010. 2010-08-20 19:16:59 +00:00
qfs_mex.m Update remaining infrastructure (and documentation) to account for 2010-08-12 17:14:57 +00:00
sparse_sys.c Add simple support routines for building CSR matrices. 2010-09-09 16:48:03 +00:00
sparse_sys.h Added extern "C" statements for C++ compatibility. 2010-09-24 09:07:50 +00:00
test_cs_assembly.m Add MEX gateway to constructing coarse-scale inverse inner product 2010-09-07 17:34:16 +00:00
test_mex_ifsh.m Implement partial well support. Schur reduction, assembly and 2010-09-26 21:36:32 +00:00
test_mex_schur_comp_symm.m Add files missing in -c5083. 2010-08-19 22:30:54 +00:00
well.c Track reverse mapping into WI/depth tables in 'cwells'. Update 2010-09-16 06:37:23 +00:00
well.h Added extern "C" statements for C++ compatibility. 2010-09-24 09:07:50 +00:00