/[ascend]/trunk/pygtk/instance.cpp
ViewVC logotype

Log of /trunk/pygtk/instance.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 903 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 25 13:07:12 2006 UTC (17 years, 11 months ago) by johnpye
File length: 16906 byte(s)
Diff to previous 876
Some success with IDA: fixed up the indexing dilemma and was able to
integrate 'johnpye/thermalequilibrium.a4c' for a short time span (but
through to 3000 s as with LSODE). I would blame lack of jacobian routine
in the first instance.

Added 'more properties' button in Properties dialog for a variable, to allow
values of ode_id, ode_type etc to be queried (but not changed).


Revision 876 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 7 06:55:11 2006 UTC (18 years ago) by johnpye
File length: 16893 byte(s)
Diff to previous 844
Slightly simplified access to child instances from python

Revision 844 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 11 08:31:21 2006 UTC (18 years, 1 month ago) by johnpye
File length: 16808 byte(s)
Diff to previous 808
Bumped version to 0.9.5.98.
Added support for 'setSymbolValue' from C++ interface, and allow symbol variables to be edited via the PyGTK GUI.
Added some limited data about structural analysis of beams in johnpye/aiscbeams.a4c.
Updated johnpye/beam4.a4c to use this data.
Added some currency conversions to measure.a4l.
Added some units related to Mechanics of Solids to atoms.a4l.

Revision 808 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 4 09:08:16 2006 UTC (18 years, 2 months ago) by johnpye
File length: 16417 byte(s)
Diff to previous 806
Some debug output in cond_config.
Working on adding PyGTK GUI functionality to show inactive relaitons.

Revision 806 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 4 07:45:18 2006 UTC (18 years, 2 months ago) by johnpye
File length: 16421 byte(s)
Diff to previous 799
Added reporting of 'included' relations in PyGTK interface.
Minor commenting changes to instquery.h.

Revision 799 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 1 00:56:10 2006 UTC (18 years, 2 months ago) by johnpye
File length: 16165 byte(s)
Diff to previous 774
Corrected syntax in testcmslv.
Changed instance.cpp so that residuals are not called for logrels.
Added CONOPT_BOUNDLIMIT to both slv8 and slv9.
Changed limits for colsta in slv9 (needs checking)

Revision 774 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 14 08:01:48 2006 UTC (18 years, 3 months ago) by johnpye
File length: 16099 byte(s)
Diff to previous 732
Added the ability to run methods on sub-models within a simulation. Use the right-click context menu.

Revision 732 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 4 14:40:17 2006 UTC (18 years, 3 months ago) by johnpye
File length: 15917 byte(s)
Diff to previous 709
Added general-purpose text-information dialog to PyGTK interface.
Added reporting of clique of a variable to PyGTK GUI.
Changed 'fixable' and 'new bounds' to use the new dialog.
Removed 'set<...>' from ascpy.i (it wasn't working), changed to vector<...>.
Exported a couple of var incidences fns to the DLL/SO.

Revision 709 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 28 16:28:57 2006 UTC (18 years, 3 months ago) by johnpye
File length: 15882 byte(s)
Diff to previous 669
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 669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 21 07:00:45 2006 UTC (18 years, 3 months ago) by johnpye
File length: 15817 byte(s)
Diff to previous 569
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 569 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 9 00:10:03 2006 UTC (18 years, 5 months ago) by johnpye
File length: 15812 byte(s)
Diff to previous 532
Changing from 'tcltk98' to 'tcltk', in progress.

Revision 532 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 24 02:23:08 2006 UTC (18 years, 5 months ago) by johnpye
File length: 15819 byte(s)
Diff to previous 531
Removed 'interface' directory in trunk/pygtk/interface (moved everything up a level)
Made corresponding changes to SCons* and spec files.

Revision 531 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 24 02:04:02 2006 UTC (18 years, 5 months ago) by johnpye
Original Path: trunk/interface/instance.cpp
File length: 15819 byte(s)
Diff to previous 273
Removing extra subdir level in pygtk path

Revision 273 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 5 06:44:06 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/instance.cpp
File length: 15819 byte(s)
Diff to previous 271
Added reporting of relations and residuals via GUI

Revision 271 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 4 09:08:54 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/instance.cpp
File length: 15516 byte(s)
Diff to previous 268
Working on adding support for listing cliques

Revision 268 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 4 06:09:57 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/instance.cpp
File length: 15111 byte(s)
Diff to previous 255
Adding ability to edit upper/lower bounds and nominal values

Revision 255 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 2 14:02:23 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/instance.cpp
File length: 14367 byte(s)
Diff to previous 215
Adding preliminary support for showing variable solve-status in browser view

Revision 215 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 25 02:08:29 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/instance.cpp
File length: 13606 byte(s)
Diff to previous 207
Improved display of relations by adding getRelationAsString(relative_to)

Revision 207 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 23 06:47:06 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/instance.cpp
File length: 13381 byte(s)
Diff to previous 190
Added ability to output expressions from PyGTK interface. Expressions are
output to the console using WriteRelationString. You must right-click on
a relation an hit 'properties'.

Revision 190 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 16 08:53:30 2006 UTC (18 years, 8 months ago) by johnpye
Original Path: trunk/pygtk/interface/instance.cpp
File length: 12867 byte(s)
Diff to previous 176
- Simplifying many 'error_reporter' calls with new macros:
    ERROR_REPORTER_NOLINE and ERROR_REPORTER_HERE
- Adding some cygwin cases in the PyGTK build.

Revision 176 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 10 06:22:23 2006 UTC (18 years, 9 months ago) by johnpye
Original Path: trunk/pygtk/interface/instance.cpp
File length: 12889 byte(s)
Diff to previous 175
Completed PyGTK plotting using matplotlib

Revision 175 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 10 04:27:34 2006 UTC (18 years, 9 months ago) by johnpye
Original Path: trunk/pygtk/interface/instance.cpp
File length: 12742 byte(s)
Diff to previous 172
More work on adding plotting capability under PyGTK

Revision 172 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 7 10:06:13 2006 UTC (18 years, 9 months ago) by johnpye
Original Path: trunk/pygtk/interface/instance.cpp
File length: 12338 byte(s)
Diff to previous 132
Storing of window size and position in .ascend.ini
Starting to implement plotting functions.

Revision 132 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Dec 21 00:14:13 2005 UTC (18 years, 9 months ago) by johnpye
Original Path: trunk/pygtk/interface/instance.cpp
File length: 12494 byte(s)
Adding the PyGTK interface to CMU repository. Whaddyareckon?

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