aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic
Commit message (Expand)AuthorAge
* Make "Erik" branch the default trunk for AHFinderDirect.svnadmin2008-06-26
* fix a C++ namespaces bug found by Erik:jthorn2005-02-01
* disable automagic template instantiation on SGI CC compilerjthorn2004-07-01
* remove unneededjthorn2004-05-06
* Add proper CXXFLAGS to disable automatic template instantiation on DEC Alphastradke2003-12-12
* move lots and lots of code into C++ namespace AHFinderDirectjthorn2003-08-18
* many changes tojthorn2003-06-04
* tiny wording tweak in an error message;jthorn2003-06-02
* oops, mistakenly committed this with lots of run-time checking ofjthorn2003-06-02
* add 1st draft of code for UMFPACK sparse-matrix solverjthorn2003-06-02
* solve_linear_system() now returns *reciprocal* condition numberjthorn2003-06-02
* * solve_linear_system() now returns *reciprocal* condition numberjthorn2003-06-02
* no more ILUCG wrapper routines!jthorn2003-06-02
* * add explicit parameter structure for solve_linear_system()jthorn2003-06-02
* * remove ilucg.h (moved to ../sparse-matrix/ilucg/)jthorn2003-06-02
* don't need this any more -- ILUCG subroutines modified to have directlyjthorn2003-06-02
* moved to ../sparse-matrix/ilucg/jthorn2003-06-02
* fix typo in commentjthorn2003-05-26
* add #ifndef include guards to a bunch of files, even though they shouldn'tjthorn2003-05-06
* sparse-matrix routines are now moved to ../sparse-matrix/ subdirectoriesjthorn2003-05-05
* change Fortran commentsjthorn2003-03-24
* the Compaq f90 compiler complains about empty (or all-comment)jthorn2003-03-24
* * general tidying of multiprocessor codejthorn2003-02-16
* * major changes to driver routines to find multiple horizons in paralleljthorn2003-02-15
* update copies of header files that have to be included verbatim here :( :(jthorn2003-01-30
* oops, forgot to add this file to cvsjthorn2003-01-30
* * print a bit more info about setting up data structuresjthorn2003-01-30
* must define HAVE_DENSE_JACOBIAN or HAVE_ROW_SPARSE_JACOBIANjthorn2003-01-23
* the cactus preprocessor requires that all preprocessor commandsjthorn2003-01-23
* this file renamed to 'lapack_wrapper.F77'jthorn2003-01-22
* only call the single precision lapack/ilucg routines if #ifdef FP_IS_FLOAT,jthorn2003-01-22
* * add support for sparse-matrix Jacobians ==> works!jthorn2003-01-22
* add more Jacobian-matrix stuffjthorn2003-01-20
* start adding support for sparse matrix Jacobians (doesn't work yet)jthorn2003-01-20
* * change to not use STL vector class any morejthorn2003-01-16
* remove unneeded ; injthorn2002-10-07
* This change fixes problems with some compilers recognizing only <vector>,jthorn2002-10-07
* - rename "config.hh" to "config.h" since it's now C++/C/Fortranjthorn2002-09-29
* comment and whitespace changes onlyjthorn2002-09-20
* * add #include of "config.hh" so we know what Jacobian types are configuredjthorn2002-09-20
* * change from $Id: to $Header:jthorn2002-09-16
* change $Id:$ --> $Header:$jthorn2002-09-13
* add #define HAVE_DENSE_JACOBIAN for dense Jacobiansjthorn2002-09-11
* move decoding of the Jacobian type into this directory (used to be in ../driver)jthorn2002-09-03
* fix a bug where we took A(i,j) as the infinity-norm instead of |A(i,j)|jthorn2002-07-31
* add support for estimating condition number when we solve a linear systemjthorn2002-07-29
* re-sync changes from laptopjthorn2002-07-26
* various changes including d/dr terms in Jacobian by numerical perturbation,jthorn2002-07-22
* prototypes for LAPACK routinesjthorn2002-07-22
* add a whole bunch of changes from working at homejthorn2002-07-22