Collection of utilities, solvers and other components.
Go to file
Bård Skaflestad 8ffb83467f Implement facility for passing external solver software to resolve
the local systems of linear equations.

  Implement utility for deriving symmetrised (projected) basis
  function flux values from a back-substitution process following a
  local system solve.
2010-10-04 12:15:53 +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
coarse_conn.c Correct a few off-by-ones in the CSR push-back implementation. 2010-10-03 22:01:15 +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 Implement facility for passing external solver software to resolve 2010-10-04 12:15:53 +00:00
coarse_sys.h Implement facility for passing external solver software to resolve 2010-10-04 12:15:53 +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 Engage brain. The '&&' operator returns true or false, not the 2010-09-28 18:33:52 +00:00
hybsys_global.h Add global assembly of (symmetric) well contributions for cells. 2010-09-24 17:26:48 +00:00
hybsys.c M-x delete-trailing-whitespace . 2010-09-29 16:37:39 +00:00
hybsys.h Eliminate unused variables (mostly 'src' in pressure/flux reconstruction). 2010-09-28 14:15:59 +00:00
ifsh.c - We hereby nominate indexing by 2 in pimpl->cwells as one of the 2010-09-29 09:31:50 +00:00
ifsh.h Assert copyright. 2010-10-03 22:38:38 +00:00
LibMimetic.hpp First attempt at gravity and boundary conditions. Does not seem to work yet. 2010-09-30 13:55:26 +00:00
Makefile.am Declare headers (in a suitable $(includedir)), extra Autoconf macro 2010-09-28 12:21:18 +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 Documented mim_ip_simple_all. 2010-10-01 12:21:24 +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
sparse_sys.c Add a routine for allocating a CSR matrix with known number of rows 2010-09-30 21:37:14 +00:00
sparse_sys.h Add a routine for allocating a CSR matrix with known number of rows 2010-09-30 21:37:14 +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