source: trunk/src/mesh

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @343   19 years cxsong an example of serializer managing field objects using different meshes
(edit) @342   19 years cxsong added doSerialization(), removed serialization()
(edit) @341   19 years cxsong added grid2d handling
(edit) @340   19 years cxsong use RpCurrentVersion? to replace const string vars
(edit) @339   19 years cxsong added RpCurrentVersion? decl
(edit) @338   19 years cxsong replaced cons strings with RpCurrentVersion?[]
(edit) @337   19 years cxsong created to test RpGrid2d
(edit) @336   19 years cxsong updated grid2d to work with grid1d/serializable
(edit) @335   19 years cxsong restore some old files so all tests can be compiled.
(edit) @334   19 years cxsong added linkage to mesh and handling, addValue etc.
(edit) @333   19 years cxsong updated with new serializer functions
(edit) @332   19 years cxsong updatd with new files
(edit) @331   19 years cxsong removed vector resize in one of the constructors
(edit) @330   19 years cxsong updated handling of RpField? linkage to mesh object updated clear() to …
(edit) @329   19 years cxsong added to demo usage of RpSerializer?
(edit) @328   19 years cxsong added clear()
(edit) @327   19 years cxsong added clear() and assignment operator.
(edit) @326   19 years cxsong updated comments
(edit) @325   19 years cxsong added a grid object to the test.
(edit) @323   19 years cxsong added to src/mesh dir
(edit) @322   19 years cxsong added constructor for a 1d regular array fixed xmlString to use …
(edit) @321   19 years cxsong modify createObject to add RpField?
(edit) @320   19 years cxsong made methods virtual for field derivation
(edit) @319   19 years cxsong added back objectType and moved the constructor defs here
(edit) @318   19 years cxsong added to mesh/src dir
(edit) @317   19 years cxsong moved to src/mesh dir
(edit) @316   19 years cxsong moved to grid1d
(edit) @315   19 years cxsong modified test_grid for multiple objects
(edit) @314   19 years cxsong added key cmp func map in serializer
(edit) @313   19 years cxsong added comments
(edit) @312   19 years cxsong removed old lines
(edit) @311   19 years cxsong added a readString prototype
(edit) @310   19 years cxsong modified readString to null terminate string
(edit) @309   19 years cxsong updated the example
(edit) @308   19 years cxsong updated deserialize etc
(edit) @307   19 years cxsong updated comments, corrected deletes.
(edit) @306   19 years cxsong moved generic functions to reader.cc
(edit) @305   19 years cxsong moved to src/mesh dir
(edit) @304   19 years cxsong updated with latest test programs and added librpmesh files
(edit) @303   19 years cxsong moved to src/mesh dir
(edit) @302   19 years cxsong updated using RpSerializable?
(edit) @301   19 years cxsong removed header_size const def
(edit) @300   19 years cxsong updated with new read methods.
(edit) @298   19 years cxsong fixed memory problem in serializer. fixed numBytes count. updated …
(edit) @297   19 years cxsong fixed various things for grid1d
(edit) @296   19 years cxsong changed to use the new RpGrid1d
(edit) @295   19 years cxsong moved to src/mesh dir
(edit) @294   19 years cxsong reorg'ed files so consts not multiply defined.
(edit) @293   19 years cxsong replaced serialization details with read/write methods in RpSerializable?
(edit) @292   19 years cxsong added read/write methods and other serialization methods
(edit) @291   19 years cxsong moved to src/mesh dir
(edit) @290   19 years cxsong moved to src/mesh, still editing…
(edit) @289   19 years cxsong add new modules
(edit) @288   19 years cxsong changed include files
(edit) @287   19 years cxsong not included yet
(edit) @286   19 years cxsong added filtertrailingblanks()
(edit) @285   19 years cxsong moved to src/mesh dir
(edit) @284   19 years cxsong modified interface
(edit) @283   19 years cxsong renamed to rp_types.h
(edit) @282   19 years cxsong renamed from obj_types.h
(edit) @281   19 years cxsong modified serialization/deserialization, added methods to implement the …
(edit) @280   19 years cxsong moved to src/mesh dir
(edit) @279   19 years cxsong misc changes
(edit) @278   19 years cxsong moved to src/mesh dir
(edit) @277   19 years cxsong changed output file name
(edit) @276   19 years cxsong added virtual destructor
(edit) @275   19 years cxsong added functions and modified prototype of some
(edit) @272   19 years cxsong added files and dependencies
(edit) @271   19 years cxsong modified serialize/deserialize to handle big endian machines
(edit) @270   19 years cxsong added copy array functions
(edit) @268   19 years cxsong latest changes in source files
(edit) @267   19 years cxsong function defs merged into byte_order.h
(edit) @266   19 years cxsong function defs moved into .h because of no gcc support for separate …
(edit) @265   19 years cxsong byte_order.* replaced endian.*
(edit) @264   19 years cxsong replaced by byte_order.h
(edit) @263   19 years cxsong changed variable names
(edit) @258   19 years cxsong changed method prototypes
(edit) @257   19 years cxsong moved to src/mesh dir
(edit) @256   19 years cxsong comment out grid3 test
(edit) @255   19 years cxsong added data(), etc.
(edit) @254   19 years cxsong modified serialization/deserializaiton functions, added xmlString, …
(edit) @253   19 years cxsong moved to src/mesh dir
(edit) @250   19 years cxsong added tests for serialize/deserialize
(edit) @249   19 years cxsong modified serialization functions
(edit) @248   19 years cxsong added tests
(edit) @247   19 years cxsong added erase()
(edit) @246   19 years cxsong added erase, getElement, etc.
(edit) @245   19 years cxsong added erase(); fixed destructor.
(edit) @244   19 years cxsong added erase()
(edit) @242   19 years cxsong added get()
(edit) @241   19 years cxsong modified getNodesList, getNode, etc.
(edit) @240   19 years cxsong added new test files
(edit) @239   19 years cxsong an example of us 2d array as input to mesh functions
(edit) @238   19 years cxsong changed input to 1d array
(edit) @237   19 years cxsong moved to src/mesh dir
(edit) @236   19 years cxsong added new test files
(edit) @235   19 years cxsong modified print to use xmlString()
(edit) @234   19 years cxsong changed to use element.print()
(edit) @233   19 years cxsong fixed allAll functions
(edit) @232   19 years cxsong added .o files
Note: See TracRevisionLog for help on using the revision log.