source: trunk/src/mesh

Revision Log Mode:


Legend:

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