/[ascend]/trunk/base/generic/system/relman.h
ViewVC logotype

Log of /trunk/base/generic/system/relman.h

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 2010)

Revision 1555 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 24 14:16:45 2007 UTC (15 years, 8 months ago) by jpye
File length: 16728 byte(s)
Diff to previous 1509
Bit more work on IPOPT presolve and hessian calculation.
Added export of relman_jacobian_count.

Revision 1509 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 27 13:08:47 2007 UTC (15 years, 9 months ago) by jpye
File length: 16723 byte(s)
Diff to previous 1495
Fixed external loading of integrators, at least on my system. Needs testing
with/without fortran, sundials, etc.
Changed little thing kn d1mach.c to make default behaviour correct on Linux.

Revision 1495 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 11 07:32:03 2007 UTC (15 years, 9 months ago) by jpye
File length: 16718 byte(s)
Diff to previous 1491
Fixed missing symbol exports for building on Windows.
External solvers are working fine in the PyGTK interface.
A bug appears to be present in the Tcl/Tk interface.

Revision 1491 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 10 13:49:39 2007 UTC (15 years, 9 months ago) by jpye
File length: 16714 byte(s)
Diff to previous 1316
Moved all solvers to dynamically loaded modules currently in folder models/johnpye.
Location of these files will ultimately change.

Revision 1316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 07:22:21 2007 UTC (16 years ago) by johnpye
File length: 16689 byte(s)
Copied from: trunk/base/generic/solver/relman.h revision 1315
Diff to previous 1309
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 1309 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 4 07:40:17 2007 UTC (16 years ago) by johnpye
Original Path: trunk/base/generic/solver/relman.h
File length: 16689 byte(s)
Diff to previous 1231
Added index checking for semi-explicit DAE systems.
Migrated error messages for mtx and linsolqr to the error_reporter mechanism.

Revision 1231 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 25 07:43:56 2007 UTC (16 years, 2 months ago) by johnpye
Original Path: trunk/base/generic/solver/relman.h
File length: 16665 byte(s)
Diff to previous 1228
Reversing changes to relman.[ch] (they broke CONOPT)

Revision 1228 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 25 06:57:40 2007 UTC (16 years, 2 months ago) by johnpye
Original Path: trunk/base/generic/solver/relman.h
File length: 16772 byte(s)
Diff to previous 1221
Added getParameter by name in SolverParameters.
Fixed up refences to signal-related header files.
Fixed up various warnings from -pedantic compilation.
Identified an apparent bug with RelationCalcGradient (unsafe version).
Added support for compilation of a standalone C++ program (idatest) in SCons build.

Revision 1221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 24 13:33:06 2007 UTC (16 years, 2 months ago) by johnpye
Original Path: trunk/base/generic/solver/relman.h
File length: 16665 byte(s)
Diff to previous 1183
Implemented the DAE partitioning routine but am nowing tracking down a fiendish memory crash.

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

Revision 1066 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 7 10:02:41 2007 UTC (16 years, 2 months ago) by johnpye
Original Path: trunk/base/generic/solver/relman.h
File length: 16410 byte(s)
Diff to previous 1063
Adding doxygen 'addtogroup' for Solver, Compiler, Integrator.

Revision 1063 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 7 07:54:06 2007 UTC (16 years, 2 months ago) by johnpye
Original Path: trunk/base/generic/solver/relman.h
File length: 16362 byte(s)
Diff to previous 994
Changed ASC_DLLSPEC(TYPE) to ASC_DLLSPEC TYPE, because it was causing havoc with doxygen and ctags.

Revision 994 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 22 14:28:40 2006 UTC (16 years, 3 months ago) by johnpye
Original Path: trunk/base/generic/solver/relman.h
File length: 16368 byte(s)
Diff to previous 909
Added VAR_DIFF and VAR_DERIV flags to var_variable type.
Added flagging of variables as such during integrator_analyse_dae.
Cleaned out some old guff from the mtx* headers.

Revision 909 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 26 12:44:41 2006 UTC (16 years, 5 months ago) by johnpye
Original Path: trunk/base/generic/solver/relman.h
File length: 16460 byte(s)
Diff to previous 908
Added finite-difference evaluation of gradients in blackboxes.
Some work on J*v evaluation with IDA.

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

Revision 718 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 1 05:28:17 2006 UTC (16 years, 8 months ago) by johnpye
Original Path: trunk/base/generic/solver/relman.h
File length: 16347 byte(s)
Diff to previous 669
Fixed relman_diffs to make call to ExtRel_Diffs_RHS and _LHS (this is 
a bad hack though, just to get the old code working again).

Revision 669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 21 07:00:45 2006 UTC (16 years, 9 months ago) by johnpye
Original Path: trunk/base/generic/solver/relman.h
File length: 16468 byte(s)
Diff to previous 522
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 522 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 21 07:22:20 2006 UTC (16 years, 11 months ago) by johnpye
Original Path: trunk/base/generic/solver/relman.h
File length: 23460 byte(s)
Diff to previous 430
Fixed all the missing symbols so that ASCEND Tcl/Tk interface builds with separate 'ascendtcl.dll'.
Split Driver.c across Driver.c and new main.c, which has no Tcl/Tk references.


Revision 430 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 4 07:18:41 2006 UTC (16 years, 11 months ago) by ben.allan
Original Path: trunk/base/generic/solver/relman.h
File length: 23439 byte(s)
Diff to previous 67
got rid of errant executable bits.

Revision 67 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 30 16:31:29 2005 UTC (17 years, 3 months ago) by johnpye
Original Path: trunk/base/generic/solver/relman.h
File length: 23439 byte(s)
Diff to previous 54
Standardised the "if seen" #defines to [ASC|ASCTK|ASCPY|ASCXX]_FILENAME_H
Fixed compile on FC3

Revision 54 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 2 11:20:09 2005 UTC (17 years, 7 months ago) by jds
Original Path: trunk/base/generic/solver/relman.h
File length: 23475 byte(s)
Diff to previous 33
Manual rework of doxygen comments in all headers.
- Added @file comment to all headers.
- Added parameter names to all function declarations in headers.
- Corrected comment referencing where necessary.
- Split some comments which documented blocks of declarations.
- Converted notes about required work into @todo comments so doxygen can generate a todo list.
Minor bug fixes.

Revision 33 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 26 20:06:01 2004 UTC (18 years, 3 months ago) by ben.allan
Original Path: trunk/base/generic/solver/relman.h
File length: 17290 byte(s)
Diff to previous 11
First pass at doxygenation -- mechanically putting in ** and where
most likely needed **< using sed. Lots of cleanup needed to
be really useful, including grouping data types and their
member methods into class-like documentation.

Revision 11 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 13 16:45:56 2004 UTC (18 years, 4 months ago) by aw0a
Original Path: trunk/base/generic/solver/relman.h
File length: 17238 byte(s)
Copied from: trunk/ascend4/solver/relman.h 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 (18 years, 4 months ago) by aw0a
Original Path: trunk/ascend4/solver/relman.h
File length: 17238 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