Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
modellib.WriteVTK has been rewritten. Instead of only three data objects scalar, vector, tensor it takes now up to 20 data objects data0 ... data19 and writes it into a single VTK file. There is also the possibilty to define individiual name tags name0,..., name19. If no name is given the corresponding attribute name of the Link target is used. This simplifies the usage and increases efficiency.
some fixes
some minor fixes
DataSource for modelib added
DataSources added to modelframe/EsysXML, and tests to run_xml.py. Currently does not actually handle data sources, just references. Functionality is in progress. EsysXML format (URI can be a local file reference, or a remote reference such as an ftp site, fileformat is currently any string descriptor, such as finleyMesh or gmtdata): <Parameter type="DataSource"> <Name> uritest </Name> <Value> <DataSource> <URI> somelocalfile.txt </URI> <FileFormat> text </FileFormat> </DataSource> </Value> </Parameter>
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 |