/[ascend]/trunk/base/generic/solver/slv_common.h
ViewVC logotype

Log of /trunk/base/generic/solver/slv_common.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1026 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 3 12:03:08 2007 UTC (16 years, 11 months ago) by johnpye
File length: 58979 byte(s)
Diff to previous 946
Working on tracking down a segfault occuring when TestIDADENSE and TestExtFn test suites are run together.
Added comments about new solverparameter macros.

Revision 946 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 25 15:28:56 2006 UTC (17 years ago) by johnpye
File length: 58907 byte(s)
Diff to previous 945
Found bug in integrator_analyse_dae... ongoing

Revision 945 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 25 12:41:03 2006 UTC (17 years ago) by johnpye
File length: 58912 byte(s)
Diff to previous 942
Fixed a bug in slv_param_char.
More work on IDA ongoing.

Revision 942 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 25 05:26:47 2006 UTC (17 years ago) by johnpye
File length: 58849 byte(s)
Diff to previous 669
Incorporated 'SolverParameters' functionality into 'Integrator', both at C level and C++/Python.
This shouldn't break Tcl/Tk as default parameters will be set and used invisibly.

Revision 669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 21 07:00:45 2006 UTC (17 years, 5 months ago) by johnpye
File length: 56666 byte(s)
Diff to previous 652
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 652 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 1 12:06:30 2006 UTC (17 years, 6 months ago) by johnpye
File length: 55368 byte(s)
Diff to previous 593
Adding Tcl/Tk interface to the GNOME menu.
Small doc change in slv_common.h.

Revision 593 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 12 10:03:59 2006 UTC (17 years, 6 months ago) by johnpye
File length: 55361 byte(s)
Diff to previous 592
Bumped version to 0.9.5.91.
Changed WITH_CUNIT_TESTS to WITH_CUNIT.
Added GCOV scons option.
Fixed up 'test' target for SCons.
Added lots of export symbols to libascend.so.


Revision 592 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 12 09:50:57 2006 UTC (17 years, 6 months ago) by johnpye
File length: 55354 byte(s)
Diff to previous 522
Working on adding some more export symbols, for purpose of getting Jerry's test suite to work with SCons build.

Revision 522 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 21 07:22:20 2006 UTC (17 years, 7 months ago) by johnpye
File length: 55267 byte(s)
Diff to previous 490
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 490 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 18 06:55:20 2006 UTC (17 years, 7 months ago) by johnpye
File length: 55260 byte(s)
Diff to previous 485
Moved 'extern "C"' into the ASC_DLLSPEC macro.
Renamed .no.yacc and .no.flex files to have .c extension, so that SCons can tell what they are.
Working on getting things building on VC++, still some problems (maybe just issues with $PATH tho)./

Revision 485 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 18 04:47:11 2006 UTC (17 years, 7 months ago) by johnpye
File length: 55267 byte(s)
Diff to previous 480
Huge cleanup of file header comments (GPL notice etc).

Changed from ASC_DLLSPEC to ASC_DLLSPEC(TYPE) -- like python

Fixed up some badly export symbols (missing 'extern')

Fixed exporting of symbols from error.h

Removed ASC_DLLSPEC from .c files-- only in .h files now (hope that's right...)

Changed the way bintoken does its exporting, to take 
advantage of ASC_BUILDING_LIBASCEND (needs testing)

I wonder if the 'extern' keywork should be a part of the ASC_DLLSPEC macro?


Revision 480 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 17 10:45:23 2006 UTC (17 years, 7 months ago) by johnpye
File length: 55381 byte(s)
Diff to previous 399
Adding ASC_DLLSPEC to all functions that are being used by Python interface.
Also cleaned up some #ifdef header brackets and html-style comments inside doxygen comments.
Renamed pygtk/interface/config.in to pygtk/interface/config.h.in and made 
this active again (for ASC_BUILDING_INTERFACE) use.
Trying to catch error in ascpy.Library call with try/except, doesn't work though.

Revision 399 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 31 08:52:57 2006 UTC (17 years, 8 months ago) by johnpye
File length: 55394 byte(s)
Diff to previous 326
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 326 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 24 02:03:45 2006 UTC (17 years, 9 months ago) by johnpye
File length: 55394 byte(s)
Diff to previous 225
Made QRSlv line search error output to ASCERR (not 'mif')

Revision 225 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 27 14:55:43 2006 UTC (17 years, 10 months ago) by johnpye
File length: 55480 byte(s)
Diff to previous 222
Added const-ness to 2nd parameter of slv_set_char_parameter.
Implemented setting of int, real and string parameters via PyGTK interface.

Revision 222 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 27 04:23:20 2006 UTC (17 years, 10 months ago) by johnpye
File length: 55474 byte(s)
Diff to previous 126
Updating for Jerry's new error_reporter syntax, bug #179

Revision 126 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 20 13:27:11 2005 UTC (17 years, 11 months ago) by johnpye
File length: 56428 byte(s)
Diff to previous 74
Reformating comments in the SLV files

Revision 74 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 2 23:33:32 2005 UTC (18 years ago) by jds
File length: 56703 byte(s)
Diff to previous 67
Doxygen comment update for a few headers.

Revision 67 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 30 16:31:29 2005 UTC (18 years ago) by johnpye
File length: 56743 byte(s)
Diff to previous 61
Standardised the "if seen" #defines to [ASC|ASCTK|ASCPY|ASCXX]_FILENAME_H
Fixed compile on FC3

Revision 61 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 14 02:37:20 2005 UTC (18 years ago) by jds
File length: 56779 byte(s)
Diff to previous 54
Minor bug fixes, extend unit tests to solver:

minor doc changes - compiler/func.h, general/list.h, solver/mtx.h, utilities/mem.h
solver/example - upgraded examples so they run under current system
solver/slv_common.[ch] - added unit tests, minor bug fixes, extended vector_data functions
utilities/ascDynaLoad.c - bug fix on *nix so dlopen, dlsym not called with NULL arguments

Revision 54 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 2 11:20:09 2005 UTC (18 years, 4 months ago) by jds
File length: 41487 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, 11 months ago) by ben.allan
File length: 34157 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 (19 years ago) by aw0a
File length: 34075 byte(s)
Copied from: trunk/ascend4/solver/slv_common.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 (19 years, 1 month ago) by aw0a
Original Path: trunk/ascend4/solver/slv_common.h
File length: 34075 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