/[ascend]/branches/jacob/disused/solver/slv1.c
ViewVC logotype

Log of /branches/jacob/disused/solver/slv1.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 2933 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 1 20:38:42 2015 UTC (9 years, 10 months ago) by jacob
File length: 82426 byte(s)
Diff to previous 2649
Create a new branch from trunk r2932, with name 'jacob'
To be used by Jacob Shealy during GSOC2015 for development of ideal 
solution capabilities in FPROPS


Revision 2649 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 12 12:39:25 2012 UTC (12 years, 4 months ago) by jpye
Original Path: trunk/disused/solver/slv1.c
File length: 82426 byte(s)
Diff to previous 2323
Fixing GPL header, removing postal address (rpmlint incorrect-fsf-address)

Revision 2323 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 15 06:35:43 2010 UTC (14 years, 4 months ago) by jpye
Original Path: trunk/disused/solver/slv1.c
File length: 82548 byte(s)
Diff to previous 2322
Refactor some more stuff from 'utilities' into 'general' with goal that 'general' never refers to 'utilities'.

Revision 2322 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 15 06:12:36 2010 UTC (14 years, 4 months ago) by jpye
Original Path: trunk/disused/solver/slv1.c
File length: 82553 byte(s)
Diff to previous 2018
Refactoring ascMalloc.h, mem.h to belong in 'general' with goal of having no references in 'general' to functions in 'utilities'.

Revision 2018 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 29 03:38:10 2009 UTC (16 years ago) by jpye
Original Path: trunk/disused/solver/slv1.c
File length: 82557 byte(s)
Diff to previous 2014
Fixed compile for new header file locations <ascend/compiler/xxx.h> etc.

Revision 2014 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 28 09:09:22 2009 UTC (16 years ago) by jpye
Original Path: trunk/disused/solver/slv1.c
File length: 82459 byte(s)
Copied from: trunk/base/disused/solver/slv1.c revision 2013
Diff to previous 1353
Moved diused files into single location.

Revision 1353 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 18 01:48:40 2007 UTC (18 years, 1 month ago) by jpye
Original Path: trunk/base/disused/solver/slv1.c
File length: 82459 byte(s)
Diff to previous 1320
Removed some redundant #include statments.
Added some explanation of testtmy.a4c (although currently broken with IDA).


Revision 1320 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 6 12:15:21 2007 UTC (18 years, 1 month ago) by jpye
Original Path: trunk/base/disused/solver/slv1.c
File length: 82491 byte(s)
Copied from: trunk/base/generic/solver/slv1.c revision 1319
Diff to previous 1317
Eliminated linsol, slv0 and slv1: moved the original files to 'disused' and editing out
all reference to them in solvers and related code (including some Tcl/Tk wrapper code)

Revision 1317 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 14:11:37 2007 UTC (18 years, 1 month ago) by johnpye
Original Path: trunk/base/generic/solver/slv1.c
File length: 82491 byte(s)
Diff to previous 1316
Added new 'system_jacobian' function for use by IDA (maybe elsewhere?)
Refactored the matrix output stuff in IDA.
Fixed the index checking in idaanalyse
Still a problem with checking rank of small matrices.

Revision 1316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 07:22:21 2007 UTC (18 years, 1 month ago) by johnpye
Original Path: trunk/base/generic/solver/slv1.c
File length: 82492 byte(s)
Diff to previous 1211
Another one of these big refactorings. Split out 'system' directory from 'solver' directory. This will need more work
but it's a start at getting the non-solver-specific code out separately.

Revision 1211 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 23 05:09:50 2007 UTC (18 years, 3 months ago) by johnpye
Original Path: trunk/base/generic/solver/slv1.c
File length: 82555 byte(s)
Diff to previous 1209
Fixed dependencies on dimen.h and fractions.h.

Revision 1209 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 23 04:11:50 2007 UTC (18 years, 3 months ago) by johnpye
Original Path: trunk/base/generic/solver/slv1.c
File length: 82613 byte(s)
Diff to previous 1201
Cleaning up some redundant compiler dependencies

