Log of /release/3.4.2/pasowrap
Directory Listing
Revision
4919 -
Directory Listing
Modified
Wed Apr 30 06:25:55 2014 UTC
(6 years, 8 months ago)
by
jfenwick
Because we've got to!
Revision
4869 -
Directory Listing
Modified
Mon Apr 14 10:39:22 2014 UTC
(6 years, 9 months ago)
by
caltinay
Original Path:
trunk/pasowrap
all of paso now lives in its own namespace.
Revision
4821 -
Directory Listing
Modified
Tue Apr 1 04:58:33 2014 UTC
(6 years, 9 months ago)
by
sshaw
Original Path:
trunk/pasowrap
moved SolverOptions to c++, split into SolverOptions for the options and SolverBuddy as the state as a precursor to per-pde solving... does break some use cases (e.g. pde.getSolverOptions().DIRECT will now fail, new value access is with SolverOptions.DIRECT), examples and documentation updated to match
Revision
4657 -
Directory Listing
Modified
Thu Feb 6 06:12:20 2014 UTC
(6 years, 11 months ago)
by
jfenwick
Original Path:
trunk/pasowrap
I changed some files.
Updated copyright notices, added GeoComp.
Revision
4607 -
Directory Listing
Modified
Wed Dec 18 09:46:16 2013 UTC
(7 years, 1 month ago)
by
jfenwick
Original Path:
trunk/pasowrap
include cmath in all cases rather than math.h - the mathinf for intel on windows is still there (in part because we have no way to test if it is still relevant)
Revision
4398 -
Directory Listing
Modified
Thu May 9 08:42:44 2013 UTC
(7 years, 8 months ago)
by
jfenwick
Original Path:
trunk/pasowrap
support for supressing doco subpackages. fiddling with one of the imports to try to reduce the number of places where Data appears. Seriously it looks like we have 8 different Data classes
Revision
4346 -
Directory Listing
Modified
Tue Apr 2 04:46:45 2013 UTC
(7 years, 9 months ago)
by
jfenwick
Original Path:
trunk/pasowrap
Bringing the changes from doubleplusgood branch.
Can't merge directly because svn doesn't transfer changes to renamed files (mutter grumble).
Revision
4035 -
Directory Listing
Modified
Thu Oct 25 03:10:14 2012 UTC
(8 years, 3 months ago)
by
caltinay
Original Path:
trunk/pasowrap
Tweaked scons files so tests work even when specifying non-absolute build_dir.
Revision
4027 -
Directory Listing
Modified
Tue Oct 23 04:56:33 2012 UTC
(8 years, 3 months ago)
by
gross
Original Path:
trunk/pasowrap
setting a constant value to the initial solution of the Transport problem
had a problem. initial data object needs to be expanded before copied to the
paso transport object.
Revision
3992 -
Directory Listing
Modified
Wed Sep 26 02:50:48 2012 UTC
(8 years, 4 months ago)
by
caltinay
Original Path:
trunk/pasowrap
Data.cpp: Removed some namespace ambiguities which fixes doxygen warnings, some
cleanup and reindent.
*: doxygen fixes.
Revision
3991 -
Directory Listing
Modified
Tue Sep 25 23:52:22 2012 UTC
(8 years, 4 months ago)
by
caltinay
Original Path:
trunk/pasowrap
Updated doxygen cfg file and made a few first changes to doco.
Revision
3982 -
Directory Listing
Modified
Fri Sep 21 03:23:22 2012 UTC
(8 years, 4 months ago)
by
jfenwick
Original Path:
trunk/pasowrap
More edits + removing pyvisi from trunk
Revision
3981 -
Directory Listing
Modified
Fri Sep 21 02:47:54 2012 UTC
(8 years, 4 months ago)
by
jfenwick
Original Path:
trunk/pasowrap
First pass of updating copyright notices
Revision
3892 -
Directory Listing
Modified
Tue Apr 10 08:57:23 2012 UTC
(8 years, 9 months ago)
by
jfenwick
Original Path:
trunk/pasowrap
Merged changes across from the attempt2 branch.
This version builds and passes python2 tests.
It also passes most python3 tests.
Revision
3822 -
Directory Listing
Modified
Mon Feb 13 06:22:06 2012 UTC
(8 years, 11 months ago)
by
gross
Original Path:
trunk/pasowrap
Transport solver supports now constraints (except the linear CN)
Revision
3793 -
Directory Listing
Modified
Wed Feb 1 07:39:43 2012 UTC
(8 years, 11 months ago)
by
gross
Original Path:
trunk/pasowrap
new implementation of FCT solver with some modifications to the python interface
Revision
3739 -
Directory Listing
Modified
Tue Dec 13 00:48:26 2011 UTC
(9 years, 1 month ago)
by
caltinay
Original Path:
trunk/pasowrap
Ok, the python wrappers do use esysUtils for the exception translator.
Anything else?
Revision
3738 -
Directory Listing
Modified
Tue Dec 13 00:37:55 2011 UTC
(9 years, 1 month ago)
by
caltinay
Original Path:
trunk/pasowrap
Windoze: Fixed warning and linker error
Don't look for non-existing pasowrap tests.
Revision
3737 -
Directory Listing
Modified
Tue Dec 13 00:04:39 2011 UTC
(9 years, 1 month ago)
by
caltinay
Original Path:
trunk/pasowrap
Reordered and removed superfluous libraries from link lines. Hope W32 likes
that.
Revision
3681 -
Directory Listing
Modified
Fri Nov 18 04:54:15 2011 UTC
(9 years, 2 months ago)
by
caltinay
Original Path:
trunk/pasowrap
Moved implementation of getTransportTypeId() and getSystemMatrixTypeId() into
pasowrap.
Revision
3677 -
Directory Listing
Modified
Thu Nov 17 04:01:12 2011 UTC
(9 years, 2 months ago)
by
caltinay
Original Path:
trunk/pasowrap
Fixed order of libraries which makes static esysUtils work again.
Revision
3676 -
Directory Listing
Modified
Thu Nov 17 03:52:25 2011 UTC
(9 years, 2 months ago)
by
jfenwick
Original Path:
trunk/pasowrap
Removed some debug text
Corrected some dudley where they should not have been.
Set savanna to build shared for now