Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Changed numarray xml structure slightly, to fit better with the rest of the XML. Added lists of booleans as a data type in modelframe. Fixed bug with bools in modelframe.
Numarray support added to modelframe and tests for numarray added to run_xml. Numarrays will look like this in ESysXML: A 2 x 3 numarray will look like this: <Parameter type="NumArray"> <Name> numtest </Name> <Value> <ArrayType> Float64 </ArrayType> <Shape> 2 3 </Shape> <Data> 1.0 2.0 3.0 3.0 4.0 5.0 </Data> </Value> </Parameter> A numarray vector will look like this: <Parameter type="NumArray"> <Name> numtest </Name> <Value> <ArrayType> Float64 </ArrayType> <Shape> 3 </Shape> <Data> 3.0 4.0 5.0 </Data> </Value> </Parameter>
drucker prager works now but there is still some work on the stepsize control needed.
new implementation of the tangential operator and a restriction of time step size change added
some changes on the drucker-prager (it does not work yet)
modelframe test examples work now
more copyright statements added
Corrected spelling of 'license' in url so that the link actually points to the license.
Updated copyright and licence notices.
Fixed XML duplication in output bug.
Fixed typos and import problems
Added handling for NoneType
move all directories from trunk/esys2 into trunk and remove esys2
Merge of development branch dev-02 back to main trunk on 2005-09-15
Merge of development branch dev-02 back to main trunk on 2005-09-01
erge of development branch dev-02 back to main trunk on 2005-08-12
Merge of development branch back to main trunk on 2005-07-25
Merge of development branch back to main trunk on 2005-07-22
Merge of development branch back to main trunk on 2005-07-08
Merge of development branch back to main trunk on 2005-06-09
Merge of development branch back to main trunk on 2005-05-06
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.
ViewVC Help | |
Powered by ViewVC 1.1.26 |