Revision 1201 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 22 13:26:06 2007 UTC (18 years, 3 months ago) by johnpye
Original Path: trunk/base/generic/solver/slv1.c
File length: 82644 byte(s)
Diff to previous 1188
Added some more test cases for DAE problem analysis.
Little bit of tidying up in the slv*.c files.

Revision 1188 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 21 09:55:00 2007 UTC (18 years, 3 months ago) by johnpye
Original Path: trunk/base/generic/solver/slv1.c
File length: 82636 byte(s)
Diff to previous 1183
Removed redundant get_linsol* functions where all they do is return NULL.
Moved get_diffvars to slv_client.

Revision 1183 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 20 09:15:51 2007 UTC (18 years, 3 months ago) by johnpye
Original Path: trunk/base/generic/solver/slv1.c
File length: 82812 byte(s)
Diff to previous 908
Huge reorganisation -- all mtx and lin files moved to base/generic/linear.
Required many #include statements to be changed.

Revision 908 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 26 10:18:53 2006 UTC (18 years, 6 months ago) by johnpye
Original Path: trunk/base/generic/solver/slv1.c
File length: 83063 byte(s)
Diff to previous 709
first attempt at merging with Ben's changes on the trunk

Revision 709 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 28 16:28:57 2006 UTC (18 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/solver/slv1.c
File length: 82979 byte(s)
Diff to previous 708
Monster commit!
Lots of recommenting and reorganising of external relations-related stuff.
Replaced a lot of ascmalloc and asccalloc calls with the new ASC_NEW* macros.
Fixed (?) the problem Art is having with icons in PyGTK.
Turned on -Wall in SConstruct and fixed up a stack of warnings.
Removed the redundant exit(2) from after Asc_Panic calls and added __attribute__((noreturn)).
Set doxygen to create callgraphs to level 2, updated doxyfile to version 1.4.7.
Fixed up building of extfntest.c.

Revision 708 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 27 07:34:31 2006 UTC (18 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/solver/slv1.c
File length: 83001 byte(s)
Diff to previous 669
Replaced some references to ascmalloc with ASC_NEW_ARRAY

Revision 669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 21 07:00:45 2006 UTC (18 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/solver/slv1.c
File length: 83025 byte(s)
Diff to previous 430
Merged changes from DAE branch (revisions 702 to 819) back into trunk.
This adds the Integration API to the ASCEND solver (in base/generic).
Also provides pre-alpha support for 'IDA' from the SUNDIALS suite, a DAE solver.
Many other minor code clean-ups, including adoption of new 'ASC_NEW' and friends (to replace 'ascmalloc')
Added some very sketchy stuff providing 'DIFF(...)' syntax, although it is anticipated that this will be removed.

Revision 430 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 4 07:18:41 2006 UTC (19 years ago) by ben.allan
Original Path: trunk/base/generic/solver/slv1.c
File length: 83020 byte(s)
Diff to previous 399
got rid of errant executable bits.

Revision 399 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 31 08:52:57 2006 UTC (19 years, 1 month ago) by johnpye
Original Path: trunk/base/generic/solver/slv1.c
File length: 83020 byte(s)
Diff to previous 216
Normalised all #include statements so that files in the current directory
are included as "localfile.h" and files in other directories are included as
<directory/file.h>
This is in accordance with the spec at
http://gcc.gnu.org/onlinedocs/gcc-4.1.0/cpp/Include-Syntax.html#Include-Syntax

Revision 216 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 25 02:12:20 2006 UTC (19 years, 3 months ago) by jds
Original Path: trunk/base/generic/solver/slv1.c
File length: 83125 byte(s)
Diff to previous 11
Minor rework of jam system to stop relinking of libraries when sources not modified.
Minor tweaks to stem the tide of compiler warnings.

Revision 11 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 13 16:45:56 2004 UTC (20 years, 5 months ago) by aw0a
Original Path: trunk/base/generic/solver/slv1.c
File length: 83089 byte(s)
Copied from: trunk/ascend4/solver/slv1.c revision 10
Diff to previous 1
moving things to base/generic

Revision 1 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Oct 29 20:54:12 2004 UTC (20 years, 6 months ago) by aw0a
Original Path: trunk/ascend4/solver/slv1.c
File length: 83089 byte(s)
Setting up web subdirectory in repository

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22